public static class ConstructorArgDocumentImpl.ConstructorArgImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements ConstructorArgDocument.ConstructorArg
ConstructorArgDocument.ConstructorArg.Factory
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
type
Constructor and Description |
---|
ConstructorArgImpl(org.apache.xmlbeans.SchemaType sType) |
Modifier and Type | Method and Description |
---|---|
ArrayDocument.Array |
addNewArray()
Appends and returns a new empty "array" element
|
BeanDocument.Bean |
addNewBean()
Appends and returns a new empty "bean" element
|
DescriptionDocument.Description |
addNewDescription()
Appends and returns a new empty "description" element
|
IdrefDocument.Idref |
addNewIdref()
Appends and returns a new empty "idref" element
|
ListDocument.List |
addNewList()
Appends and returns a new empty "list" element
|
MapDocument.Map |
addNewMap()
Appends and returns a new empty "map" element
|
NullDocument.Null |
addNewNull()
Appends and returns a new empty "null" element
|
PropsDocument.Props |
addNewProps()
Appends and returns a new empty "props" element
|
RefDocument.Ref |
addNewRef()
Appends and returns a new empty "ref" element
|
SetDocument.Set |
addNewSet()
Appends and returns a new empty "set" element
|
ValueDocument.Value |
addNewValue()
Appends and returns a new empty "value" element
|
ArrayDocument.Array |
getArray()
Gets the "array" element
|
BeanDocument.Bean |
getBean()
Gets the "bean" element
|
DescriptionDocument.Description |
getDescription()
Gets the "description" element
|
IdrefDocument.Idref |
getIdref()
Gets the "idref" element
|
String |
getIndex()
Gets the "index" attribute
|
ListDocument.List |
getList()
Gets the "list" element
|
MapDocument.Map |
getMap()
Gets the "map" element
|
String |
getName()
Gets the "name" attribute
|
NullDocument.Null |
getNull()
Gets the "null" element
|
PropsDocument.Props |
getProps()
Gets the "props" element
|
RefDocument.Ref |
getRef()
Gets the "ref" element
|
String |
getRef2()
Gets the "ref" attribute
|
SetDocument.Set |
getSet()
Gets the "set" element
|
String |
getType()
Gets the "type" attribute
|
ValueDocument.Value |
getValue()
Gets the "value" element
|
String |
getValue2()
Gets the "value" attribute
|
boolean |
isSetArray()
True if has "array" element
|
boolean |
isSetBean()
True if has "bean" element
|
boolean |
isSetDescription()
True if has "description" element
|
boolean |
isSetIdref()
True if has "idref" element
|
boolean |
isSetIndex()
True if has "index" attribute
|
boolean |
isSetList()
True if has "list" element
|
boolean |
isSetMap()
True if has "map" element
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetNull()
True if has "null" element
|
boolean |
isSetProps()
True if has "props" element
|
boolean |
isSetRef()
True if has "ref" element
|
boolean |
isSetRef2()
True if has "ref" attribute
|
boolean |
isSetSet()
True if has "set" element
|
boolean |
isSetType()
True if has "type" attribute
|
boolean |
isSetValue()
True if has "value" element
|
boolean |
isSetValue2()
True if has "value" attribute
|
void |
setArray(ArrayDocument.Array array)
Sets the "array" element
|
void |
setBean(BeanDocument.Bean bean)
Sets the "bean" element
|
void |
setDescription(DescriptionDocument.Description description)
Sets the "description" element
|
void |
setIdref(IdrefDocument.Idref idref)
Sets the "idref" element
|
void |
setIndex(String index)
Sets the "index" attribute
|
void |
setList(ListDocument.List list)
Sets the "list" element
|
void |
setMap(MapDocument.Map map)
Sets the "map" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setNull(NullDocument.Null xnull)
Sets the "null" element
|
void |
setProps(PropsDocument.Props props)
Sets the "props" element
|
void |
setRef(RefDocument.Ref ref)
Sets the "ref" element
|
void |
setRef2(String ref2)
Sets the "ref" attribute
|
void |
setSet(SetDocument.Set set)
Sets the "set" element
|
void |
setType(String type)
Sets the "type" attribute
|
void |
setValue(ValueDocument.Value value)
Sets the "value" element
|
void |
setValue2(String value2)
Sets the "value" attribute
|
void |
unsetArray()
Unsets the "array" element
|
void |
unsetBean()
Unsets the "bean" element
|
void |
unsetDescription()
Unsets the "description" element
|
void |
unsetIdref()
Unsets the "idref" element
|
void |
unsetIndex()
Unsets the "index" attribute
|
void |
unsetList()
Unsets the "list" element
|
void |
unsetMap()
Unsets the "map" element
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetNull()
Unsets the "null" element
|
void |
unsetProps()
Unsets the "props" element
|
void |
unsetRef()
Unsets the "ref" element
|
void |
unsetRef2()
Unsets the "ref" attribute
|
void |
unsetSet()
Unsets the "set" element
|
void |
unsetType()
Unsets the "type" attribute
|
void |
unsetValue()
Unsets the "value" element
|
void |
unsetValue2()
Unsets the "value" attribute
|
org.apache.xmlbeans.XmlString |
xgetIndex()
Gets (as xml) the "index" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetRef2()
Gets (as xml) the "ref" attribute
|
org.apache.xmlbeans.XmlString |
xgetType()
Gets (as xml) the "type" attribute
|
org.apache.xmlbeans.XmlString |
xgetValue2()
Gets (as xml) the "value" attribute
|
void |
xsetIndex(org.apache.xmlbeans.XmlString index)
Sets (as xml) the "index" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetRef2(org.apache.xmlbeans.XmlString ref2)
Sets (as xml) the "ref" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" attribute
|
void |
xsetValue2(org.apache.xmlbeans.XmlString value2)
Sets (as xml) the "value" attribute
|
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_text
_copy, _copy, _set, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, hashCode, init_flags, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, 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_newValue, 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, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
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
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
public ConstructorArgImpl(org.apache.xmlbeans.SchemaType sType)
public DescriptionDocument.Description getDescription()
getDescription
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetDescription()
isSetDescription
in interface ConstructorArgDocument.ConstructorArg
public void setDescription(DescriptionDocument.Description description)
setDescription
in interface ConstructorArgDocument.ConstructorArg
public DescriptionDocument.Description addNewDescription()
addNewDescription
in interface ConstructorArgDocument.ConstructorArg
public void unsetDescription()
unsetDescription
in interface ConstructorArgDocument.ConstructorArg
public BeanDocument.Bean getBean()
getBean
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetBean()
isSetBean
in interface ConstructorArgDocument.ConstructorArg
public void setBean(BeanDocument.Bean bean)
setBean
in interface ConstructorArgDocument.ConstructorArg
public BeanDocument.Bean addNewBean()
addNewBean
in interface ConstructorArgDocument.ConstructorArg
public void unsetBean()
unsetBean
in interface ConstructorArgDocument.ConstructorArg
public RefDocument.Ref getRef()
getRef
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetRef()
isSetRef
in interface ConstructorArgDocument.ConstructorArg
public void setRef(RefDocument.Ref ref)
setRef
in interface ConstructorArgDocument.ConstructorArg
public RefDocument.Ref addNewRef()
addNewRef
in interface ConstructorArgDocument.ConstructorArg
public void unsetRef()
unsetRef
in interface ConstructorArgDocument.ConstructorArg
public IdrefDocument.Idref getIdref()
getIdref
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetIdref()
isSetIdref
in interface ConstructorArgDocument.ConstructorArg
public void setIdref(IdrefDocument.Idref idref)
setIdref
in interface ConstructorArgDocument.ConstructorArg
public IdrefDocument.Idref addNewIdref()
addNewIdref
in interface ConstructorArgDocument.ConstructorArg
public void unsetIdref()
unsetIdref
in interface ConstructorArgDocument.ConstructorArg
public ValueDocument.Value getValue()
getValue
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetValue()
isSetValue
in interface ConstructorArgDocument.ConstructorArg
public void setValue(ValueDocument.Value value)
setValue
in interface ConstructorArgDocument.ConstructorArg
public ValueDocument.Value addNewValue()
addNewValue
in interface ConstructorArgDocument.ConstructorArg
public void unsetValue()
unsetValue
in interface ConstructorArgDocument.ConstructorArg
public NullDocument.Null getNull()
getNull
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetNull()
isSetNull
in interface ConstructorArgDocument.ConstructorArg
public void setNull(NullDocument.Null xnull)
setNull
in interface ConstructorArgDocument.ConstructorArg
public NullDocument.Null addNewNull()
addNewNull
in interface ConstructorArgDocument.ConstructorArg
public void unsetNull()
unsetNull
in interface ConstructorArgDocument.ConstructorArg
public ArrayDocument.Array getArray()
getArray
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetArray()
isSetArray
in interface ConstructorArgDocument.ConstructorArg
public void setArray(ArrayDocument.Array array)
setArray
in interface ConstructorArgDocument.ConstructorArg
public ArrayDocument.Array addNewArray()
addNewArray
in interface ConstructorArgDocument.ConstructorArg
public void unsetArray()
unsetArray
in interface ConstructorArgDocument.ConstructorArg
public ListDocument.List getList()
getList
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetList()
isSetList
in interface ConstructorArgDocument.ConstructorArg
public void setList(ListDocument.List list)
setList
in interface ConstructorArgDocument.ConstructorArg
public ListDocument.List addNewList()
addNewList
in interface ConstructorArgDocument.ConstructorArg
public void unsetList()
unsetList
in interface ConstructorArgDocument.ConstructorArg
public SetDocument.Set getSet()
getSet
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetSet()
isSetSet
in interface ConstructorArgDocument.ConstructorArg
public void setSet(SetDocument.Set set)
setSet
in interface ConstructorArgDocument.ConstructorArg
public SetDocument.Set addNewSet()
addNewSet
in interface ConstructorArgDocument.ConstructorArg
public void unsetSet()
unsetSet
in interface ConstructorArgDocument.ConstructorArg
public MapDocument.Map getMap()
getMap
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetMap()
isSetMap
in interface ConstructorArgDocument.ConstructorArg
public void setMap(MapDocument.Map map)
setMap
in interface ConstructorArgDocument.ConstructorArg
public MapDocument.Map addNewMap()
addNewMap
in interface ConstructorArgDocument.ConstructorArg
public void unsetMap()
unsetMap
in interface ConstructorArgDocument.ConstructorArg
public PropsDocument.Props getProps()
getProps
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetProps()
isSetProps
in interface ConstructorArgDocument.ConstructorArg
public void setProps(PropsDocument.Props props)
setProps
in interface ConstructorArgDocument.ConstructorArg
public PropsDocument.Props addNewProps()
addNewProps
in interface ConstructorArgDocument.ConstructorArg
public void unsetProps()
unsetProps
in interface ConstructorArgDocument.ConstructorArg
public String getIndex()
getIndex
in interface ConstructorArgDocument.ConstructorArg
public org.apache.xmlbeans.XmlString xgetIndex()
xgetIndex
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetIndex()
isSetIndex
in interface ConstructorArgDocument.ConstructorArg
public void setIndex(String index)
setIndex
in interface ConstructorArgDocument.ConstructorArg
public void xsetIndex(org.apache.xmlbeans.XmlString index)
xsetIndex
in interface ConstructorArgDocument.ConstructorArg
public void unsetIndex()
unsetIndex
in interface ConstructorArgDocument.ConstructorArg
public String getType()
getType
in interface ConstructorArgDocument.ConstructorArg
public org.apache.xmlbeans.XmlString xgetType()
xgetType
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetType()
isSetType
in interface ConstructorArgDocument.ConstructorArg
public void setType(String type)
setType
in interface ConstructorArgDocument.ConstructorArg
public void xsetType(org.apache.xmlbeans.XmlString type)
xsetType
in interface ConstructorArgDocument.ConstructorArg
public void unsetType()
unsetType
in interface ConstructorArgDocument.ConstructorArg
public String getName()
getName
in interface ConstructorArgDocument.ConstructorArg
public org.apache.xmlbeans.XmlString xgetName()
xgetName
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetName()
isSetName
in interface ConstructorArgDocument.ConstructorArg
public void setName(String name)
setName
in interface ConstructorArgDocument.ConstructorArg
public void xsetName(org.apache.xmlbeans.XmlString name)
xsetName
in interface ConstructorArgDocument.ConstructorArg
public void unsetName()
unsetName
in interface ConstructorArgDocument.ConstructorArg
public String getRef2()
getRef2
in interface ConstructorArgDocument.ConstructorArg
public org.apache.xmlbeans.XmlString xgetRef2()
xgetRef2
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetRef2()
isSetRef2
in interface ConstructorArgDocument.ConstructorArg
public void setRef2(String ref2)
setRef2
in interface ConstructorArgDocument.ConstructorArg
public void xsetRef2(org.apache.xmlbeans.XmlString ref2)
xsetRef2
in interface ConstructorArgDocument.ConstructorArg
public void unsetRef2()
unsetRef2
in interface ConstructorArgDocument.ConstructorArg
public String getValue2()
getValue2
in interface ConstructorArgDocument.ConstructorArg
public org.apache.xmlbeans.XmlString xgetValue2()
xgetValue2
in interface ConstructorArgDocument.ConstructorArg
public boolean isSetValue2()
isSetValue2
in interface ConstructorArgDocument.ConstructorArg
public void setValue2(String value2)
setValue2
in interface ConstructorArgDocument.ConstructorArg
public void xsetValue2(org.apache.xmlbeans.XmlString value2)
xsetValue2
in interface ConstructorArgDocument.ConstructorArg
public void unsetValue2()
unsetValue2
in interface ConstructorArgDocument.ConstructorArg
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann