net.opengis.sensorML.x10.impl
Class IoComponentPropertyTypeImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by net.opengis.sensorML.x10.impl.IoComponentPropertyTypeImpl
All Implemented Interfaces:
Serializable, IoComponentPropertyType, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

public class IoComponentPropertyTypeImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements IoComponentPropertyType

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.opengis.sensorML.x10.IoComponentPropertyType
IoComponentPropertyType.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface net.opengis.sensorML.x10.IoComponentPropertyType
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
IoComponentPropertyTypeImpl(org.apache.xmlbeans.SchemaType sType)
           
 
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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

IoComponentPropertyTypeImpl

public IoComponentPropertyTypeImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getCount

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

Specified by:
getCount in interface IoComponentPropertyType

isSetCount

public boolean isSetCount()
True if has "Count" element

Specified by:
isSetCount in interface IoComponentPropertyType

setCount

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

Specified by:
setCount in interface IoComponentPropertyType

addNewCount

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

Specified by:
addNewCount in interface IoComponentPropertyType

unsetCount

public void unsetCount()
Unsets the "Count" element

Specified by:
unsetCount in interface IoComponentPropertyType

getQuantity

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

Specified by:
getQuantity in interface IoComponentPropertyType

isSetQuantity

public boolean isSetQuantity()
True if has "Quantity" element

Specified by:
isSetQuantity in interface IoComponentPropertyType

setQuantity

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

Specified by:
setQuantity in interface IoComponentPropertyType

addNewQuantity

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

Specified by:
addNewQuantity in interface IoComponentPropertyType

unsetQuantity

public void unsetQuantity()
Unsets the "Quantity" element

Specified by:
unsetQuantity in interface IoComponentPropertyType

getTime

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

Specified by:
getTime in interface IoComponentPropertyType

isSetTime

public boolean isSetTime()
True if has "Time" element

Specified by:
isSetTime in interface IoComponentPropertyType

setTime

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

Specified by:
setTime in interface IoComponentPropertyType

addNewTime

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

Specified by:
addNewTime in interface IoComponentPropertyType

unsetTime

public void unsetTime()
Unsets the "Time" element

Specified by:
unsetTime in interface IoComponentPropertyType

getBoolean

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

Specified by:
getBoolean in interface IoComponentPropertyType

isSetBoolean

public boolean isSetBoolean()
True if has "Boolean" element

Specified by:
isSetBoolean in interface IoComponentPropertyType

setBoolean

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

Specified by:
setBoolean in interface IoComponentPropertyType

addNewBoolean

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

Specified by:
addNewBoolean in interface IoComponentPropertyType

unsetBoolean

public void unsetBoolean()
Unsets the "Boolean" element

Specified by:
unsetBoolean in interface IoComponentPropertyType

getCategory

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

Specified by:
getCategory in interface IoComponentPropertyType

isSetCategory

public boolean isSetCategory()
True if has "Category" element

Specified by:
isSetCategory in interface IoComponentPropertyType

setCategory

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

Specified by:
setCategory in interface IoComponentPropertyType

addNewCategory

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

Specified by:
addNewCategory in interface IoComponentPropertyType

unsetCategory

public void unsetCategory()
Unsets the "Category" element

Specified by:
unsetCategory in interface IoComponentPropertyType

getText

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

Specified by:
getText in interface IoComponentPropertyType

isSetText

public boolean isSetText()
True if has "Text" element

Specified by:
isSetText in interface IoComponentPropertyType

setText

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

Specified by:
setText in interface IoComponentPropertyType

addNewText

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

Specified by:
addNewText in interface IoComponentPropertyType

unsetText

public void unsetText()
Unsets the "Text" element

Specified by:
unsetText in interface IoComponentPropertyType

getQuantityRange

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

Specified by:
getQuantityRange in interface IoComponentPropertyType

isSetQuantityRange

public boolean isSetQuantityRange()
True if has "QuantityRange" element

Specified by:
isSetQuantityRange in interface IoComponentPropertyType

setQuantityRange

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

Specified by:
setQuantityRange in interface IoComponentPropertyType

addNewQuantityRange

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

Specified by:
addNewQuantityRange in interface IoComponentPropertyType

unsetQuantityRange

public void unsetQuantityRange()
Unsets the "QuantityRange" element

Specified by:
unsetQuantityRange in interface IoComponentPropertyType

getCountRange

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

Specified by:
getCountRange in interface IoComponentPropertyType

isSetCountRange

public boolean isSetCountRange()
True if has "CountRange" element

Specified by:
isSetCountRange in interface IoComponentPropertyType

setCountRange

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

Specified by:
setCountRange in interface IoComponentPropertyType

addNewCountRange

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

Specified by:
addNewCountRange in interface IoComponentPropertyType

unsetCountRange

