Package org.isotc211.x2005.gmd
Interface AbstractRSReferenceSystemType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AbstractRSReferenceSystemTypeImpl
public interface AbstractRSReferenceSystemType extends AbstractObjectType
An XML AbstractRS_ReferenceSystem_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractRSReferenceSystemType.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 EXExtentPropertyTypeaddNewDomainOfValidity()Appends and returns a new empty value (as xml) as the last "domainOfValidity" elementRSIdentifierPropertyTypeaddNewName()Appends and returns a new empty "name" elementEXExtentPropertyType[]getDomainOfValidityArray()Gets array of all "domainOfValidity" elementsEXExtentPropertyTypegetDomainOfValidityArray(int i)Gets ith "domainOfValidity" elementRSIdentifierPropertyTypegetName()Gets the "name" elementEXExtentPropertyTypeinsertNewDomainOfValidity(int i)Inserts and returns a new empty value (as xml) as the ith "domainOfValidity" elementvoidremoveDomainOfValidity(int i)Removes the ith "domainOfValidity" elementvoidsetDomainOfValidityArray(int i, EXExtentPropertyType domainOfValidity)Sets ith "domainOfValidity" elementvoidsetDomainOfValidityArray(EXExtentPropertyType[] domainOfValidityArray)Sets array of all "domainOfValidity" elementvoidsetName(RSIdentifierPropertyType name)Sets the "name" elementintsizeOfDomainOfValidityArray()Returns number of "domainOfValidity" 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
-
getName
RSIdentifierPropertyType getName()
Gets the "name" element
-
setName
void setName(RSIdentifierPropertyType name)
Sets the "name" element
-
addNewName
RSIdentifierPropertyType addNewName()
Appends and returns a new empty "name" element
-
getDomainOfValidityArray
EXExtentPropertyType[] getDomainOfValidityArray()
Gets array of all "domainOfValidity" elements
-
getDomainOfValidityArray
EXExtentPropertyType getDomainOfValidityArray(int i)
Gets ith "domainOfValidity" element
-
sizeOfDomainOfValidityArray
int sizeOfDomainOfValidityArray()
Returns number of "domainOfValidity" element
-
setDomainOfValidityArray
void setDomainOfValidityArray(EXExtentPropertyType[] domainOfValidityArray)
Sets array of all "domainOfValidity" element
-
setDomainOfValidityArray
void setDomainOfValidityArray(int i, EXExtentPropertyType domainOfValidity)Sets ith "domainOfValidity" element
-
insertNewDomainOfValidity
EXExtentPropertyType insertNewDomainOfValidity(int i)
Inserts and returns a new empty value (as xml) as the ith "domainOfValidity" element
-
addNewDomainOfValidity
EXExtentPropertyType addNewDomainOfValidity()
Appends and returns a new empty value (as xml) as the last "domainOfValidity" element
-
removeDomainOfValidity
void removeDomainOfValidity(int i)
Removes the ith "domainOfValidity" element
-
-