Interface SimplePointReferenceType
-
- All Superinterfaces:
LinkReferenceType,NetworkReferenceType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SimplePointReferenceTypeImpl
public interface SimplePointReferenceType extends LinkReferenceType
An XML SimplePointReferenceType(@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 classSimplePointReferenceType.FactoryA factory class with static methods for creating instances of this type.static interfaceSimplePointReferenceType.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 LengthTypeaddNewAtPosition()Appends and returns a new empty "atPosition" elementSimplePointReferenceType.OffsetaddNewOffset()Appends and returns a new empty "offset" elementLengthTypegetAtPosition()Gets the "atPosition" elementSimplePointReferenceType.OffsetgetOffset()Gets the "offset" elementbooleanisNilOffset()Tests for nil "offset" elementbooleanisSetOffset()True if has "offset" elementvoidsetAtPosition(LengthType atPosition)Sets the "atPosition" elementvoidsetNilOffset()Nils the "offset" elementvoidsetOffset(SimplePointReferenceType.Offset offset)Sets the "offset" 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
-
getAtPosition
LengthType getAtPosition()
Gets the "atPosition" element
-
setAtPosition
void setAtPosition(LengthType atPosition)
Sets the "atPosition" element
-
addNewAtPosition
LengthType addNewAtPosition()
Appends and returns a new empty "atPosition" element
-
getOffset
SimplePointReferenceType.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(SimplePointReferenceType.Offset offset)
Sets the "offset" element
-
addNewOffset
SimplePointReferenceType.Offset addNewOffset()
Appends and returns a new empty "offset" element
-
setNilOffset
void setNilOffset()
Nils the "offset" element
-
unsetOffset
void unsetOffset()
Unsets the "offset" element
-
-