public void unsetCountRange()
Unsets the "CountRange" element

Specified by:
unsetCountRange in interface IoComponentPropertyType

getTimeRange

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

Specified by:
getTimeRange in interface IoComponentPropertyType

isSetTimeRange

public boolean isSetTimeRange()
True if has "TimeRange" element

Specified by:
isSetTimeRange in interface IoComponentPropertyType

setTimeRange

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

Specified by:
setTimeRange in interface IoComponentPropertyType

addNewTimeRange

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

Specified by:
addNewTimeRange in interface IoComponentPropertyType

unsetTimeRange

public void unsetTimeRange()
Unsets the "TimeRange" element

Specified by:
unsetTimeRange in interface IoComponentPropertyType

getAbstractDataRecord

public AbstractDataRecordType getAbstractDataRecord()
Gets the "AbstractDataRecord" element

Specified by:
getAbstractDataRecord in interface IoComponentPropertyType

isSetAbstractDataRecord

public boolean isSetAbstractDataRecord()
True if has "AbstractDataRecord" element

Specified by:
isSetAbstractDataRecord in interface IoComponentPropertyType

setAbstractDataRecord

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

Specified by:
setAbstractDataRecord in interface IoComponentPropertyType

addNewAbstractDataRecord

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

Specified by:
addNewAbstractDataRecord in interface IoComponentPropertyType

unsetAbstractDataRecord

public void unsetAbstractDataRecord()
Unsets the "AbstractDataRecord" element

Specified by:
unsetAbstractDataRecord in interface IoComponentPropertyType

getAbstractDataArray1

public AbstractDataArrayType getAbstractDataArray1()
Gets the "AbstractDataArray" element

Specified by:
getAbstractDataArray1 in interface IoComponentPropertyType

isSetAbstractDataArray1

public boolean isSetAbstractDataArray1()
True if has "AbstractDataArray" element

Specified by:
isSetAbstractDataArray1 in interface IoComponentPropertyType

setAbstractDataArray1

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

Specified by:
setAbstractDataArray1 in interface IoComponentPropertyType

addNewAbstractDataArray1

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

Specified by:
addNewAbstractDataArray1 in interface IoComponentPropertyType

unsetAbstractDataArray1

public void unsetAbstractDataArray1()
Unsets the "AbstractDataArray" element

Specified by:
unsetAbstractDataArray1 in interface IoComponentPropertyType

getObservableProperty

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

Specified by:
getObservableProperty in interface IoComponentPropertyType

isSetObservableProperty

public boolean isSetObservableProperty()
True if has "ObservableProperty" element

Specified by:
isSetObservableProperty in interface IoComponentPropertyType

setObservableProperty

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

Specified by:
setObservableProperty in interface IoComponentPropertyType

addNewObservableProperty

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

Specified by:
addNewObservableProperty in interface IoComponentPropertyType

unsetObservableProperty

public void unsetObservableProperty()
Unsets the "ObservableProperty" element

Specified by:
unsetObservableProperty in interface IoComponentPropertyType

getName

public String getName()
Gets the "name" attribute

Specified by:
getName in interface IoComponentPropertyType

xgetName

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

Specified by:
xgetName in interface IoComponentPropertyType

setName

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

Specified by:
setName in interface IoComponentPropertyType

xsetName

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

Specified by:
xsetName in interface IoComponentPropertyType

getType

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

Specified by:
getType in interface IoComponentPropertyType

xgetType

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

Specified by:
xgetType in interface IoComponentPropertyType

isSetType

public boolean isSetType()
True if has "type" attribute

Specified by:
isSetType in interface IoComponentPropertyType

setType

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

Specified by:
setType in interface IoComponentPropertyType

xsetType

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

Specified by:
xsetType in interface IoComponentPropertyType

unsetType

public void unsetType()
Unsets the "type" attribute

Specified by:
unsetType in interface IoComponentPropertyType

getHref

public String getHref()
Gets the "href" attribute

Specified by:
getHref in interface IoComponentPropertyType

xgetHref

public org.w3.x1999.xlink.HrefType xgetHref()
Gets (as xml) the "href" attribute

Specified by:
xgetHref in interface IoComponentPropertyType

isSetHref

public boolean isSetHref()
True if has "href" attribute

Specified by:
isSetHref in interface IoComponentPropertyType

setHref

public void setHref(String href)
Sets the "href" attribute

Specified by:
setHref in interface IoComponentPropertyType

xsetHref

public void xsetHref(org.w3.x1999.xlink.HrefType href)
Sets (as xml) the "href" attribute

Specified by:
xsetHref in interface IoComponentPropertyType

unsetHref

public void unsetHref()
Unsets the "href" attribute

Specified by:
unsetHref in interface IoComponentPropertyType

getRole

public String getRole()
Gets the "role" attribute

