Interface HeightAboveGroundType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
HeightAboveGroundTypeImpl
public interface HeightAboveGroundType extends org.apache.xmlbeans.XmlObjectAn XML HeightAboveGroundType(@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 classHeightAboveGroundType.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 ReferenceTypeaddNewHeightReference()Appends and returns a new empty "heightReference" elementReferenceTypeaddNewLowReference()Appends and returns a new empty "lowReference" elementReferenceTypeaddNewStatus()Appends and returns a new empty "status" elementLengthTypeaddNewValue()Appends and returns a new empty "value" elementReferenceTypegetHeightReference()Gets the "heightReference" elementReferenceTypegetLowReference()Gets the "lowReference" elementReferenceTypegetStatus()Gets the "status" elementLengthTypegetValue()Gets the "value" elementbooleanisNilHeightReference()Tests for nil "heightReference" elementbooleanisNilLowReference()Tests for nil "lowReference" elementbooleanisNilStatus()Tests for nil "status" elementvoidsetHeightReference(ReferenceType heightReference)Sets the "heightReference" elementvoidsetLowReference(ReferenceType lowReference)Sets the "lowReference" elementvoidsetNilHeightReference()Nils the "heightReference" elementvoidsetNilLowReference()Nils the "lowReference" elementvoidsetNilStatus()Nils the "status" elementvoidsetStatus(ReferenceType status)Sets the "status" elementvoidsetValue(LengthType value)Sets the "value" 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
-
getHeightReference
ReferenceType getHeightReference()
Gets the "heightReference" element
-
isNilHeightReference
boolean isNilHeightReference()
Tests for nil "heightReference" element
-
setHeightReference
void setHeightReference(ReferenceType heightReference)
Sets the "heightReference" element
-
addNewHeightReference
ReferenceType addNewHeightReference()
Appends and returns a new empty "heightReference" element
-
setNilHeightReference
void setNilHeightReference()
Nils the "heightReference" element
-
getLowReference
ReferenceType getLowReference()
Gets the "lowReference" element
-
isNilLowReference
boolean isNilLowReference()
Tests for nil "lowReference" element
-
setLowReference
void setLowReference(ReferenceType lowReference)
Sets the "lowReference" element
-
addNewLowReference
ReferenceType addNewLowReference()
Appends and returns a new empty "lowReference" element
-
setNilLowReference
void setNilLowReference()
Nils the "lowReference" element
-
getStatus
ReferenceType getStatus()
Gets the "status" element
-
isNilStatus
boolean isNilStatus()
Tests for nil "status" element
-
setStatus
void setStatus(ReferenceType status)
Sets the "status" element
-
addNewStatus
ReferenceType addNewStatus()
Appends and returns a new empty "status" element
-
setNilStatus
void setNilStatus()
Nils the "status" element
-
getValue
LengthType getValue()
Gets the "value" element
-
setValue
void setValue(LengthType value)
Sets the "value" element
-
addNewValue
LengthType addNewValue()
Appends and returns a new empty "value" element
-
-