Package net.opengis.gml.x32
Interface DirectionDescriptionType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DirectionDescriptionTypeImpl
public interface DirectionDescriptionType extends org.apache.xmlbeans.XmlObjectAn XML DirectionDescriptionType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDirectionDescriptionType.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 CodeTypeaddNewKeyword()Appends and returns a new empty "keyword" elementReferenceTypeaddNewReference()Appends and returns a new empty "reference" elementCompassPointEnumeration.EnumgetCompassPoint()Gets the "compassPoint" elementStringgetDescription()Gets the "description" elementCodeTypegetKeyword()Gets the "keyword" elementReferenceTypegetReference()Gets the "reference" elementbooleanisSetCompassPoint()True if has "compassPoint" elementbooleanisSetDescription()True if has "description" elementbooleanisSetKeyword()True if has "keyword" elementbooleanisSetReference()True if has "reference" elementvoidsetCompassPoint(CompassPointEnumeration.Enum compassPoint)Sets the "compassPoint" elementvoidsetDescription(String description)Sets the "description" elementvoidsetKeyword(CodeType keyword)Sets the "keyword" elementvoidsetReference(ReferenceType reference)Sets the "reference" elementvoidunsetCompassPoint()Unsets the "compassPoint" elementvoidunsetDescription()Unsets the "description" elementvoidunsetKeyword()Unsets the "keyword" elementvoidunsetReference()Unsets the "reference" elementCompassPointEnumerationxgetCompassPoint()Gets (as xml) the "compassPoint" elementorg.apache.xmlbeans.XmlStringxgetDescription()Gets (as xml) the "description" elementvoidxsetCompassPoint(CompassPointEnumeration compassPoint)Sets (as xml) the "compassPoint" elementvoidxsetDescription(org.apache.xmlbeans.XmlString description)Sets (as xml) the "description" 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
-
getCompassPoint
CompassPointEnumeration.Enum getCompassPoint()
Gets the "compassPoint" element
-
xgetCompassPoint
CompassPointEnumeration xgetCompassPoint()
Gets (as xml) the "compassPoint" element
-
isSetCompassPoint
boolean isSetCompassPoint()
True if has "compassPoint" element
-
setCompassPoint
void setCompassPoint(CompassPointEnumeration.Enum compassPoint)
Sets the "compassPoint" element
-
xsetCompassPoint
void xsetCompassPoint(CompassPointEnumeration compassPoint)
Sets (as xml) the "compassPoint" element
-
unsetCompassPoint
void unsetCompassPoint()
Unsets the "compassPoint" element
-
getKeyword
CodeType getKeyword()
Gets the "keyword" element
-
isSetKeyword
boolean isSetKeyword()
True if has "keyword" element
-
setKeyword
void setKeyword(CodeType keyword)
Sets the "keyword" element
-
addNewKeyword
CodeType addNewKeyword()
Appends and returns a new empty "keyword" element
-
unsetKeyword
void unsetKeyword()
Unsets the "keyword" element
-
getDescription
String getDescription()
Gets the "description" element
-
xgetDescription
org.apache.xmlbeans.XmlString xgetDescription()
Gets (as xml) the "description" element
-
isSetDescription
boolean isSetDescription()
True if has "description" element
-
setDescription
void setDescription(String description)
Sets the "description" element
-
xsetDescription
void xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" element
-
unsetDescription
void unsetDescription()
Unsets the "description" element
-
getReference
ReferenceType getReference()
Gets the "reference" element
-
isSetReference
boolean isSetReference()
True if has "reference" element
-
setReference
void setReference(ReferenceType reference)
Sets the "reference" element
-
addNewReference
ReferenceType addNewReference()
Appends and returns a new empty "reference" element
-
unsetReference
void unsetReference()
Unsets the "reference" element
-
-