Specified by:
getRole in interface IoComponentPropertyType

xgetRole

public org.w3.x1999.xlink.RoleType xgetRole()
Gets (as xml) the "role" attribute

Specified by:
xgetRole in interface IoComponentPropertyType

isSetRole

public boolean isSetRole()
True if has "role" attribute

Specified by:
isSetRole in interface IoComponentPropertyType

setRole

public void setRole(String role)
Sets the "role" attribute

Specified by:
setRole in interface IoComponentPropertyType

xsetRole

public void xsetRole(org.w3.x1999.xlink.RoleType role)
Sets (as xml) the "role" attribute

Specified by:
xsetRole in interface IoComponentPropertyType

unsetRole

public void unsetRole()
Unsets the "role" attribute

Specified by:
unsetRole in interface IoComponentPropertyType

getArcrole

public String getArcrole()
Gets the "arcrole" attribute

Specified by:
getArcrole in interface IoComponentPropertyType

xgetArcrole

public org.w3.x1999.xlink.ArcroleType xgetArcrole()
Gets (as xml) the "arcrole" attribute

Specified by:
xgetArcrole in interface IoComponentPropertyType

isSetArcrole

public boolean isSetArcrole()
True if has "arcrole" attribute

Specified by:
isSetArcrole in interface IoComponentPropertyType

setArcrole

public void setArcrole(String arcrole)
Sets the "arcrole" attribute

Specified by:
setArcrole in interface IoComponentPropertyType

xsetArcrole

public void xsetArcrole(org.w3.x1999.xlink.ArcroleType arcrole)
Sets (as xml) the "arcrole" attribute

Specified by:
xsetArcrole in interface IoComponentPropertyType

unsetArcrole

public void unsetArcrole()
Unsets the "arcrole" attribute

Specified by:
unsetArcrole in interface IoComponentPropertyType

getTitle

public String getTitle()
Gets the "title" attribute

Specified by:
getTitle in interface IoComponentPropertyType

xgetTitle

public org.w3.x1999.xlink.TitleAttrType xgetTitle()
Gets (as xml) the "title" attribute

Specified by:
xgetTitle in interface IoComponentPropertyType

isSetTitle

public boolean isSetTitle()
True if has "title" attribute

Specified by:
isSetTitle in interface IoComponentPropertyType

setTitle

public void setTitle(String title)
Sets the "title" attribute

Specified by:
setTitle in interface IoComponentPropertyType

xsetTitle

public void xsetTitle(org.w3.x1999.xlink.TitleAttrType title)
Sets (as xml) the "title" attribute

Specified by:
xsetTitle in interface IoComponentPropertyType

unsetTitle

public void unsetTitle()
Unsets the "title" attribute

Specified by:
unsetTitle in interface IoComponentPropertyType

getShow

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

Specified by:
getShow in interface IoComponentPropertyType

xgetShow

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

Specified by:
xgetShow in interface IoComponentPropertyType

isSetShow

public boolean isSetShow()
True if has "show" attribute

Specified by:
isSetShow in interface IoComponentPropertyType

setShow

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

Specified by:
setShow in interface IoComponentPropertyType

xsetShow

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

Specified by:
xsetShow in interface IoComponentPropertyType

unsetShow

public void unsetShow()
Unsets the "show" attribute

Specified by:
unsetShow in interface IoComponentPropertyType

getActuate

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

Specified by:
getActuate in interface IoComponentPropertyType

xgetActuate

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

Specified by:
xgetActuate in interface IoComponentPropertyType

isSetActuate

public boolean isSetActuate()
True if has "actuate" attribute

Specified by:
isSetActuate in interface IoComponentPropertyType

setActuate

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

Specified by:
setActuate in interface IoComponentPropertyType

xsetActuate

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

Specified by:
xsetActuate in interface IoComponentPropertyType

unsetActuate

public void unsetActuate()
Unsets the "actuate" attribute

Specified by:
unsetActuate in interface IoComponentPropertyType

getRemoteSchema

public String getRemoteSchema()
Gets the "remoteSchema" attribute

Specified by:
getRemoteSchema in interface IoComponentPropertyType

xgetRemoteSchema

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

Specified by:
xgetRemoteSchema in interface IoComponentPropertyType

isSetRemoteSchema

public boolean isSetRemoteSchema()
True if has "remoteSchema" attribute

Specified by:
isSetRemoteSchema in interface IoComponentPropertyType

setRemoteSchema

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

Specified by:
setRemoteSchema in interface IoComponentPropertyType

xsetRemoteSchema

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

Specified by:
xsetRemoteSchema in interface IoComponentPropertyType

unsetRemoteSchema

public void unsetRemoteSchema()
Unsets the "remoteSchema" attribute

Specified by:
unsetRemoteSchema in interface IoComponentPropertyType


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