Package net.opengis.gml.x33.lr
Interface ReferentType
-
- All Superinterfaces:
AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ReferentTypeImpl
public interface ReferentType extends AbstractGMLType
An XML ReferentType(@http://www.opengis.net/gml/3.3/lr). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classReferentType.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 PositionExpressionPropertyTypeaddNewLocation()Appends and returns a new empty "location" elementCodeTypeaddNewName2()Appends and returns a new empty "name" elementFeaturePropertyTypeaddNewOwnedBy()Appends and returns a new empty "ownedBy" elementPointPropertyTypeaddNewPosition()Appends and returns a new empty "position" elementPositionExpressionPropertyTypegetLocation()Gets the "location" elementCodeTypegetName2()Gets the "name" elementFeaturePropertyTypegetOwnedBy()Gets the "ownedBy" elementPointPropertyTypegetPosition()Gets the "position" elementReferentTypeType.EnumgetType()Gets the "type" elementbooleanisSetLocation()True if has "location" elementbooleanisSetPosition()True if has "position" elementvoidsetLocation(PositionExpressionPropertyType location)Sets the "location" elementvoidsetName2(CodeType name2)Sets the "name" elementvoidsetOwnedBy(FeaturePropertyType ownedBy)Sets the "ownedBy" elementvoidsetPosition(PointPropertyType position)Sets the "position" elementvoidsetType(ReferentTypeType.Enum type)Sets the "type" elementvoidunsetLocation()Unsets the "location" elementvoidunsetPosition()Unsets the "position" elementReferentTypeTypexgetType()Gets (as xml) the "type" elementvoidxsetType(ReferentTypeType type)Sets (as xml) the "type" 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 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
-
getName2
CodeType getName2()
Gets the "name" element
-
setName2
void setName2(CodeType name2)
Sets the "name" element
-
addNewName2
CodeType addNewName2()
Appends and returns a new empty "name" element
-
getType
ReferentTypeType.Enum getType()
Gets the "type" element
-
xgetType
ReferentTypeType xgetType()
Gets (as xml) the "type" element
-
setType
void setType(ReferentTypeType.Enum type)
Sets the "type" element
-
xsetType
void xsetType(ReferentTypeType type)
Sets (as xml) the "type" element
-
getPosition
PointPropertyType getPosition()
Gets the "position" element
-
isSetPosition
boolean isSetPosition()
True if has "position" element
-
setPosition
void setPosition(PointPropertyType position)
Sets the "position" element
-
addNewPosition
PointPropertyType addNewPosition()
Appends and returns a new empty "position" element
-
unsetPosition
void unsetPosition()
Unsets the "position" element
-
getLocation
PositionExpressionPropertyType getLocation()
Gets the "location" element
-
isSetLocation
boolean isSetLocation()
True if has "location" element
-
setLocation
void setLocation(PositionExpressionPropertyType location)
Sets the "location" element
-
addNewLocation
PositionExpressionPropertyType addNewLocation()
Appends and returns a new empty "location" element
-
unsetLocation
void unsetLocation()
Unsets the "location" element
-
getOwnedBy
FeaturePropertyType getOwnedBy()
Gets the "ownedBy" element
-
setOwnedBy
void setOwnedBy(FeaturePropertyType ownedBy)
Sets the "ownedBy" element
-
addNewOwnedBy
FeaturePropertyType addNewOwnedBy()
Appends and returns a new empty "ownedBy" element
-
-