Package net.opengis.gml.x33.lro
Interface LateralOffsetDistanceExpressionType
-
- All Superinterfaces:
AbstractGMLType,DistanceExpressionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LateralOffsetDistanceExpressionTypeImpl
public interface LateralOffsetDistanceExpressionType extends DistanceExpressionType
An XML LateralOffsetDistanceExpressionType(@http://www.opengis.net/gml/3.3/lro). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLateralOffsetDistanceExpressionType.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 LateralOffsetExpressionTypeaddNewLateralOffsetExpression()Appends and returns a new empty "lateralOffsetExpression" elementVerticalOffsetExpressionTypeaddNewVerticalOffsetExpression()Appends and returns a new empty "verticalOffsetExpression" elementLateralOffsetExpressionTypegetLateralOffsetExpression()Gets the "lateralOffsetExpression" elementVerticalOffsetExpressionTypegetVerticalOffsetExpression()Gets the "verticalOffsetExpression" elementbooleanisSetLateralOffsetExpression()True if has "lateralOffsetExpression" elementbooleanisSetVerticalOffsetExpression()True if has "verticalOffsetExpression" elementvoidsetLateralOffsetExpression(LateralOffsetExpressionType lateralOffsetExpression)Sets the "lateralOffsetExpression" elementvoidsetVerticalOffsetExpression(VerticalOffsetExpressionType verticalOffsetExpression)Sets the "verticalOffsetExpression" elementvoidunsetLateralOffsetExpression()Unsets the "lateralOffsetExpression" elementvoidunsetVerticalOffsetExpression()Unsets the "verticalOffsetExpression" element-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.x33.lr.DistanceExpressionType
addNewDistanceAlong, addNewReferent, getDistanceAlong, getReferent, isSetReferent, setDistanceAlong, setReferent, unsetReferent
-
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
-
getLateralOffsetExpression
LateralOffsetExpressionType getLateralOffsetExpression()
Gets the "lateralOffsetExpression" element
-
isSetLateralOffsetExpression
boolean isSetLateralOffsetExpression()
True if has "lateralOffsetExpression" element
-
setLateralOffsetExpression
void setLateralOffsetExpression(LateralOffsetExpressionType lateralOffsetExpression)
Sets the "lateralOffsetExpression" element
-
addNewLateralOffsetExpression
LateralOffsetExpressionType addNewLateralOffsetExpression()
Appends and returns a new empty "lateralOffsetExpression" element
-
unsetLateralOffsetExpression
void unsetLateralOffsetExpression()
Unsets the "lateralOffsetExpression" element
-
getVerticalOffsetExpression
VerticalOffsetExpressionType getVerticalOffsetExpression()
Gets the "verticalOffsetExpression" element
-
isSetVerticalOffsetExpression
boolean isSetVerticalOffsetExpression()
True if has "verticalOffsetExpression" element
-
setVerticalOffsetExpression
void setVerticalOffsetExpression(VerticalOffsetExpressionType verticalOffsetExpression)
Sets the "verticalOffsetExpression" element
-
addNewVerticalOffsetExpression
VerticalOffsetExpressionType addNewVerticalOffsetExpression()
Appends and returns a new empty "verticalOffsetExpression" element
-
unsetVerticalOffsetExpression
void unsetVerticalOffsetExpression()
Unsets the "verticalOffsetExpression" element
-
-