Interface SimpleLinearReferenceType
-
- All Superinterfaces:
LinkReferenceType,NetworkReferenceType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SimpleLinearReferenceTypeImpl
public interface SimpleLinearReferenceType extends LinkReferenceType
An XML SimpleLinearReferenceType(@http://inspire.ec.europa.eu/schemas/net/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSimpleLinearReferenceType.FactoryA factory class with static methods for creating instances of this type.static interfaceSimpleLinearReferenceType.OffsetAn XML offset(@http://inspire.ec.europa.eu/schemas/net/4.0).
-
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 LengthTypeaddNewFromPosition()Appends and returns a new empty "fromPosition" elementSimpleLinearReferenceType.OffsetaddNewOffset()Appends and returns a new empty "offset" elementLengthTypeaddNewToPosition()Appends and returns a new empty "toPosition" elementLengthTypegetFromPosition()Gets the "fromPosition" elementSimpleLinearReferenceType.OffsetgetOffset()Gets the "offset" elementLengthTypegetToPosition()Gets the "toPosition" elementbooleanisNilOffset()Tests for nil "offset" elementbooleanisSetOffset()True if has "offset" elementvoidsetFromPosition(LengthType fromPosition)Sets the "fromPosition" elementvoidsetNilOffset()Nils the "offset" elementvoidsetOffset(SimpleLinearReferenceType.Offset offset)Sets the "offset" elementvoidsetToPosition(LengthType toPosition)Sets the "toPosition" elementvoidunsetOffset()Unsets the "offset" element-
Methods inherited from interface eu.europa.ec.inspire.schemas.net.x40.LinkReferenceType
addNewApplicableDirection, getApplicableDirection, isNilApplicableDirection, setApplicableDirection, setNilApplicableDirection
-
Methods inherited from interface eu.europa.ec.inspire.schemas.net.x40.NetworkReferenceType
addNewElement, getElement, setElement
-
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
-
getFromPosition
LengthType getFromPosition()
Gets the "fromPosition" element
-
setFromPosition
void setFromPosition(LengthType fromPosition)
Sets the "fromPosition" element
-
addNewFromPosition
LengthType addNewFromPosition()
Appends and returns a new empty "fromPosition" element
-
getToPosition
LengthType getToPosition()
Gets the "toPosition" element
-
setToPosition
void setToPosition(LengthType toPosition)
Sets the "toPosition" element
-
addNewToPosition
LengthType addNewToPosition()
Appends and returns a new empty "toPosition" element
-
getOffset
SimpleLinearReferenceType.Offset getOffset()
Gets the "offset" element
-
isNilOffset
boolean isNilOffset()
Tests for nil "offset" element
-
isSetOffset
boolean isSetOffset()
True if has "offset" element
-
setOffset
void setOffset(SimpleLinearReferenceType.Offset offset)
Sets the "offset" element
-
addNewOffset
SimpleLinearReferenceType.Offset addNewOffset()
Appends and returns a new empty "offset" element
-
setNilOffset
void setNilOffset()
Nils the "offset" element
-
unsetOffset
void unsetOffset()
Unsets the "offset" element
-
-