Package net.opengis.gml.x32
Interface TopoSolidType
-
- All Superinterfaces:
AbstractGMLType,AbstractTopologyType,AbstractTopoPrimitiveType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TopoSolidTypeImpl
public interface TopoSolidType extends AbstractTopoPrimitiveType
An XML TopoSolidType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTopoSolidType.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 DirectedFacePropertyTypeaddNewDirectedFace()Appends and returns a new empty value (as xml) as the last "directedFace" elementNodeOrEdgePropertyTypeaddNewIsolated()Appends and returns a new empty value (as xml) as the last "isolated" elementSolidPropertyTypeaddNewSolidProperty()Appends and returns a new empty "solidProperty" elementAggregationType.EnumgetAggregationType()Gets the "aggregationType" attributeDirectedFacePropertyType[]getDirectedFaceArray()Gets array of all "directedFace" elementsDirectedFacePropertyTypegetDirectedFaceArray(int i)Gets ith "directedFace" elementNodeOrEdgePropertyType[]getIsolatedArray()Gets array of all "isolated" elementsNodeOrEdgePropertyTypegetIsolatedArray(int i)Gets ith "isolated" elementSolidPropertyTypegetSolidProperty()Gets the "solidProperty" elementbooleangetUniversal()Gets the "universal" attributeDirectedFacePropertyTypeinsertNewDirectedFace(int i)Inserts and returns a new empty value (as xml) as the ith "directedFace" elementNodeOrEdgePropertyTypeinsertNewIsolated(int i)Inserts and returns a new empty value (as xml) as the ith "isolated" elementbooleanisSetAggregationType()True if has "aggregationType" attributebooleanisSetSolidProperty()True if has "solidProperty" elementbooleanisSetUniversal()True if has "universal" attributevoidremoveDirectedFace(int i)Removes the ith "directedFace" elementvoidremoveIsolated(int i)Removes the ith "isolated" elementvoidsetAggregationType(AggregationType.Enum aggregationType)Sets the "aggregationType" attributevoidsetDirectedFaceArray(int i, DirectedFacePropertyType directedFace)Sets ith "directedFace" elementvoidsetDirectedFaceArray(DirectedFacePropertyType[] directedFaceArray)Sets array of all "directedFace" elementvoidsetIsolatedArray(int i, NodeOrEdgePropertyType isolated)Sets ith "isolated" elementvoidsetIsolatedArray(NodeOrEdgePropertyType[] isolatedArray)Sets array of all "isolated" elementvoidsetSolidProperty(SolidPropertyType solidProperty)Sets the "solidProperty" elementvoidsetUniversal(boolean universal)Sets the "universal" attributeintsizeOfDirectedFaceArray()Returns number of "directedFace" elementintsizeOfIsolatedArray()Returns number of "isolated" elementvoidunsetAggregationType()Unsets the "aggregationType" attributevoidunsetSolidProperty()Unsets the "solidProperty" elementvoidunsetUniversal()Unsets the "universal" attributeAggregationTypexgetAggregationType()Gets (as xml) the "aggregationType" attributeorg.apache.xmlbeans.XmlBooleanxgetUniversal()Gets (as xml) the "universal" attributevoidxsetAggregationType(AggregationType aggregationType)Sets (as xml) the "aggregationType" attributevoidxsetUniversal(org.apache.xmlbeans.XmlBoolean universal)Sets (as xml) the "universal" attribute-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, 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
-
getIsolatedArray
NodeOrEdgePropertyType[] getIsolatedArray()
Gets array of all "isolated" elements
-
getIsolatedArray
NodeOrEdgePropertyType getIsolatedArray(int i)
Gets ith "isolated" element
-
sizeOfIsolatedArray
int sizeOfIsolatedArray()
Returns number of "isolated" element
-
setIsolatedArray
void setIsolatedArray(NodeOrEdgePropertyType[] isolatedArray)
Sets array of all "isolated" element
-
setIsolatedArray
void setIsolatedArray(int i, NodeOrEdgePropertyType isolated)Sets ith "isolated" element
-
insertNewIsolated
NodeOrEdgePropertyType insertNewIsolated(int i)
Inserts and returns a new empty value (as xml) as the ith "isolated" element
-
addNewIsolated
NodeOrEdgePropertyType addNewIsolated()
Appends and returns a new empty value (as xml) as the last "isolated" element
-
removeIsolated
void removeIsolated(int i)
Removes the ith "isolated" element
-
getDirectedFaceArray
DirectedFacePropertyType[] getDirectedFaceArray()
Gets array of all "directedFace" elements
-
getDirectedFaceArray
DirectedFacePropertyType getDirectedFaceArray(int i)
Gets ith "directedFace" element
-
sizeOfDirectedFaceArray
int sizeOfDirectedFaceArray()
Returns number of "directedFace" element
-
setDirectedFaceArray
void setDirectedFaceArray(DirectedFacePropertyType[] directedFaceArray)
Sets array of all "directedFace" element
-
setDirectedFaceArray
void setDirectedFaceArray(int i, DirectedFacePropertyType directedFace)Sets ith "directedFace" element
-
insertNewDirectedFace
DirectedFacePropertyType insertNewDirectedFace(int i)
Inserts and returns a new empty value (as xml) as the ith "directedFace" element
-
addNewDirectedFace
DirectedFacePropertyType addNewDirectedFace()
Appends and returns a new empty value (as xml) as the last "directedFace" element
-
removeDirectedFace
void removeDirectedFace(int i)
Removes the ith "directedFace" element
-
getSolidProperty
SolidPropertyType getSolidProperty()
Gets the "solidProperty" element
-
isSetSolidProperty
boolean isSetSolidProperty()
True if has "solidProperty" element
-
setSolidProperty
void setSolidProperty(SolidPropertyType solidProperty)
Sets the "solidProperty" element
-
addNewSolidProperty
SolidPropertyType addNewSolidProperty()
Appends and returns a new empty "solidProperty" element
-
unsetSolidProperty
void unsetSolidProperty()
Unsets the "solidProperty" element
-
getAggregationType
AggregationType.Enum getAggregationType()
Gets the "aggregationType" attribute
-
xgetAggregationType
AggregationType xgetAggregationType()
Gets (as xml) the "aggregationType" attribute
-
isSetAggregationType
boolean isSetAggregationType()
True if has "aggregationType" attribute
-
setAggregationType
void setAggregationType(AggregationType.Enum aggregationType)
Sets the "aggregationType" attribute
-
xsetAggregationType
void xsetAggregationType(AggregationType aggregationType)
Sets (as xml) the "aggregationType" attribute
-
unsetAggregationType
void unsetAggregationType()
Unsets the "aggregationType" attribute
-
getUniversal
boolean getUniversal()
Gets the "universal" attribute
-
xgetUniversal
org.apache.xmlbeans.XmlBoolean xgetUniversal()
Gets (as xml) the "universal" attribute
-
isSetUniversal
boolean isSetUniversal()
True if has "universal" attribute
-
setUniversal
void setUniversal(boolean universal)
Sets the "universal" attribute
-
xsetUniversal
void xsetUniversal(org.apache.xmlbeans.XmlBoolean universal)
Sets (as xml) the "universal" attribute
-
unsetUniversal
void unsetUniversal()
Unsets the "universal" attribute
-
-