Interface BuildingGeometry2DType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
BuildingGeometry2DTypeImpl
public interface BuildingGeometry2DType extends org.apache.xmlbeans.XmlObjectAn XML BuildingGeometry2DType(@http://inspire.ec.europa.eu/schemas/bu-base/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBuildingGeometry2DType.FactoryA factory class with static methods for creating instances of this type.static interfaceBuildingGeometry2DType.HorizontalGeometryEstimatedAccuracyAn XML horizontalGeometryEstimatedAccuracy(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).static interfaceBuildingGeometry2DType.VerticalGeometryEstimatedAccuracyAn XML verticalGeometryEstimatedAccuracy(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).
-
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 GeometryPropertyTypeaddNewGeometry()Appends and returns a new empty "geometry" elementBuildingGeometry2DType.HorizontalGeometryEstimatedAccuracyaddNewHorizontalGeometryEstimatedAccuracy()Appends and returns a new empty "horizontalGeometryEstimatedAccuracy" elementReferenceTypeaddNewHorizontalGeometryReference()Appends and returns a new empty "horizontalGeometryReference" elementBuildingGeometry2DType.VerticalGeometryEstimatedAccuracyaddNewVerticalGeometryEstimatedAccuracy()Appends and returns a new empty "verticalGeometryEstimatedAccuracy" elementReferenceTypeaddNewVerticalGeometryReference()Appends and returns a new empty "verticalGeometryReference" elementGeometryPropertyTypegetGeometry()Gets the "geometry" elementBuildingGeometry2DType.HorizontalGeometryEstimatedAccuracygetHorizontalGeometryEstimatedAccuracy()Gets the "horizontalGeometryEstimatedAccuracy" elementReferenceTypegetHorizontalGeometryReference()Gets the "horizontalGeometryReference" elementbooleangetReferenceGeometry()Gets the "referenceGeometry" elementBuildingGeometry2DType.VerticalGeometryEstimatedAccuracygetVerticalGeometryEstimatedAccuracy()Gets the "verticalGeometryEstimatedAccuracy" elementReferenceTypegetVerticalGeometryReference()Gets the "verticalGeometryReference" elementbooleanisNilHorizontalGeometryEstimatedAccuracy()Tests for nil "horizontalGeometryEstimatedAccuracy" elementbooleanisNilVerticalGeometryEstimatedAccuracy()Tests for nil "verticalGeometryEstimatedAccuracy" elementbooleanisSetVerticalGeometryEstimatedAccuracy()True if has "verticalGeometryEstimatedAccuracy" elementbooleanisSetVerticalGeometryReference()True if has "verticalGeometryReference" elementvoidsetGeometry(GeometryPropertyType geometry)Sets the "geometry" elementvoidsetHorizontalGeometryEstimatedAccuracy(BuildingGeometry2DType.HorizontalGeometryEstimatedAccuracy horizontalGeometryEstimatedAccuracy)Sets the "horizontalGeometryEstimatedAccuracy" elementvoidsetHorizontalGeometryReference(ReferenceType horizontalGeometryReference)Sets the "horizontalGeometryReference" elementvoidsetNilHorizontalGeometryEstimatedAccuracy()Nils the "horizontalGeometryEstimatedAccuracy" elementvoidsetNilVerticalGeometryEstimatedAccuracy()Nils the "verticalGeometryEstimatedAccuracy" elementvoidsetReferenceGeometry(boolean referenceGeometry)Sets the "referenceGeometry" elementvoidsetVerticalGeometryEstimatedAccuracy(BuildingGeometry2DType.VerticalGeometryEstimatedAccuracy verticalGeometryEstimatedAccuracy)Sets the "verticalGeometryEstimatedAccuracy" elementvoidsetVerticalGeometryReference(ReferenceType verticalGeometryReference)Sets the "verticalGeometryReference" elementvoidunsetVerticalGeometryEstimatedAccuracy()Unsets the "verticalGeometryEstimatedAccuracy" elementvoidunsetVerticalGeometryReference()Unsets the "verticalGeometryReference" elementorg.apache.xmlbeans.XmlBooleanxgetReferenceGeometry()Gets (as xml) the "referenceGeometry" elementvoidxsetReferenceGeometry(org.apache.xmlbeans.XmlBoolean referenceGeometry)Sets (as xml) the "referenceGeometry" 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
-
getGeometry
GeometryPropertyType getGeometry()
Gets the "geometry" element
-
setGeometry
void setGeometry(GeometryPropertyType geometry)
Sets the "geometry" element
-
addNewGeometry
GeometryPropertyType addNewGeometry()
Appends and returns a new empty "geometry" element
-
getReferenceGeometry
boolean getReferenceGeometry()
Gets the "referenceGeometry" element
-
xgetReferenceGeometry
org.apache.xmlbeans.XmlBoolean xgetReferenceGeometry()
Gets (as xml) the "referenceGeometry" element
-
setReferenceGeometry
void setReferenceGeometry(boolean referenceGeometry)
Sets the "referenceGeometry" element
-
xsetReferenceGeometry
void xsetReferenceGeometry(org.apache.xmlbeans.XmlBoolean referenceGeometry)
Sets (as xml) the "referenceGeometry" element
-
getHorizontalGeometryReference
ReferenceType getHorizontalGeometryReference()
Gets the "horizontalGeometryReference" element
-
setHorizontalGeometryReference
void setHorizontalGeometryReference(ReferenceType horizontalGeometryReference)
Sets the "horizontalGeometryReference" element
-
addNewHorizontalGeometryReference
ReferenceType addNewHorizontalGeometryReference()
Appends and returns a new empty "horizontalGeometryReference" element
-
getVerticalGeometryReference
ReferenceType getVerticalGeometryReference()
Gets the "verticalGeometryReference" element
-
isSetVerticalGeometryReference
boolean isSetVerticalGeometryReference()
True if has "verticalGeometryReference" element
-
setVerticalGeometryReference
void setVerticalGeometryReference(ReferenceType verticalGeometryReference)
Sets the "verticalGeometryReference" element
-
addNewVerticalGeometryReference
ReferenceType addNewVerticalGeometryReference()
Appends and returns a new empty "verticalGeometryReference" element
-
unsetVerticalGeometryReference
void unsetVerticalGeometryReference()
Unsets the "verticalGeometryReference" element
-
getHorizontalGeometryEstimatedAccuracy
BuildingGeometry2DType.HorizontalGeometryEstimatedAccuracy getHorizontalGeometryEstimatedAccuracy()
Gets the "horizontalGeometryEstimatedAccuracy" element
-
isNilHorizontalGeometryEstimatedAccuracy
boolean isNilHorizontalGeometryEstimatedAccuracy()
Tests for nil "horizontalGeometryEstimatedAccuracy" element
-
setHorizontalGeometryEstimatedAccuracy
void setHorizontalGeometryEstimatedAccuracy(BuildingGeometry2DType.HorizontalGeometryEstimatedAccuracy horizontalGeometryEstimatedAccuracy)
Sets the "horizontalGeometryEstimatedAccuracy" element
-
addNewHorizontalGeometryEstimatedAccuracy
BuildingGeometry2DType.HorizontalGeometryEstimatedAccuracy addNewHorizontalGeometryEstimatedAccuracy()
Appends and returns a new empty "horizontalGeometryEstimatedAccuracy" element
-
setNilHorizontalGeometryEstimatedAccuracy
void setNilHorizontalGeometryEstimatedAccuracy()
Nils the "horizontalGeometryEstimatedAccuracy" element
-
getVerticalGeometryEstimatedAccuracy
BuildingGeometry2DType.VerticalGeometryEstimatedAccuracy getVerticalGeometryEstimatedAccuracy()
Gets the "verticalGeometryEstimatedAccuracy" element
-
isNilVerticalGeometryEstimatedAccuracy
boolean isNilVerticalGeometryEstimatedAccuracy()
Tests for nil "verticalGeometryEstimatedAccuracy" element
-
isSetVerticalGeometryEstimatedAccuracy
boolean isSetVerticalGeometryEstimatedAccuracy()
True if has "verticalGeometryEstimatedAccuracy" element
-
setVerticalGeometryEstimatedAccuracy
void setVerticalGeometryEstimatedAccuracy(BuildingGeometry2DType.VerticalGeometryEstimatedAccuracy verticalGeometryEstimatedAccuracy)
Sets the "verticalGeometryEstimatedAccuracy" element
-
addNewVerticalGeometryEstimatedAccuracy
BuildingGeometry2DType.VerticalGeometryEstimatedAccuracy addNewVerticalGeometryEstimatedAccuracy()
Appends and returns a new empty "verticalGeometryEstimatedAccuracy" element
-
setNilVerticalGeometryEstimatedAccuracy
void setNilVerticalGeometryEstimatedAccuracy()
Nils the "verticalGeometryEstimatedAccuracy" element
-
unsetVerticalGeometryEstimatedAccuracy
void unsetVerticalGeometryEstimatedAccuracy()
Unsets the "verticalGeometryEstimatedAccuracy" element
-
-