Package org.isotc211.x2005.gmd
Interface MDRangeDimensionType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
MDBandType
- All Known Implementing Classes:
MDBandTypeImpl,MDRangeDimensionTypeImpl
public interface MDRangeDimensionType extends AbstractObjectType
An XML MD_RangeDimension_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDRangeDimensionType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacterStringPropertyTypeaddNewDescriptor()Appends and returns a new empty "descriptor" elementMemberNamePropertyTypeaddNewSequenceIdentifier()Appends and returns a new empty "sequenceIdentifier" elementCharacterStringPropertyTypegetDescriptor()Gets the "descriptor" elementMemberNamePropertyTypegetSequenceIdentifier()Gets the "sequenceIdentifier" elementbooleanisSetDescriptor()True if has "descriptor" elementbooleanisSetSequenceIdentifier()True if has "sequenceIdentifier" elementvoidsetDescriptor(CharacterStringPropertyType descriptor)Sets the "descriptor" elementvoidsetSequenceIdentifier(MemberNamePropertyType sequenceIdentifier)Sets the "sequenceIdentifier" elementvoidunsetDescriptor()Unsets the "descriptor" elementvoidunsetSequenceIdentifier()Unsets the "sequenceIdentifier" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getSequenceIdentifier
MemberNamePropertyType getSequenceIdentifier()
Gets the "sequenceIdentifier" element
-
isSetSequenceIdentifier
boolean isSetSequenceIdentifier()
True if has "sequenceIdentifier" element
-
setSequenceIdentifier
void setSequenceIdentifier(MemberNamePropertyType sequenceIdentifier)
Sets the "sequenceIdentifier" element
-
addNewSequenceIdentifier
MemberNamePropertyType addNewSequenceIdentifier()
Appends and returns a new empty "sequenceIdentifier" element
-
unsetSequenceIdentifier
void unsetSequenceIdentifier()
Unsets the "sequenceIdentifier" element
-
getDescriptor
CharacterStringPropertyType getDescriptor()
Gets the "descriptor" element
-
isSetDescriptor
boolean isSetDescriptor()
True if has "descriptor" element
-
setDescriptor
void setDescriptor(CharacterStringPropertyType descriptor)
Sets the "descriptor" element
-
addNewDescriptor
CharacterStringPropertyType addNewDescriptor()
Appends and returns a new empty "descriptor" element
-
unsetDescriptor
void unsetDescriptor()
Unsets the "descriptor" element
-
-