Interface GeographicPositionType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GeographicPositionTypeImpl
public interface GeographicPositionType extends org.apache.xmlbeans.XmlObjectAn XML GeographicPositionType(@http://inspire.ec.europa.eu/schemas/ad/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGeographicPositionType.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 PointPropertyTypeaddNewGeometry()Appends and returns a new empty "geometry" elementReferenceTypeaddNewMethod()Appends and returns a new empty "method" elementReferenceTypeaddNewSpecification()Appends and returns a new empty "specification" elementbooleangetDefault()Gets the "default" elementPointPropertyTypegetGeometry()Gets the "geometry" elementReferenceTypegetMethod()Gets the "method" elementReferenceTypegetSpecification()Gets the "specification" elementbooleanisNilMethod()Tests for nil "method" elementbooleanisNilSpecification()Tests for nil "specification" elementvoidsetDefault(boolean xdefault)Sets the "default" elementvoidsetGeometry(PointPropertyType geometry)Sets the "geometry" elementvoidsetMethod(ReferenceType method)Sets the "method" elementvoidsetNilMethod()Nils the "method" elementvoidsetNilSpecification()Nils the "specification" elementvoidsetSpecification(ReferenceType specification)Sets the "specification" elementorg.apache.xmlbeans.XmlBooleanxgetDefault()Gets (as xml) the "default" elementvoidxsetDefault(org.apache.xmlbeans.XmlBoolean xdefault)Sets (as xml) the "default" 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
-
getGeometry
PointPropertyType getGeometry()
Gets the "geometry" element
-
setGeometry
void setGeometry(PointPropertyType geometry)
Sets the "geometry" element
-
addNewGeometry
PointPropertyType addNewGeometry()
Appends and returns a new empty "geometry" element
-
getSpecification
ReferenceType getSpecification()
Gets the "specification" element
-
isNilSpecification
boolean isNilSpecification()
Tests for nil "specification" element
-
setSpecification
void setSpecification(ReferenceType specification)
Sets the "specification" element
-
addNewSpecification
ReferenceType addNewSpecification()
Appends and returns a new empty "specification" element
-
setNilSpecification
void setNilSpecification()
Nils the "specification" element
-
getMethod
ReferenceType getMethod()
Gets the "method" element
-
isNilMethod
boolean isNilMethod()
Tests for nil "method" element
-
setMethod
void setMethod(ReferenceType method)
Sets the "method" element
-
addNewMethod
ReferenceType addNewMethod()
Appends and returns a new empty "method" element
-
setNilMethod
void setNilMethod()
Nils the "method" element
-
getDefault
boolean getDefault()
Gets the "default" element
-
xgetDefault
org.apache.xmlbeans.XmlBoolean xgetDefault()
Gets (as xml) the "default" element
-
setDefault
void setDefault(boolean xdefault)
Sets the "default" element
-
xsetDefault
void xsetDefault(org.apache.xmlbeans.XmlBoolean xdefault)
Sets (as xml) the "default" element
-
-