Package net.opengis.gml
Interface CoordinateSystemAxisBaseType
-
- All Superinterfaces:
AbstractGMLType,DefinitionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
CoordinateSystemAxisType
- All Known Implementing Classes:
CoordinateSystemAxisBaseTypeImpl,CoordinateSystemAxisTypeImpl
public interface CoordinateSystemAxisBaseType extends DefinitionType
An XML CoordinateSystemAxisBaseType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCoordinateSystemAxisBaseType.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 CodeTypeaddNewName()Appends and returns a new empty value (as xml) as the last "name" elementCodeType[]getNameArray()Gets array of all "name" elementsCodeTypegetNameArray(int i)Gets ith "name" elementCodeTypeinsertNewName(int i)Inserts and returns a new empty value (as xml) as the ith "name" elementvoidremoveName(int i)Removes the ith "name" elementvoidsetNameArray(int i, CodeType name)Sets ith "name" elementvoidsetNameArray(CodeType[] nameArray)Sets array of all "name" elementintsizeOfNameArray()Returns number of "name" element-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, getDescription, getMetaDataPropertyArray, getMetaDataPropertyArray, insertNewMetaDataProperty, isSetDescription, removeMetaDataProperty, setDescription, setMetaDataPropertyArray, setMetaDataPropertyArray, sizeOfMetaDataPropertyArray, unsetDescription
-
Methods inherited from interface net.opengis.gml.DefinitionType
getId, isSetId, setId, unsetId, xgetId, xsetId
-
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
-
getNameArray
CodeType[] getNameArray()
Gets array of all "name" elements- Specified by:
getNameArrayin interfaceAbstractGMLType- Specified by:
getNameArrayin interfaceDefinitionType
-
getNameArray
CodeType getNameArray(int i)
Gets ith "name" element- Specified by:
getNameArrayin interfaceAbstractGMLType- Specified by:
getNameArrayin interfaceDefinitionType
-
sizeOfNameArray
int sizeOfNameArray()
Returns number of "name" element- Specified by:
sizeOfNameArrayin interfaceAbstractGMLType- Specified by:
sizeOfNameArrayin interfaceDefinitionType
-
setNameArray
void setNameArray(CodeType[] nameArray)
Sets array of all "name" element- Specified by:
setNameArrayin interfaceAbstractGMLType- Specified by:
setNameArrayin interfaceDefinitionType
-
setNameArray
void setNameArray(int i, CodeType name)Sets ith "name" element- Specified by:
setNameArrayin interfaceAbstractGMLType- Specified by:
setNameArrayin interfaceDefinitionType
-
insertNewName
CodeType insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element- Specified by:
insertNewNamein interfaceAbstractGMLType- Specified by:
insertNewNamein interfaceDefinitionType
-
addNewName
CodeType addNewName()
Appends and returns a new empty value (as xml) as the last "name" element- Specified by:
addNewNamein interfaceAbstractGMLType- Specified by:
addNewNamein interfaceDefinitionType
-
removeName
void removeName(int i)
Removes the ith "name" element- Specified by:
removeNamein interfaceAbstractGMLType- Specified by:
removeNamein interfaceDefinitionType
-
-