Package net.opengis.gml
Interface TopoPrimitiveArrayAssociationType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TopoPrimitiveArrayAssociationTypeImpl
public interface TopoPrimitiveArrayAssociationType extends org.apache.xmlbeans.XmlObjectAn XML TopoPrimitiveArrayAssociationType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTopoPrimitiveArrayAssociationType.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 AbstractTopoPrimitiveTypeaddNewTopoPrimitive()Appends and returns a new empty value (as xml) as the last "_TopoPrimitive" elementAbstractTopoPrimitiveType[]getTopoPrimitiveArray()Gets array of all "_TopoPrimitive" elementsAbstractTopoPrimitiveTypegetTopoPrimitiveArray(int i)Gets ith "_TopoPrimitive" elementAbstractTopoPrimitiveTypeinsertNewTopoPrimitive(int i)Inserts and returns a new empty value (as xml) as the ith "_TopoPrimitive" elementvoidremoveTopoPrimitive(int i)Removes the ith "_TopoPrimitive" elementvoidsetTopoPrimitiveArray(int i, AbstractTopoPrimitiveType topoPrimitive)Sets ith "_TopoPrimitive" elementvoidsetTopoPrimitiveArray(AbstractTopoPrimitiveType[] topoPrimitiveArray)Sets array of all "_TopoPrimitive" elementintsizeOfTopoPrimitiveArray()Returns number of "_TopoPrimitive" element-
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
-
getTopoPrimitiveArray
AbstractTopoPrimitiveType[] getTopoPrimitiveArray()
Gets array of all "_TopoPrimitive" elements
-
getTopoPrimitiveArray
AbstractTopoPrimitiveType getTopoPrimitiveArray(int i)
Gets ith "_TopoPrimitive" element
-
sizeOfTopoPrimitiveArray
int sizeOfTopoPrimitiveArray()
Returns number of "_TopoPrimitive" element
-
setTopoPrimitiveArray
void setTopoPrimitiveArray(AbstractTopoPrimitiveType[] topoPrimitiveArray)
Sets array of all "_TopoPrimitive" element
-
setTopoPrimitiveArray
void setTopoPrimitiveArray(int i, AbstractTopoPrimitiveType topoPrimitive)Sets ith "_TopoPrimitive" element
-
insertNewTopoPrimitive
AbstractTopoPrimitiveType insertNewTopoPrimitive(int i)
Inserts and returns a new empty value (as xml) as the ith "_TopoPrimitive" element
-
addNewTopoPrimitive
AbstractTopoPrimitiveType addNewTopoPrimitive()
Appends and returns a new empty value (as xml) as the last "_TopoPrimitive" element
-
removeTopoPrimitive
void removeTopoPrimitive(int i)
Removes the ith "_TopoPrimitive" element
-
-