Package net.opengis.gml.x33.tin
Interface TINElementType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TINElementTypeImpl
public interface TINElementType extends AbstractFeatureType
An XML TINElementType(@http://www.opengis.net/gml/3.3/tin). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTINElementType.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 GeometryPropertyTypeaddNewElementGeometry()Appends and returns a new empty "elementGeometry" elementGeometryPropertyTypegetElementGeometry()Gets the "elementGeometry" elementBigIntegergetElementID()Gets the "elementID" elementStringgetElementTag()Gets the "elementTag" elementStringgetElementType()Gets the "elementType" elementbooleanisSetElementID()True if has "elementID" elementbooleanisSetElementTag()True if has "elementTag" elementvoidsetElementGeometry(GeometryPropertyType elementGeometry)Sets the "elementGeometry" elementvoidsetElementID(BigInteger elementID)Sets the "elementID" elementvoidsetElementTag(String elementTag)Sets the "elementTag" elementvoidsetElementType(String elementType)Sets the "elementType" elementvoidunsetElementID()Unsets the "elementID" elementvoidunsetElementTag()Unsets the "elementTag" elementorg.apache.xmlbeans.XmlIntegerxgetElementID()Gets (as xml) the "elementID" elementorg.apache.xmlbeans.XmlStringxgetElementTag()Gets (as xml) the "elementTag" elementTINElementTypeTypexgetElementType()Gets (as xml) the "elementType" elementvoidxsetElementID(org.apache.xmlbeans.XmlInteger elementID)Sets (as xml) the "elementID" elementvoidxsetElementTag(org.apache.xmlbeans.XmlString elementTag)Sets (as xml) the "elementTag" elementvoidxsetElementType(TINElementTypeType elementType)Sets (as xml) the "elementType" element-
Methods inherited from interface net.opengis.gml.x32.AbstractFeatureType
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocation
-
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
-
getElementType
String getElementType()
Gets the "elementType" element
-
xgetElementType
TINElementTypeType xgetElementType()
Gets (as xml) the "elementType" element
-
setElementType
void setElementType(String elementType)
Sets the "elementType" element
-
xsetElementType
void xsetElementType(TINElementTypeType elementType)
Sets (as xml) the "elementType" element
-
getElementID
BigInteger getElementID()
Gets the "elementID" element
-
xgetElementID
org.apache.xmlbeans.XmlInteger xgetElementID()
Gets (as xml) the "elementID" element
-
isSetElementID
boolean isSetElementID()
True if has "elementID" element
-
setElementID
void setElementID(BigInteger elementID)
Sets the "elementID" element
-
xsetElementID
void xsetElementID(org.apache.xmlbeans.XmlInteger elementID)
Sets (as xml) the "elementID" element
-
unsetElementID
void unsetElementID()
Unsets the "elementID" element
-
getElementTag
String getElementTag()
Gets the "elementTag" element
-
xgetElementTag
org.apache.xmlbeans.XmlString xgetElementTag()
Gets (as xml) the "elementTag" element
-
isSetElementTag
boolean isSetElementTag()
True if has "elementTag" element
-
setElementTag
void setElementTag(String elementTag)
Sets the "elementTag" element
-
xsetElementTag
void xsetElementTag(org.apache.xmlbeans.XmlString elementTag)
Sets (as xml) the "elementTag" element
-
unsetElementTag
void unsetElementTag()
Unsets the "elementTag" element
-
getElementGeometry
GeometryPropertyType getElementGeometry()
Gets the "elementGeometry" element
-
setElementGeometry
void setElementGeometry(GeometryPropertyType elementGeometry)
Sets the "elementGeometry" element
-
addNewElementGeometry
GeometryPropertyType addNewElementGeometry()
Appends and returns a new empty "elementGeometry" element
-
-