public interface ReferentType extends AbstractGMLType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ReferentType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
PositionExpressionPropertyType |
addNewLocation()
Appends and returns a new empty "location" element
|
CodeType |
addNewName2()
Appends and returns a new empty "name" element
|
FeaturePropertyType |
addNewOwnedBy()
Appends and returns a new empty "ownedBy" element
|
PointPropertyType |
addNewPosition()
Appends and returns a new empty "position" element
|
PositionExpressionPropertyType |
getLocation()
Gets the "location" element
|
CodeType |
getName2()
Gets the "name" element
|
FeaturePropertyType |
getOwnedBy()
Gets the "ownedBy" element
|
PointPropertyType |
getPosition()
Gets the "position" element
|
ReferentTypeType.Enum |
getType()
Gets the "type" element
|
boolean |
isSetLocation()
True if has "location" element
|
boolean |
isSetPosition()
True if has "position" element
|
void |
setLocation(PositionExpressionPropertyType location)
Sets the "location" element
|
void |
setName2(CodeType name2)
Sets the "name" element
|
void |
setOwnedBy(FeaturePropertyType ownedBy)
Sets the "ownedBy" element
|
void |
setPosition(PointPropertyType position)
Sets the "position" element
|
void |
setType(ReferentTypeType.Enum type)
Sets the "type" element
|
void |
unsetLocation()
Unsets the "location" element
|
void |
unsetPosition()
Unsets the "position" element
|
ReferentTypeType |
xgetType()
Gets (as xml) the "type" element
|
void |
xsetType(ReferentTypeType type)
Sets (as xml) the "type" element
|
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, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextCodeType getName2()
void setName2(CodeType name2)
CodeType addNewName2()
ReferentTypeType.Enum getType()
ReferentTypeType xgetType()
void setType(ReferentTypeType.Enum type)
void xsetType(ReferentTypeType type)
PointPropertyType getPosition()
boolean isSetPosition()
void setPosition(PointPropertyType position)
PointPropertyType addNewPosition()
void unsetPosition()
PositionExpressionPropertyType getLocation()
boolean isSetLocation()
void setLocation(PositionExpressionPropertyType location)
PositionExpressionPropertyType addNewLocation()
void unsetLocation()
FeaturePropertyType getOwnedBy()
void setOwnedBy(FeaturePropertyType ownedBy)
FeaturePropertyType addNewOwnedBy()
Copyright © 2015–2018 52north.org. All rights reserved.