Package net.opengis.gml.x32
Interface DirectionVectorType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DirectionVectorTypeImpl
public interface DirectionVectorType extends org.apache.xmlbeans.XmlObjectAn XML DirectionVectorType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDirectionVectorType.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 AngleTypeaddNewHorizontalAngle()Appends and returns a new empty "horizontalAngle" elementVectorTypeaddNewVector()Appends and returns a new empty "vector" elementAngleTypeaddNewVerticalAngle()Appends and returns a new empty "verticalAngle" elementAngleTypegetHorizontalAngle()Gets the "horizontalAngle" elementVectorTypegetVector()Gets the "vector" elementAngleTypegetVerticalAngle()Gets the "verticalAngle" elementbooleanisSetHorizontalAngle()True if has "horizontalAngle" elementbooleanisSetVector()True if has "vector" elementbooleanisSetVerticalAngle()True if has "verticalAngle" elementvoidsetHorizontalAngle(AngleType horizontalAngle)Sets the "horizontalAngle" elementvoidsetVector(VectorType vector)Sets the "vector" elementvoidsetVerticalAngle(AngleType verticalAngle)Sets the "verticalAngle" elementvoidunsetHorizontalAngle()Unsets the "horizontalAngle" elementvoidunsetVector()Unsets the "vector" elementvoidunsetVerticalAngle()Unsets the "verticalAngle" 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
-
getVector
VectorType getVector()
Gets the "vector" element
-
isSetVector
boolean isSetVector()
True if has "vector" element
-
setVector
void setVector(VectorType vector)
Sets the "vector" element
-
addNewVector
VectorType addNewVector()
Appends and returns a new empty "vector" element
-
unsetVector
void unsetVector()
Unsets the "vector" element
-
getHorizontalAngle
AngleType getHorizontalAngle()
Gets the "horizontalAngle" element
-
isSetHorizontalAngle
boolean isSetHorizontalAngle()
True if has "horizontalAngle" element
-
setHorizontalAngle
void setHorizontalAngle(AngleType horizontalAngle)
Sets the "horizontalAngle" element
-
addNewHorizontalAngle
AngleType addNewHorizontalAngle()
Appends and returns a new empty "horizontalAngle" element
-
unsetHorizontalAngle
void unsetHorizontalAngle()
Unsets the "horizontalAngle" element
-
getVerticalAngle
AngleType getVerticalAngle()
Gets the "verticalAngle" element
-
isSetVerticalAngle
boolean isSetVerticalAngle()
True if has "verticalAngle" element
-
setVerticalAngle
void setVerticalAngle(AngleType verticalAngle)
Sets the "verticalAngle" element
-
addNewVerticalAngle
AngleType addNewVerticalAngle()
Appends and returns a new empty "verticalAngle" element
-
unsetVerticalAngle
void unsetVerticalAngle()
Unsets the "verticalAngle" element
-
-