Package net.opengis.swe.x101.impl
Class DataComponentPropertyTypeImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.values.XmlObjectBase
-
- org.apache.xmlbeans.impl.values.XmlComplexContentImpl
-
- net.opengis.swe.x101.impl.DataComponentPropertyTypeImpl
-
- All Implemented Interfaces:
Serializable,DataComponentPropertyType,org.apache.xmlbeans.impl.values.TypeStoreUser,org.apache.xmlbeans.SimpleValue,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
public class DataComponentPropertyTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements DataComponentPropertyType
An XML DataComponentPropertyType(@http://www.opengis.net/swe/1.0.1). This is a complex type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.opengis.swe.x101.DataComponentPropertyType
DataComponentPropertyType.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.swe.x101.DataComponentPropertyType
type
-
-
Constructor Summary
Constructors Constructor Description DataComponentPropertyTypeImpl(org.apache.xmlbeans.SchemaType sType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractDataArrayTypeaddNewAbstractDataArray1()Appends and returns a new empty "AbstractDataArray" elementAbstractDataRecordTypeaddNewAbstractDataRecord()Appends and returns a new empty "AbstractDataRecord" elementBooleanDocument.BooleanaddNewBoolean()Appends and returns a new empty "Boolean" elementCategoryDocument.CategoryaddNewCategory()Appends and returns a new empty "Category" elementCountDocument.CountaddNewCount()Appends and returns a new empty "Count" elementCountRangeDocument.CountRangeaddNewCountRange()Appends and returns a new empty "CountRange" elementQuantityDocument.QuantityaddNewQuantity()Appends and returns a new empty "Quantity" elementQuantityRangeDocument.QuantityRangeaddNewQuantityRange()Appends and returns a new empty "QuantityRange" elementTextDocument.TextaddNewText()Appends and returns a new empty "Text" elementTimeDocument.TimeaddNewTime()Appends and returns a new empty "Time" elementTimeRangeDocument.TimeRangeaddNewTimeRange()Appends and returns a new empty "TimeRange" elementAbstractDataArrayTypegetAbstractDataArray1()Gets the "AbstractDataArray" elementAbstractDataRecordTypegetAbstractDataRecord()Gets the "AbstractDataRecord" elementActuateType.EnumgetActuate()Gets the "actuate" attributeStringgetArcrole()Gets the "arcrole" attributeBooleanDocument.BooleangetBoolean()Gets the "Boolean" elementCategoryDocument.CategorygetCategory()Gets the "Category" elementCountDocument.CountgetCount()Gets the "Count" elementCountRangeDocument.CountRangegetCountRange()Gets the "CountRange" elementStringgetHref()Gets the "href" attributeStringgetName()Gets the "name" attributeQuantityDocument.QuantitygetQuantity()Gets the "Quantity" elementQuantityRangeDocument.QuantityRangegetQuantityRange()Gets the "QuantityRange" elementStringgetRemoteSchema()Gets the "remoteSchema" attributeStringgetRole()Gets the "role" attributeShowType.EnumgetShow()Gets the "show" attributeTextDocument.TextgetText()Gets the "Text" elementTimeDocument.TimegetTime()Gets the "Time" elementTimeRangeDocument.TimeRangegetTimeRange()Gets the "TimeRange" elementStringgetTitle()Gets the "title" attributeTypeType.EnumgetType()Gets the "type" attributebooleanisSetAbstractDataArray1()True if has "AbstractDataArray" elementbooleanisSetAbstractDataRecord()True if has "AbstractDataRecord" elementbooleanisSetActuate()True if has "actuate" attributebooleanisSetArcrole()True if has "arcrole" attributebooleanisSetBoolean()True if has "Boolean" elementbooleanisSetCategory()True if has "Category" elementbooleanisSetCount()True if has "Count" elementbooleanisSetCountRange()True if has "CountRange" elementbooleanisSetHref()True if has "href" attributebooleanisSetQuantity()True if has "Quantity" elementbooleanisSetQuantityRange()True if has "QuantityRange" elementbooleanisSetRemoteSchema()True if has "remoteSchema" attributebooleanisSetRole()True if has "role" attributebooleanisSetShow()True if has "show" attributebooleanisSetText()True if has "Text" elementbooleanisSetTime()True if has "Time" elementbooleanisSetTimeRange()True if has "TimeRange" elementbooleanisSetTitle()True if has "title" attributebooleanisSetType()True if has "type" attributevoidsetAbstractDataArray1(AbstractDataArrayType abstractDataArray1)Sets the "AbstractDataArray" elementvoidsetAbstractDataRecord(AbstractDataRecordType abstractDataRecord)Sets the "AbstractDataRecord" elementvoidsetActuate(ActuateType.Enum actuate)Sets the "actuate" attributevoidsetArcrole(String arcrole)Sets the "arcrole" attributevoidsetBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" elementvoidsetCategory(CategoryDocument.Category category)Sets the "Category" elementvoidsetCount(CountDocument.Count count)Sets the "Count" elementvoidsetCountRange(CountRangeDocument.CountRange countRange)Sets the "CountRange" elementvoidsetHref(String href)Sets the "href" attributevoidsetName(String name)Sets the "name" attributevoidsetQuantity(QuantityDocument.Quantity quantity)Sets the "Quantity" elementvoidsetQuantityRange(QuantityRangeDocument.QuantityRange quantityRange)Sets the "QuantityRange" elementvoidsetRemoteSchema(String remoteSchema)Sets the "remoteSchema" attributevoidsetRole(String role)Sets the "role" attributevoidsetShow(ShowType.Enum show)Sets the "show" attributevoidsetText(TextDocument.Text text)Sets the "Text" elementvoidsetTime(TimeDocument.Time time)Sets the "Time" elementvoidsetTimeRange(TimeRangeDocument.TimeRange timeRange)Sets the "TimeRange" elementvoidsetTitle(String title)Sets the "title" attributevoidsetType(TypeType.Enum type)Sets the "type" attributevoidunsetAbstractDataArray1()Unsets the "AbstractDataArray" elementvoidunsetAbstractDataRecord()Unsets the "AbstractDataRecord" elementvoidunsetActuate()Unsets the "actuate" attributevoidunsetArcrole()Unsets the "arcrole" attributevoidunsetBoolean()Unsets the "Boolean" elementvoidunsetCategory()Unsets the "Category" elementvoidunsetCount()Unsets the "Count" elementvoidunsetCountRange()Unsets the "CountRange" elementvoidunsetHref()Unsets the "href" attributevoidunsetQuantity()Unsets the "Quantity" elementvoidunsetQuantityRange()Unsets the "QuantityRange" elementvoidunsetRemoteSchema()Unsets the "remoteSchema" attributevoidunsetRole()Unsets the "role" attributevoidunsetShow()Unsets the "show" attributevoidunsetText()Unsets the "Text" elementvoidunsetTime()Unsets the "Time" elementvoidunsetTimeRange()Unsets the "TimeRange" elementvoidunsetTitle()Unsets the "title" attributevoidunsetType()Unsets the "type" attributeActuateTypexgetActuate()Gets (as xml) the "actuate" attributeArcroleTypexgetArcrole()Gets (as xml) the "arcrole" attributeHrefTypexgetHref()Gets (as xml) the "href" attributeorg.apache.xmlbeans.XmlTokenxgetName()Gets (as xml) the "name" attributeorg.apache.xmlbeans.XmlAnyURIxgetRemoteSchema()Gets (as xml) the "remoteSchema" 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" attributevoidxsetName(org.apache.xmlbeans.XmlToken name)Sets (as xml) the "name" attributevoidxsetRemoteSchema(org.apache.xmlbeans.XmlAnyURI remoteSchema)Sets (as xml) the "remoteSchema" 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 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, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, 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, 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, validate, validate_now, validate_simpleval, 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
-
-
-
-
Method Detail
-
getCount
public CountDocument.Count getCount()
Gets the "Count" element- Specified by:
getCountin interfaceDataComponentPropertyType
-
isSetCount
public boolean isSetCount()
True if has "Count" element- Specified by:
isSetCountin interfaceDataComponentPropertyType
-
setCount
public void setCount(CountDocument.Count count)
Sets the "Count" element- Specified by:
setCountin interfaceDataComponentPropertyType
-
addNewCount
public CountDocument.Count addNewCount()
Appends and returns a new empty "Count" element- Specified by:
addNewCountin interfaceDataComponentPropertyType
-
unsetCount
public void unsetCount()
Unsets the "Count" element- Specified by:
unsetCountin interfaceDataComponentPropertyType
-
getQuantity
public QuantityDocument.Quantity getQuantity()
Gets the "Quantity" element- Specified by:
getQuantityin interfaceDataComponentPropertyType
-
isSetQuantity
public boolean isSetQuantity()
True if has "Quantity" element- Specified by:
isSetQuantityin interfaceDataComponentPropertyType
-
setQuantity
public void setQuantity(QuantityDocument.Quantity quantity)
Sets the "Quantity" element- Specified by:
setQuantityin interfaceDataComponentPropertyType
-
addNewQuantity
public QuantityDocument.Quantity addNewQuantity()
Appends and returns a new empty "Quantity" element- Specified by:
addNewQuantityin interfaceDataComponentPropertyType
-
unsetQuantity
public void unsetQuantity()
Unsets the "Quantity" element- Specified by:
unsetQuantityin interfaceDataComponentPropertyType
-
getTime
public TimeDocument.Time getTime()
Gets the "Time" element- Specified by:
getTimein interfaceDataComponentPropertyType
-
isSetTime
public boolean isSetTime()
True if has "Time" element- Specified by:
isSetTimein interfaceDataComponentPropertyType
-
setTime
public void setTime(TimeDocument.Time time)
Sets the "Time" element- Specified by:
setTimein interfaceDataComponentPropertyType
-
addNewTime
public TimeDocument.Time addNewTime()
Appends and returns a new empty "Time" element- Specified by:
addNewTimein interfaceDataComponentPropertyType
-
unsetTime
public void unsetTime()
Unsets the "Time" element- Specified by:
unsetTimein interfaceDataComponentPropertyType
-
getBoolean
public BooleanDocument.Boolean getBoolean()
Gets the "Boolean" element- Specified by:
getBooleanin interfaceDataComponentPropertyType
-
isSetBoolean
public boolean isSetBoolean()
True if has "Boolean" element- Specified by:
isSetBooleanin interfaceDataComponentPropertyType
-
setBoolean
public void setBoolean(BooleanDocument.Boolean xboolean)
Sets the "Boolean" element- Specified by:
setBooleanin interfaceDataComponentPropertyType
-
addNewBoolean
public BooleanDocument.Boolean addNewBoolean()
Appends and returns a new empty "Boolean" element- Specified by:
addNewBooleanin interfaceDataComponentPropertyType
-
unsetBoolean
public void unsetBoolean()
Unsets the "Boolean" element- Specified by:
unsetBooleanin interfaceDataComponentPropertyType
-
getCategory
public CategoryDocument.Category getCategory()
Gets the "Category" element- Specified by:
getCategoryin interfaceDataComponentPropertyType
-
isSetCategory
public boolean isSetCategory()
True if has "Category" element- Specified by:
isSetCategoryin interfaceDataComponentPropertyType
-
setCategory
public void setCategory(CategoryDocument.Category category)
Sets the "Category" element- Specified by:
setCategoryin interfaceDataComponentPropertyType
-
addNewCategory
public CategoryDocument.Category addNewCategory()
Appends and returns a new empty "Category" element- Specified by:
addNewCategoryin interfaceDataComponentPropertyType
-
unsetCategory
public void unsetCategory()
Unsets the "Category" element- Specified by:
unsetCategoryin interfaceDataComponentPropertyType
-
getText
public TextDocument.Text getText()
Gets the "Text" element- Specified by:
getTextin interfaceDataComponentPropertyType
-
isSetText
public boolean isSetText()
True if has "Text" element- Specified by:
isSetTextin interfaceDataComponentPropertyType
-
setText
public void setText(TextDocument.Text text)
Sets the "Text" element- Specified by:
setTextin interfaceDataComponentPropertyType
-
addNewText
public TextDocument.Text addNewText()
Appends and returns a new empty "Text" element- Specified by:
addNewTextin interfaceDataComponentPropertyType
-
unsetText
public void unsetText()
Unsets the "Text" element- Specified by:
unsetTextin interfaceDataComponentPropertyType
-
getQuantityRange
public QuantityRangeDocument.QuantityRange getQuantityRange()
Gets the "QuantityRange" element- Specified by:
getQuantityRangein interfaceDataComponentPropertyType
-
isSetQuantityRange
public boolean isSetQuantityRange()
True if has "QuantityRange" element- Specified by:
isSetQuantityRangein interfaceDataComponentPropertyType
-
setQuantityRange
public void setQuantityRange(QuantityRangeDocument.QuantityRange quantityRange)
Sets the "QuantityRange" element- Specified by:
setQuantityRangein interfaceDataComponentPropertyType
-
addNewQuantityRange
public QuantityRangeDocument.QuantityRange addNewQuantityRange()
Appends and returns a new empty "QuantityRange" element- Specified by:
addNewQuantityRangein interfaceDataComponentPropertyType
-
unsetQuantityRange
public void unsetQuantityRange()
Unsets the "QuantityRange" element- Specified by:
unsetQuantityRangein interfaceDataComponentPropertyType
-
getCountRange
public CountRangeDocument.CountRange getCountRange()
Gets the "CountRange" element- Specified by:
getCountRangein interfaceDataComponentPropertyType
-
isSetCountRange
public boolean isSetCountRange()
True if has "CountRange" element- Specified by:
isSetCountRangein interfaceDataComponentPropertyType
-
setCountRange
public void setCountRange(CountRangeDocument.CountRange countRange)
Sets the "CountRange" element- Specified by:
setCountRangein interfaceDataComponentPropertyType
-
addNewCountRange
public CountRangeDocument.CountRange addNewCountRange()
Appends and returns a new empty "CountRange" element- Specified by:
addNewCountRangein interfaceDataComponentPropertyType
-
unsetCountRange
public void unsetCountRange()
Unsets the "CountRange" element- Specified by:
unsetCountRangein interfaceDataComponentPropertyType
-
getTimeRange
public TimeRangeDocument.TimeRange getTimeRange()
Gets the "TimeRange" element- Specified by:
getTimeRangein interfaceDataComponentPropertyType
-
isSetTimeRange
public boolean isSetTimeRange()
True if has "TimeRange" element- Specified by:
isSetTimeRangein interfaceDataComponentPropertyType
-
setTimeRange
public void setTimeRange(TimeRangeDocument.TimeRange timeRange)
Sets the "TimeRange" element- Specified by:
setTimeRangein interfaceDataComponentPropertyType
-
addNewTimeRange
public TimeRangeDocument.TimeRange addNewTimeRange()
Appends and returns a new empty "TimeRange" element- Specified by:
addNewTimeRangein interfaceDataComponentPropertyType
-
unsetTimeRange
public void unsetTimeRange()
Unsets the "TimeRange" element- Specified by:
unsetTimeRangein interfaceDataComponentPropertyType
-
getAbstractDataRecord
public AbstractDataRecordType getAbstractDataRecord()
Gets the "AbstractDataRecord" element- Specified by:
getAbstractDataRecordin interfaceDataComponentPropertyType
-
isSetAbstractDataRecord
public boolean isSetAbstractDataRecord()
True if has "AbstractDataRecord" element- Specified by:
isSetAbstractDataRecordin interfaceDataComponentPropertyType
-
setAbstractDataRecord
public void setAbstractDataRecord(AbstractDataRecordType abstractDataRecord)
Sets the "AbstractDataRecord" element- Specified by:
setAbstractDataRecordin interfaceDataComponentPropertyType
-
addNewAbstractDataRecord
public AbstractDataRecordType addNewAbstractDataRecord()
Appends and returns a new empty "AbstractDataRecord" element- Specified by:
addNewAbstractDataRecordin interfaceDataComponentPropertyType
-
unsetAbstractDataRecord
public void unsetAbstractDataRecord()
Unsets the "AbstractDataRecord" element- Specified by:
unsetAbstractDataRecordin interfaceDataComponentPropertyType
-
getAbstractDataArray1
public AbstractDataArrayType getAbstractDataArray1()
Gets the "AbstractDataArray" element- Specified by:
getAbstractDataArray1in interfaceDataComponentPropertyType
-
isSetAbstractDataArray1
public boolean isSetAbstractDataArray1()
True if has "AbstractDataArray" element- Specified by:
isSetAbstractDataArray1in interfaceDataComponentPropertyType
-
setAbstractDataArray1
public void setAbstractDataArray1(AbstractDataArrayType abstractDataArray1)
Sets the "AbstractDataArray" element- Specified by:
setAbstractDataArray1in interfaceDataComponentPropertyType
-
addNewAbstractDataArray1
public AbstractDataArrayType addNewAbstractDataArray1()
Appends and returns a new empty "AbstractDataArray" element- Specified by:
addNewAbstractDataArray1in interfaceDataComponentPropertyType
-
unsetAbstractDataArray1
public void unsetAbstractDataArray1()
Unsets the "AbstractDataArray" element- Specified by:
unsetAbstractDataArray1in interfaceDataComponentPropertyType
-
getName
public String getName()
Gets the "name" attribute- Specified by:
getNamein interfaceDataComponentPropertyType
-
xgetName
public org.apache.xmlbeans.XmlToken xgetName()
Gets (as xml) the "name" attribute- Specified by:
xgetNamein interfaceDataComponentPropertyType
-
setName
public void setName(String name)
Sets the "name" attribute- Specified by:
setNamein interfaceDataComponentPropertyType
-
xsetName
public void xsetName(org.apache.xmlbeans.XmlToken name)
Sets (as xml) the "name" attribute- Specified by:
xsetNamein interfaceDataComponentPropertyType
-
getType
public TypeType.Enum getType()
Gets the "type" attribute- Specified by:
getTypein interfaceDataComponentPropertyType
-
xgetType
public TypeType xgetType()
Gets (as xml) the "type" attribute- Specified by:
xgetTypein interfaceDataComponentPropertyType
-
isSetType
public boolean isSetType()
True if has "type" attribute- Specified by:
isSetTypein interfaceDataComponentPropertyType
-
setType
public void setType(TypeType.Enum type)
Sets the "type" attribute- Specified by:
setTypein interfaceDataComponentPropertyType
-
xsetType
public void xsetType(TypeType type)
Sets (as xml) the "type" attribute- Specified by:
xsetTypein interfaceDataComponentPropertyType
-
unsetType
public void unsetType()
Unsets the "type" attribute- Specified by:
unsetTypein interfaceDataComponentPropertyType
-
getHref
public String getHref()
Gets the "href" attribute- Specified by:
getHrefin interfaceDataComponentPropertyType
-
xgetHref
public HrefType xgetHref()
Gets (as xml) the "href" attribute- Specified by:
xgetHrefin interfaceDataComponentPropertyType
-
isSetHref
public boolean isSetHref()
True if has "href" attribute- Specified by:
isSetHrefin interfaceDataComponentPropertyType
-
setHref
public void setHref(String href)
Sets the "href" attribute- Specified by:
setHrefin interfaceDataComponentPropertyType
-
xsetHref
public void xsetHref(HrefType href)
Sets (as xml) the "href" attribute- Specified by:
xsetHrefin interfaceDataComponentPropertyType
-
unsetHref
public void unsetHref()
Unsets the "href" attribute- Specified by:
unsetHrefin interfaceDataComponentPropertyType
-
getRole
public String getRole()
Gets the "role" attribute- Specified by:
getRolein interfaceDataComponentPropertyType
-
xgetRole
public RoleType xgetRole()
Gets (as xml) the "role" attribute- Specified by:
xgetRolein interfaceDataComponentPropertyType
-
isSetRole
public boolean isSetRole()
True if has "role" attribute- Specified by:
isSetRolein interfaceDataComponentPropertyType
-
setRole
public void setRole(String role)
Sets the "role" attribute- Specified by:
setRolein interfaceDataComponentPropertyType
-
xsetRole
public void xsetRole(RoleType role)
Sets (as xml) the "role" attribute- Specified by:
xsetRolein interfaceDataComponentPropertyType
-
unsetRole
public void unsetRole()
Unsets the "role" attribute- Specified by:
unsetRolein interfaceDataComponentPropertyType
-
getArcrole
public String getArcrole()
Gets the "arcrole" attribute- Specified by:
getArcrolein interfaceDataComponentPropertyType
-
xgetArcrole
public ArcroleType xgetArcrole()
Gets (as xml) the "arcrole" attribute- Specified by:
xgetArcrolein interfaceDataComponentPropertyType
-
isSetArcrole
public boolean isSetArcrole()
True if has "arcrole" attribute- Specified by:
isSetArcrolein interfaceDataComponentPropertyType
-
setArcrole
public void setArcrole(String arcrole)
Sets the "arcrole" attribute- Specified by:
setArcrolein interfaceDataComponentPropertyType
-
xsetArcrole
public void xsetArcrole(ArcroleType arcrole)
Sets (as xml) the "arcrole" attribute- Specified by:
xsetArcrolein interfaceDataComponentPropertyType
-
unsetArcrole
public void unsetArcrole()
Unsets the "arcrole" attribute- Specified by:
unsetArcrolein interfaceDataComponentPropertyType
-
getTitle
public String getTitle()
Gets the "title" attribute- Specified by:
getTitlein interfaceDataComponentPropertyType
-
xgetTitle
public TitleAttrType xgetTitle()
Gets (as xml) the "title" attribute- Specified by:
xgetTitlein interfaceDataComponentPropertyType
-
isSetTitle
public boolean isSetTitle()
True if has "title" attribute- Specified by:
isSetTitlein interfaceDataComponentPropertyType
-
setTitle
public void setTitle(String title)
Sets the "title" attribute- Specified by:
setTitlein interfaceDataComponentPropertyType
-
xsetTitle
public void xsetTitle(TitleAttrType title)
Sets (as xml) the "title" attribute- Specified by:
xsetTitlein interfaceDataComponentPropertyType
-
unsetTitle
public void unsetTitle()
Unsets the "title" attribute- Specified by:
unsetTitlein interfaceDataComponentPropertyType
-
getShow
public ShowType.Enum getShow()
Gets the "show" attribute- Specified by:
getShowin interfaceDataComponentPropertyType
-
xgetShow
public ShowType xgetShow()
Gets (as xml) the "show" attribute- Specified by:
xgetShowin interfaceDataComponentPropertyType
-
isSetShow
public boolean isSetShow()
True if has "show" attribute- Specified by:
isSetShowin interfaceDataComponentPropertyType
-
setShow
public void setShow(ShowType.Enum show)
Sets the "show" attribute- Specified by:
setShowin interfaceDataComponentPropertyType
-
xsetShow
public void xsetShow(ShowType show)
Sets (as xml) the "show" attribute- Specified by:
xsetShowin interfaceDataComponentPropertyType
-
unsetShow
public void unsetShow()
Unsets the "show" attribute- Specified by:
unsetShowin interfaceDataComponentPropertyType
-
getActuate
public ActuateType.Enum getActuate()
Gets the "actuate" attribute- Specified by:
getActuatein interfaceDataComponentPropertyType
-
xgetActuate
public ActuateType xgetActuate()
Gets (as xml) the "actuate" attribute- Specified by:
xgetActuatein interfaceDataComponentPropertyType
-
isSetActuate
public boolean isSetActuate()
True if has "actuate" attribute- Specified by:
isSetActuatein interfaceDataComponentPropertyType
-
setActuate
public void setActuate(ActuateType.Enum actuate)
Sets the "actuate" attribute- Specified by:
setActuatein interfaceDataComponentPropertyType
-
xsetActuate
public void xsetActuate(ActuateType actuate)
Sets (as xml) the "actuate" attribute- Specified by:
xsetActuatein interfaceDataComponentPropertyType
-
unsetActuate
public void unsetActuate()
Unsets the "actuate" attribute- Specified by:
unsetActuatein interfaceDataComponentPropertyType
-
getRemoteSchema
public String getRemoteSchema()
Gets the "remoteSchema" attribute- Specified by:
getRemoteSchemain interfaceDataComponentPropertyType
-
xgetRemoteSchema
public org.apache.xmlbeans.XmlAnyURI xgetRemoteSchema()
Gets (as xml) the "remoteSchema" attribute- Specified by:
xgetRemoteSchemain interfaceDataComponentPropertyType
-
isSetRemoteSchema
public boolean isSetRemoteSchema()
True if has "remoteSchema" attribute- Specified by:
isSetRemoteSchemain interfaceDataComponentPropertyType
-
setRemoteSchema
public void setRemoteSchema(String remoteSchema)
Sets the "remoteSchema" attribute- Specified by:
setRemoteSchemain interfaceDataComponentPropertyType
-
xsetRemoteSchema
public void xsetRemoteSchema(org.apache.xmlbeans.XmlAnyURI remoteSchema)
Sets (as xml) the "remoteSchema" attribute- Specified by:
xsetRemoteSchemain interfaceDataComponentPropertyType
-
unsetRemoteSchema
public void unsetRemoteSchema()
Unsets the "remoteSchema" attribute- Specified by:
unsetRemoteSchemain interfaceDataComponentPropertyType
-
-