Package net.opengis.gml.x32
Interface SurfacePatchArrayPropertyType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SurfacePatchArrayPropertyTypeImpl
public interface SurfacePatchArrayPropertyType extends org.apache.xmlbeans.XmlObjectAn XML SurfacePatchArrayPropertyType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSurfacePatchArrayPropertyType.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 AbstractSurfacePatchTypeaddNewAbstractSurfacePatch()Appends and returns a new empty value (as xml) as the last "AbstractSurfacePatch" elementAbstractSurfacePatchType[]getAbstractSurfacePatchArray()Gets array of all "AbstractSurfacePatch" elementsAbstractSurfacePatchTypegetAbstractSurfacePatchArray(int i)Gets ith "AbstractSurfacePatch" elementAbstractSurfacePatchTypeinsertNewAbstractSurfacePatch(int i)Inserts and returns a new empty value (as xml) as the ith "AbstractSurfacePatch" elementvoidremoveAbstractSurfacePatch(int i)Removes the ith "AbstractSurfacePatch" elementvoidsetAbstractSurfacePatchArray(int i, AbstractSurfacePatchType abstractSurfacePatch)Sets ith "AbstractSurfacePatch" elementvoidsetAbstractSurfacePatchArray(AbstractSurfacePatchType[] abstractSurfacePatchArray)Sets array of all "AbstractSurfacePatch" elementintsizeOfAbstractSurfacePatchArray()Returns number of "AbstractSurfacePatch" 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
-
getAbstractSurfacePatchArray
AbstractSurfacePatchType[] getAbstractSurfacePatchArray()
Gets array of all "AbstractSurfacePatch" elements
-
getAbstractSurfacePatchArray
AbstractSurfacePatchType getAbstractSurfacePatchArray(int i)
Gets ith "AbstractSurfacePatch" element
-
sizeOfAbstractSurfacePatchArray
int sizeOfAbstractSurfacePatchArray()
Returns number of "AbstractSurfacePatch" element
-
setAbstractSurfacePatchArray
void setAbstractSurfacePatchArray(AbstractSurfacePatchType[] abstractSurfacePatchArray)
Sets array of all "AbstractSurfacePatch" element
-
setAbstractSurfacePatchArray
void setAbstractSurfacePatchArray(int i, AbstractSurfacePatchType abstractSurfacePatch)Sets ith "AbstractSurfacePatch" element
-
insertNewAbstractSurfacePatch
AbstractSurfacePatchType insertNewAbstractSurfacePatch(int i)
Inserts and returns a new empty value (as xml) as the ith "AbstractSurfacePatch" element
-
addNewAbstractSurfacePatch
AbstractSurfacePatchType addNewAbstractSurfacePatch()
Appends and returns a new empty value (as xml) as the last "AbstractSurfacePatch" element
-
removeAbstractSurfacePatch
void removeAbstractSurfacePatch(int i)
Removes the ith "AbstractSurfacePatch" element
-
-