net.opengis.sensorML.x10
Interface IoComponentPropertyType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
IoComponentPropertyTypeImpl

public interface IoComponentPropertyType
extends org.apache.xmlbeans.XmlObject

An XML IoComponentPropertyType(@http://www.opengis.net/sensorML/1.0). This is a complex type.


Nested Class Summary
static class IoComponentPropertyType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 AbstractDataArrayType addNewAbstractDataArray1()
          Appends and returns a new empty "AbstractDataArray" element
 AbstractDataRecordType addNewAbstractDataRecord()
          Appends and returns a new empty "AbstractDataRecord" element
 BooleanDocument.Boolean addNewBoolean()
          Appends and returns a new empty "Boolean" element
 CategoryDocument.Category addNewCategory()
          Appends and returns a new empty "Category" element
 CountDocument.Count addNewCount()
          Appends and returns a new empty "Count" element
 CountRangeDocument.CountRange addNewCountRange()
          Appends and returns a new empty "CountRange" element
 ObservablePropertyDocument.ObservableProperty addNewObservableProperty()
          Appends and returns a new empty "ObservableProperty" element
 QuantityDocument.Quantity addNewQuantity()
          Appends and returns a new empty "Quantity" element
 QuantityRangeDocument.QuantityRange addNewQuantityRange()
          Appends and returns a new empty "QuantityRange" element
 TextDocument.Text addNewText()
          Appends and returns a new empty "Text" element
 TimeDocument.Time addNewTime()
          Appends and returns a new empty "Time" element
 TimeRangeDocument.TimeRange addNewTimeRange()
          Appends and returns a new empty "TimeRange" element
 AbstractDataArrayType getAbstractDataArray1()
          Gets the "AbstractDataArray" element
 AbstractDataRecordType getAbstractDataRecord()
          Gets the "AbstractDataRecord" element
 org.w3.x1999.xlink.ActuateType.Enum getActuate()
          Gets the "actuate" attribute
 String getArcrole()
          Gets the "arcrole" attribute
 BooleanDocument.Boolean getBoolean()
          Gets the "Boolean" element
 CategoryDocument.Category getCategory()
          Gets the "Category" element
 CountDocument.Count getCount()
          Gets the "Count" element
 CountRangeDocument.CountRange getCountRange()
          Gets the "CountRange" element
 String getHref()
          Gets the "href" attribute
 String getName()
          Gets the "name" attribute
 ObservablePropertyDocument.ObservableProperty getObservableProperty()
          Gets the "ObservableProperty" element
 QuantityDocument.Quantity getQuantity()
          Gets the "Quantity" element
 QuantityRangeDocument.QuantityRange getQuantityRange()
          Gets the "QuantityRange" element
 String getRemoteSchema()
          Gets the "remoteSchema" attribute
 String getRole()
          Gets the "role" attribute
 org.w3.x1999.xlink.ShowType.Enum getShow()
          Gets the "show" attribute
 TextDocument.Text getText()
          Gets the "Text" element
 TimeDocument.Time getTime()
          Gets the "Time" element
 TimeRangeDocument.TimeRange getTimeRange()
          Gets the "TimeRange" element
 String getTitle()
          Gets the "title" attribute
 org.w3.x1999.xlink.TypeType.Enum getType()
          Gets the "type" attribute
 boolean isSetAbstractDataArray1()
          True if has "AbstractDataArray" element
 boolean isSetAbstractDataRecord()
          True if has "AbstractDataRecord" element
 boolean isSetActuate()
          True if has "actuate" attribute
 boolean isSetArcrole()
          True if has "arcrole" attribute
 boolean isSetBoolean()
          True if has "Boolean" element
 boolean isSetCategory()
          True if has "Category" element
 boolean isSetCount()
          True if has "Count" element
 boolean isSetCountRange()
          True if has "CountRange" element
 boolean isSetHref()
          True if has "href" attribute
 boolean isSetObservableProperty()
          True if has "ObservableProperty" element
 boolean isSetQuantity()
          True if has "Quantity" element
 boolean isSetQuantityRange()
          True if has "QuantityRange" element
 boolean isSetRemoteSchema()
          True if has "remoteSchema" attribute
 boolean isSetRole()
          True if has "role" attribute
 boolean isSetShow()
          True if has "show" attribute
 boolean isSetText()
          True if has "Text" element
 boolean isSetTime()
          True if has "Time" element
 boolean isSetTimeRange()
          True if has "TimeRange" element
 boolean isSetTitle()
          True if has "title" attribute
 boolean isSetType()
          True if has "type" attribute
 void setAbstractDataArray1(AbstractDataArrayType abstractDataArray1)
          Sets the "AbstractDataArray" element
 void setAbstractDataRecord(AbstractDataRecordType abstractDataRecord)
          Sets the "AbstractDataRecord" element
 void setActuate(org.w3.x1999.xlink.ActuateType.Enum actuate)
          Sets the "actuate" attribute
 void setArcrole(String arcrole)
          Sets the "arcrole" attribute
 void setBoolean(BooleanDocument.Boolean xboolean)
          Sets the "Boolean" element
 void setCategory(CategoryDocument.Category category)
          Sets the "Category" element
 void setCount(CountDocument.Count count)
          Sets the "Count" element
 void setCountRange(CountRangeDocument.CountRange countRange)
          Sets the "CountRange" element
 void setHref(String href)
          Sets the "href" attribute
 void setName(String name)
          Sets the "name" attribute
 void setObservableProperty(ObservablePropertyDocument.ObservableProperty observableProperty)
          Sets the "ObservableProperty" element
 void setQuantity(QuantityDocument.Quantity quantity)
          Sets the "Quantity" element
 void setQuantityRange(QuantityRangeDocument.QuantityRange quantityRange)
          Sets the "QuantityRange" element
 void setRemoteSchema(String remoteSchema)
          Sets the "remoteSchema" attribute
 void setRole(String role)
          Sets the "role" attribute
 void setShow(org.w3.x1999.xlink.ShowType.Enum show)
          Sets the "show" attribute
 void setText(TextDocument.Text text)
          Sets the "Text" element
 void setTime(TimeDocument.Time time)
          Sets the "Time" element
 void setTimeRange(TimeRangeDocument.TimeRange timeRange)
          Sets the "TimeRange" element
 void setTitle(String title)
          Sets the "title" attribute
 void setType(org.w3.x1999.xlink.TypeType.Enum type)
          Sets the "type" attribute
 void unsetAbstractDataArray1()
          Unsets the "AbstractDataArray" element
 void unsetAbstractDataRecord()
          Unsets the "AbstractDataRecord" element
 void unsetActuate()
          Unsets the "actuate" attribute
 void unsetArcrole()
          Unsets the "arcrole" attribute
 void unsetBoolean()
          Unsets the "Boolean" element
 void unsetCategory()
          Unsets the "Category" element
 void unsetCount()
          Unsets the "Count" element
 void unsetCountRange()
          Unsets the "CountRange" element
 void unsetHref()
          Unsets the "href" attribute
 void unsetObservableProperty()
          Unsets the "ObservableProperty" element
 void unsetQuantity()
          Unsets the "Quantity" element
 void unsetQuantityRange()
          Unsets the "QuantityRange" element
 void unsetRemoteSchema()
          Unsets the "remoteSchema" attribute
 void unsetRole()
          Unsets the "role" attribute
 void unsetShow()
          Unsets the "show" attribute
 void unsetText()
          Unsets the "Text" element
 void unsetTime()
          Unsets the "Time" element
 void unsetTimeRange()
          Unsets the "TimeRange" element
 void unsetTitle()
          Unsets the "title" attribute
 void unsetType()
          Unsets the "type" attribute
 org.w3.x1999.xlink.ActuateType xgetActuate()
          Gets (as xml) the "actuate" attribute
 org.w3.x1999.xlink.ArcroleType xgetArcrole()
          Gets (as xml) the "arcrole" attribute
 org.w3.x1999.xlink.HrefType xgetHref()
          Gets (as xml) the "href" attribute
 org.apache.xmlbeans.XmlToken xgetName()
          Gets (as xml) the "name" attribute
 org.apache.xmlbeans.XmlAnyURI xgetRemoteSchema()
          Gets (as xml) the "remoteSchema" attribute
 org.w3.x1999.xlink.RoleType xgetRole()
          Gets (as xml) the "role" attribute
 org.w3.x1999.xlink.ShowType xgetShow()
          Gets (as xml) the "show" attribute
 org.w3.x1999.xlink.TitleAttrType xgetTitle()
          Gets (as xml) the "title" attribute
 org.w3.x1999.xlink.TypeType xgetType()
          Gets (as xml) the "type" attribute
 void xsetActuate(org.w3.x1999.xlink.ActuateType actuate)
          Sets (as xml) the "actuate" attribute
 void xsetArcrole(org.w3.x1999.xlink.ArcroleType arcrole)
          Sets (as xml) the "arcrole" attribute
 void xsetHref(org.w3.x1999.xlink.HrefType href)
          Sets (as xml) the "href" attribute
 void xsetName(org.apache.xmlbeans.XmlToken name)
          Sets (as xml) the "name" attribute
 void xsetRemoteSchema(org.apache.xmlbeans.XmlAnyURI remoteSchema)
          Sets (as xml) the "remoteSchema" attribute
 void xsetRole(org.w3.x1999.xlink.RoleType role)
          Sets (as xml) the "role" attribute
 void xsetShow(org.w3.x1999.xlink.ShowType show)
          Sets (as xml) the "show" attribute
 void xsetTitle(org.w3.x1999.xlink.TitleAttrType title)
          Sets (as xml) the "title" attribute
 void xsetType(org.w3.x1999.xlink.TypeType type)
          Sets (as xml) the "type" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getCount

CountDocument.Count getCount()
Gets the "Count" element


isSetCount

boolean isSetCount()
True if has "Count" element


setCount

void setCount(CountDocument.Count count)
Sets the "Count" element


addNewCount

CountDocument.Count addNewCount()
Appends and returns a new empty "Count" element


unsetCount

void unsetCount()
Unsets the "Count" element


getQuantity

QuantityDocument.Quantity getQuantity()
Gets the "Quantity" element


isSetQuantity

boolean isSetQuantity()
True if has "Quantity" element


setQuantity

void setQuantity(QuantityDocument.Quantity quantity)
Sets the "Quantity" element


addNewQuantity

QuantityDocument.Quantity addNewQuantity()
Appends and returns a new empty "Quantity" element


unsetQuantity

void unsetQuantity()
Unsets the "Quantity" element


getTime

TimeDocument.Time getTime()
Gets the "Time" element


isSetTime

boolean isSetTime()
True if has "Time" element


setTime

void setTime(TimeDocument.Time time)
Sets the "Time" element


addNewTime

TimeDocument.Time addNewTime()
Appends and returns a new empty "Time" element


unsetTime

void unsetTime()
Unsets the "Time" element


getBoolean

BooleanDocument.Boolean getBoolean()
Gets the "Boolean" element


isSetBoolean

boolean isSetBoolean()
True if has "Boolean" element


setBoolean

void setBoolean(BooleanDocument.Boolean xboolean)
Sets the "Boolean" element


addNewBoolean

BooleanDocument.Boolean addNewBoolean()
Appends and returns a new empty "Boolean" element


unsetBoolean

void unsetBoolean()
Unsets the "Boolean" element


getCategory

CategoryDocument.Category getCategory()
Gets the "Category" element


isSetCategory

boolean isSetCategory()
True if has "Category" element


setCategory

void setCategory(CategoryDocument.Category category)
Sets the "Category" element


addNewCategory

CategoryDocument.Category addNewCategory()
Appends and returns a new empty "Category" element


unsetCategory

void unsetCategory()
Unsets the "Category" element


getText

TextDocument.Text getText()
Gets the "Text" element


isSetText

boolean isSetText()
True if has "Text" element


setText

void setText(TextDocument.Text text)
Sets the "Text" element


addNewText

TextDocument.Text addNewText()
Appends and returns a new empty "Text" element


unsetText

void unsetText()
Unsets the "Text" element


getQuantityRange

QuantityRangeDocument.QuantityRange getQuantityRange()
Gets the "QuantityRange" element


isSetQuantityRange

boolean isSetQuantityRange()
True if has "QuantityRange" element


setQuantityRange

void setQuantityRange(QuantityRangeDocument.QuantityRange quantityRange)
Sets the "QuantityRange" element


addNewQuantityRange

QuantityRangeDocument.QuantityRange addNewQuantityRange()
Appends and returns a new empty "QuantityRange" element


unsetQuantityRange

void unsetQuantityRange()
Unsets the "QuantityRange" element


getCountRange

CountRangeDocument.CountRange getCountRange()
Gets the "CountRange" element


isSetCountRange

boolean isSetCountRange()
True if has "CountRange" element


setCountRange

void setCountRange(CountRangeDocument.CountRange countRange)
Sets the "CountRange" element


addNewCountRange

CountRangeDocument.CountRange addNewCountRange()
Appends and returns a new empty "CountRange" element


unsetCountRange

void unsetCountRange()
Unsets the "CountRange" element


getTimeRange

TimeRangeDocument.TimeRange getTimeRange()
Gets the "TimeRange" element


isSetTimeRange

boolean isSetTimeRange()
True if has "TimeRange" element


setTimeRange

void setTimeRange(TimeRangeDocument.TimeRange timeRange)
Sets the "TimeRange" element


addNewTimeRange

TimeRangeDocument.TimeRange addNewTimeRange()
Appends and returns a new empty "TimeRange" element


unsetTimeRange

void unsetTimeRange()
Unsets the "TimeRange" element


getAbstractDataRecord

AbstractDataRecordType getAbstractDataRecord()
Gets the "AbstractDataRecord" element


isSetAbstractDataRecord

boolean isSetAbstractDataRecord()
True if has "AbstractDataRecord" element


setAbstractDataRecord

void setAbstractDataRecord(AbstractDataRecordType abstractDataRecord)
Sets the "AbstractDataRecord" element


addNewAbstractDataRecord

AbstractDataRecordType addNewAbstractDataRecord()
Appends and returns a new empty "AbstractDataRecord" element


unsetAbstractDataRecord

void unsetAbstractDataRecord()
Unsets the "AbstractDataRecord" element


getAbstractDataArray1

AbstractDataArrayType getAbstractDataArray1()
Gets the "AbstractDataArray" element


isSetAbstractDataArray1

boolean isSetAbstractDataArray1()
True if has "AbstractDataArray" element


setAbstractDataArray1

void setAbstractDataArray1(AbstractDataArrayType abstractDataArray1)
Sets the "AbstractDataArray" element


addNewAbstractDataArray1

AbstractDataArrayType addNewAbstractDataArray1()
Appends and returns a new empty "AbstractDataArray" element


unsetAbstractDataArray1

void unsetAbstractDataArray1()
Unsets the "AbstractDataArray" element


getObservableProperty

ObservablePropertyDocument.ObservableProperty getObservableProperty()
Gets the "ObservableProperty" element


isSetObservableProperty

boolean isSetObservableProperty()
True if has "ObservableProperty" element


setObservableProperty

void setObservableProperty(ObservablePropertyDocument.ObservableProperty observableProperty)
Sets the "ObservableProperty" element


addNewObservableProperty

ObservablePropertyDocument.ObservableProperty addNewObservableProperty()
Appends and returns a new empty "ObservableProperty" element


unsetObservableProperty

void unsetObservableProperty()
Unsets the "ObservableProperty" element


getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlToken xgetName()
Gets (as xml) the "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlToken name)
Sets (as xml) the "name" attribute


getType

org.w3.x1999.xlink.TypeType.Enum getType()
Gets the "type" attribute


xgetType

org.w3.x1999.xlink.TypeType xgetType()
Gets (as xml) the "type" attribute


isSetType

boolean isSetType()
True if has "type" attribute


setType

void setType(org.w3.x1999.xlink.TypeType.Enum type)
Sets the "type" attribute


xsetType

void xsetType(org.w3.x1999.xlink.TypeType type)
Sets (as xml) the "type" attribute


unsetType

void unsetType()
Unsets the "type" attribute


getHref

String getHref()
Gets the "href" attribute


xgetHref

org.w3.x1999.xlink.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(org.w3.x1999.xlink.HrefType href)
Sets (as xml) the "href" attribute


unsetHref

void unsetHref()
Unsets the "href" attribute


getRole

String getRole()
Gets the "role" attribute


xgetRole

org.w3.x1999.xlink.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(org.w3.x1999.xlink.RoleType role)
Sets (as xml) the "role" attribute


unsetRole

void unsetRole()
Unsets the "role" attribute


getArcrole

String getArcrole()
Gets the "arcrole" attribute


xgetArcrole

org.w3.x1999.xlink.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(org.w3.x1999.xlink.ArcroleType arcrole)
Sets (as xml) the "arcrole" attribute


unsetArcrole

void unsetArcrole()
Unsets the "arcrole" attribute


getTitle

String getTitle()
Gets the "title" attribute


xgetTitle

org.w3.x1999.xlink.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(org.w3.x1999.xlink.TitleAttrType title)
Sets (as xml) the "title" attribute


unsetTitle

void unsetTitle()
Unsets the "title" attribute


getShow

org.w3.x1999.xlink.ShowType.Enum getShow()
Gets the "show" attribute


xgetShow

org.w3.x1999.xlink.ShowType xgetShow()
Gets (as xml) the "show" attribute


isSetShow

boolean isSetShow()
True if has "show" attribute


setShow

void setShow(org.w3.x1999.xlink.ShowType.Enum show)
Sets the "show" attribute


xsetShow

void xsetShow(org.w3.x1999.xlink.ShowType show)
Sets (as xml) the "show" attribute


unsetShow

void unsetShow()
Unsets the "show" attribute


getActuate

org.w3.x1999.xlink.ActuateType.Enum getActuate()
Gets the "actuate" attribute


xgetActuate

org.w3.x1999.xlink.ActuateType xgetActuate()
Gets (as xml) the "actuate" attribute


isSetActuate

boolean isSetActuate()
True if has "actuate" attribute


setActuate

void setActuate(org.w3.x1999.xlink.ActuateType.Enum actuate)
Sets the "actuate" attribute


xsetActuate

void xsetActuate(org.w3.x1999.xlink.ActuateType actuate)
Sets (as xml) the "actuate" attribute


unsetActuate

void unsetActuate()
Unsets the "actuate" attribute


getRemoteSchema

String getRemoteSchema()
Gets the "remoteSchema" attribute


xgetRemoteSchema

org.apache.xmlbeans.XmlAnyURI xgetRemoteSchema()
Gets (as xml) the "remoteSchema" attribute


isSetRemoteSchema

boolean isSetRemoteSchema()
True if has "remoteSchema" attribute


setRemoteSchema

void setRemoteSchema(String remoteSchema)
Sets the "remoteSchema" attribute


xsetRemoteSchema

void xsetRemoteSchema(org.apache.xmlbeans.XmlAnyURI remoteSchema)
Sets (as xml) the "remoteSchema" attribute


unsetRemoteSchema

void unsetRemoteSchema()
Unsets the "remoteSchema" attribute



Copyright © 2004-2012 52north.org. All Rights Reserved.