public interface TINElementType extends AbstractFeatureType
| Modifier and Type | Interface and Description |
|---|---|
static class |
TINElementType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
GeometryPropertyType |
addNewElementGeometry()
Appends and returns a new empty "elementGeometry" element
|
GeometryPropertyType |
getElementGeometry()
Gets the "elementGeometry" element
|
java.math.BigInteger |
getElementID()
Gets the "elementID" element
|
java.lang.String |
getElementTag()
Gets the "elementTag" element
|
java.lang.String |
getElementType()
Gets the "elementType" element
|
boolean |
isSetElementID()
True if has "elementID" element
|
boolean |
isSetElementTag()
True if has "elementTag" element
|
void |
setElementGeometry(GeometryPropertyType elementGeometry)
Sets the "elementGeometry" element
|
void |
setElementID(java.math.BigInteger elementID)
Sets the "elementID" element
|
void |
setElementTag(java.lang.String elementTag)
Sets the "elementTag" element
|
void |
setElementType(java.lang.String elementType)
Sets the "elementType" element
|
void |
unsetElementID()
Unsets the "elementID" element
|
void |
unsetElementTag()
Unsets the "elementTag" element
|
org.apache.xmlbeans.XmlInteger |
xgetElementID()
Gets (as xml) the "elementID" element
|
org.apache.xmlbeans.XmlString |
xgetElementTag()
Gets (as xml) the "elementTag" element
|
TINElementTypeType |
xgetElementType()
Gets (as xml) the "elementType" element
|
void |
xsetElementID(org.apache.xmlbeans.XmlInteger elementID)
Sets (as xml) the "elementID" element
|
void |
xsetElementTag(org.apache.xmlbeans.XmlString elementTag)
Sets (as xml) the "elementTag" element
|
void |
xsetElementType(TINElementTypeType elementType)
Sets (as xml) the "elementType" element
|
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocationaddNewDescription, 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, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextjava.lang.String getElementType()
TINElementTypeType xgetElementType()
void setElementType(java.lang.String elementType)
void xsetElementType(TINElementTypeType elementType)
java.math.BigInteger getElementID()
org.apache.xmlbeans.XmlInteger xgetElementID()
boolean isSetElementID()
void setElementID(java.math.BigInteger elementID)
void xsetElementID(org.apache.xmlbeans.XmlInteger elementID)
void unsetElementID()
java.lang.String getElementTag()
org.apache.xmlbeans.XmlString xgetElementTag()
boolean isSetElementTag()
void setElementTag(java.lang.String elementTag)
void xsetElementTag(org.apache.xmlbeans.XmlString elementTag)
void unsetElementTag()
GeometryPropertyType getElementGeometry()
void setElementGeometry(GeometryPropertyType elementGeometry)
GeometryPropertyType addNewElementGeometry()
Copyright © 2015–2018 52north.org. All rights reserved.