Package net.opengis.sensorml.x20
Interface PositionUnionPropertyType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PositionUnionPropertyTypeImpl
public interface PositionUnionPropertyType extends org.apache.xmlbeans.XmlObjectAn XML PositionUnionPropertyType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPositionUnionPropertyType.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 AbstractProcessTypeaddNewAbstractProcess()Appends and returns a new empty "AbstractProcess" elementDataArrayTypeaddNewDataArray1()Appends and returns a new empty "DataArray" elementDataRecordTypeaddNewDataRecord()Appends and returns a new empty "DataRecord" elementPointTypeaddNewPoint()Appends and returns a new empty "Point" elementTextTypeaddNewText()Appends and returns a new empty "Text" elementVectorTypeaddNewVector()Appends and returns a new empty "Vector" elementAbstractProcessTypegetAbstractProcess()Gets the "AbstractProcess" elementActuateType.EnumgetActuate()Gets the "actuate" attributeStringgetArcrole()Gets the "arcrole" attributeDataArrayTypegetDataArray1()Gets the "DataArray" elementDataRecordTypegetDataRecord()Gets the "DataRecord" elementStringgetHref()Gets the "href" attributePointTypegetPoint()Gets the "Point" elementStringgetRole()Gets the "role" attributeShowType.EnumgetShow()Gets the "show" attributeTextTypegetText()Gets the "Text" elementStringgetTitle()Gets the "title" attributeTypeType.EnumgetType()Gets the "type" attributeVectorTypegetVector()Gets the "Vector" elementbooleanisSetAbstractProcess()True if has "AbstractProcess" elementbooleanisSetActuate()True if has "actuate" attributebooleanisSetArcrole()True if has "arcrole" attributebooleanisSetDataArray1()True if has "DataArray" elementbooleanisSetDataRecord()True if has "DataRecord" elementbooleanisSetHref()True if has "href" attributebooleanisSetPoint()True if has "Point" elementbooleanisSetRole()True if has "role" attributebooleanisSetShow()True if has "show" attributebooleanisSetText()True if has "Text" elementbooleanisSetTitle()True if has "title" attributebooleanisSetType()True if has "type" attributebooleanisSetVector()True if has "Vector" elementvoidsetAbstractProcess(AbstractProcessType abstractProcess)Sets the "AbstractProcess" elementvoidsetActuate(ActuateType.Enum actuate)Sets the "actuate" attributevoidsetArcrole(String arcrole)Sets the "arcrole" attributevoidsetDataArray1(DataArrayType dataArray1)Sets the "DataArray" elementvoidsetDataRecord(DataRecordType dataRecord)Sets the "DataRecord" elementvoidsetHref(String href)Sets the "href" attributevoidsetPoint(PointType point)Sets the "Point" elementvoidsetRole(String role)Sets the "role" attributevoidsetShow(ShowType.Enum show)Sets the "show" attributevoidsetText(TextType text)Sets the "Text" elementvoidsetTitle(String title)Sets the "title" attributevoidsetType(TypeType.Enum type)Sets the "type" attributevoidsetVector(VectorType vector)Sets the "Vector" elementvoidunsetAbstractProcess()Unsets the "AbstractProcess" elementvoidunsetActuate()Unsets the "actuate" attributevoidunsetArcrole()Unsets the "arcrole" attributevoidunsetDataArray1()Unsets the "DataArray" elementvoidunsetDataRecord()Unsets the "DataRecord" elementvoidunsetHref()Unsets the "href" attributevoidunsetPoint()Unsets the "Point" elementvoidunsetRole()Unsets the "role" attributevoidunsetShow()Unsets the "show" attributevoidunsetText()Unsets the "Text" elementvoidunsetTitle()Unsets the "title" attributevoidunsetType()Unsets the "type" attributevoidunsetVector()Unsets the "Vector" elementActuateTypexgetActuate()Gets (as xml) the "actuate" attributeArcroleTypexgetArcrole()Gets (as xml) the "arcrole" attributeHrefTypexgetHref()Gets (as xml) the "href" attributeRoleTypexgetRole()Gets (as xml) the "role" attributeShowTypexgetShow()Gets (as xml) the "show" attributeTitleAttrTypexgetTitle()Gets (as xml) the "title" attributeTypeTypexgetType()Gets (as xml) the "type" attributevoidxsetActuate(ActuateType actuate)Sets (as xml) the "actuate" attributevoidxsetArcrole(ArcroleType arcrole)Sets (as xml) the "arcrole" attributevoidxsetHref(HrefType href)Sets (as xml) the "href" attributevoidxsetRole(RoleType role)Sets (as xml) the "role" attributevoidxsetShow(ShowType show)Sets (as xml) the "show" attributevoidxsetTitle(TitleAttrType title)Sets (as xml) the "title" attributevoidxsetType(TypeType type)Sets (as xml) the "type" attribute-
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
-
getText
TextType getText()
Gets the "Text" element
-
isSetText
boolean isSetText()
True if has "Text" element
-
setText
void setText(TextType text)
Sets the "Text" element
-
addNewText
TextType addNewText()
Appends and returns a new empty "Text" element
-
unsetText
void unsetText()
Unsets the "Text" element
-
getPoint
PointType getPoint()
Gets the "Point" element
-
isSetPoint
boolean isSetPoint()
True if has "Point" element
-
setPoint
void setPoint(PointType point)
Sets the "Point" element
-
addNewPoint
PointType addNewPoint()
Appends and returns a new empty "Point" element
-
unsetPoint
void unsetPoint()
Unsets the "Point" element
-
getVector
VectorType getVector()
Gets the "Vector" element
-
isSetVector
boolean isSetVector()
True if has "Vector" element
-
setVector
void setVector(VectorType vector)
Sets the "Vector" element
-
addNewVector
VectorType addNewVector()
Appends and returns a new empty "Vector" element
-
unsetVector
void unsetVector()
Unsets the "Vector" element
-
getDataRecord
DataRecordType getDataRecord()
Gets the "DataRecord" element
-
isSetDataRecord
boolean isSetDataRecord()
True if has "DataRecord" element
-
setDataRecord
void setDataRecord(DataRecordType dataRecord)
Sets the "DataRecord" element
-
addNewDataRecord
DataRecordType addNewDataRecord()
Appends and returns a new empty "DataRecord" element
-
unsetDataRecord
void unsetDataRecord()
Unsets the "DataRecord" element
-
getDataArray1
DataArrayType getDataArray1()
Gets the "DataArray" element
-
isSetDataArray1
boolean isSetDataArray1()
True if has "DataArray" element
-
setDataArray1
void setDataArray1(DataArrayType dataArray1)
Sets the "DataArray" element
-
addNewDataArray1
DataArrayType addNewDataArray1()
Appends and returns a new empty "DataArray" element
-
unsetDataArray1
void unsetDataArray1()
Unsets the "DataArray" element
-
getAbstractProcess
AbstractProcessType getAbstractProcess()
Gets the "AbstractProcess" element
-
isSetAbstractProcess
boolean isSetAbstractProcess()
True if has "AbstractProcess" element
-
setAbstractProcess
void setAbstractProcess(AbstractProcessType abstractProcess)
Sets the "AbstractProcess" element
-
addNewAbstractProcess
AbstractProcessType addNewAbstractProcess()
Appends and returns a new empty "AbstractProcess" element
-
unsetAbstractProcess
void unsetAbstractProcess()
Unsets the "AbstractProcess" element
-
getType
TypeType.Enum getType()
Gets the "type" attribute
-
xgetType
TypeType xgetType()
Gets (as xml) the "type" attribute
-
isSetType
boolean isSetType()
True if has "type" attribute
-
setType
void setType(TypeType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(TypeType type)
Sets (as xml) the "type" attribute
-
unsetType
void unsetType()
Unsets the "type" attribute
-
getHref
String getHref()
Gets the "href" attribute
-
xgetHref
HrefType xgetHref()
Gets (as xml) the "href" attribute
-
isSetHref
boolean isSetHref()
True if has "href" attribute
-
setHref
void setHref(String href)
Sets the "href" attribute
-
xsetHref
void xsetHref(HrefType href)
Sets (as xml) the "href" attribute
-
unsetHref
void unsetHref()
Unsets the "href" attribute
-
getRole
String getRole()
Gets the "role" attribute
-
xgetRole
RoleType xgetRole()
Gets (as xml) the "role" attribute
-
isSetRole
boolean isSetRole()
True if has "role" attribute
-
setRole
void setRole(String role)
Sets the "role" attribute
-
xsetRole
void xsetRole(RoleType role)
Sets (as xml) the "role" attribute
-
unsetRole
void unsetRole()
Unsets the "role" attribute
-
getArcrole
String getArcrole()
Gets the "arcrole" attribute
-
xgetArcrole
ArcroleType xgetArcrole()
Gets (as xml) the "arcrole" attribute
-
isSetArcrole
boolean isSetArcrole()
True if has "arcrole" attribute
-
setArcrole
void setArcrole(String arcrole)
Sets the "arcrole" attribute
-
xsetArcrole
void xsetArcrole(ArcroleType arcrole)
Sets (as xml) the "arcrole" attribute
-
unsetArcrole
void unsetArcrole()
Unsets the "arcrole" attribute
-
getTitle
String getTitle()
Gets the "title" attribute
-
xgetTitle
TitleAttrType xgetTitle()
Gets (as xml) the "title" attribute
-
isSetTitle
boolean isSetTitle()
True if has "title" attribute
-
setTitle
void setTitle(String title)
Sets the "title" attribute
-
xsetTitle
void xsetTitle(TitleAttrType title)
Sets (as xml) the "title" attribute
-
unsetTitle
void unsetTitle()
Unsets the "title" attribute
-
getShow
ShowType.Enum getShow()
Gets the "show" attribute
-
xgetShow
ShowType xgetShow()
Gets (as xml) the "show" attribute
-
isSetShow
boolean isSetShow()
True if has "show" attribute
-
setShow
void setShow(ShowType.Enum show)
Sets the "show" attribute
-
xsetShow
void xsetShow(ShowType show)
Sets (as xml) the "show" attribute
-
unsetShow
void unsetShow()
Unsets the "show" attribute
-
getActuate
ActuateType.Enum getActuate()
Gets the "actuate" attribute
-
xgetActuate
ActuateType xgetActuate()
Gets (as xml) the "actuate" attribute
-
isSetActuate
boolean isSetActuate()
True if has "actuate" attribute
-
setActuate
void setActuate(ActuateType.Enum actuate)
Sets the "actuate" attribute
-
xsetActuate
void xsetActuate(ActuateType actuate)
Sets (as xml) the "actuate" attribute
-
unsetActuate
void unsetActuate()
Unsets the "actuate" attribute
-
-