public interface HeightAboveGroundType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
HeightAboveGroundType.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 |
|---|---|
ReferenceType |
addNewHeightReference()
Appends and returns a new empty "heightReference" element
|
ReferenceType |
addNewLowReference()
Appends and returns a new empty "lowReference" element
|
ReferenceType |
addNewStatus()
Appends and returns a new empty "status" element
|
LengthType |
addNewValue()
Appends and returns a new empty "value" element
|
ReferenceType |
getHeightReference()
Gets the "heightReference" element
|
ReferenceType |
getLowReference()
Gets the "lowReference" element
|
ReferenceType |
getStatus()
Gets the "status" element
|
LengthType |
getValue()
Gets the "value" element
|
boolean |
isNilHeightReference()
Tests for nil "heightReference" element
|
boolean |
isNilLowReference()
Tests for nil "lowReference" element
|
boolean |
isNilStatus()
Tests for nil "status" element
|
void |
setHeightReference(ReferenceType heightReference)
Sets the "heightReference" element
|
void |
setLowReference(ReferenceType lowReference)
Sets the "lowReference" element
|
void |
setNilHeightReference()
Nils the "heightReference" element
|
void |
setNilLowReference()
Nils the "lowReference" element
|
void |
setNilStatus()
Nils the "status" element
|
void |
setStatus(ReferenceType status)
Sets the "status" element
|
void |
setValue(LengthType value)
Sets the "value" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextReferenceType getHeightReference()
boolean isNilHeightReference()
void setHeightReference(ReferenceType heightReference)
ReferenceType addNewHeightReference()
void setNilHeightReference()
ReferenceType getLowReference()
boolean isNilLowReference()
void setLowReference(ReferenceType lowReference)
ReferenceType addNewLowReference()
void setNilLowReference()
ReferenceType getStatus()
boolean isNilStatus()
void setStatus(ReferenceType status)
ReferenceType addNewStatus()
void setNilStatus()
LengthType getValue()
void setValue(LengthType value)
LengthType addNewValue()
Copyright © 2018 52north.org. All rights reserved.