public static class ParamDocumentImpl.ParamImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements ParamDocument.Param
ParamDocument.Param.Factory
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
type
Constructor and Description |
---|
ParamImpl(org.apache.xmlbeans.SchemaType sType) |
Modifier and Type | Method and Description |
---|---|
DocDocument.Doc |
addNewDoc()
Appends and returns a new empty value (as xml) as the last "doc" element
|
LinkDocument.Link |
addNewLink()
Appends and returns a new empty "link" element
|
OptionDocument.Option |
addNewOption()
Appends and returns a new empty value (as xml) as the last "option" element
|
String |
getDefault()
Gets the "default" attribute
|
DocDocument.Doc[] |
getDocArray()
Deprecated.
|
DocDocument.Doc |
getDocArray(int i)
Gets ith "doc" element
|
List<DocDocument.Doc> |
getDocList()
Gets a List of "doc" elements
|
String |
getFixed()
Gets the "fixed" attribute
|
String |
getHref()
Gets the "href" attribute
|
String |
getId()
Gets the "id" attribute
|
LinkDocument.Link |
getLink()
Gets the "link" element
|
String |
getName()
Gets the "name" attribute
|
OptionDocument.Option[] |
getOptionArray()
Deprecated.
|
OptionDocument.Option |
getOptionArray(int i)
Gets ith "option" element
|
List<OptionDocument.Option> |
getOptionList()
Gets a List of "option" elements
|
String |
getPath()
Gets the "path" attribute
|
boolean |
getRepeating()
Gets the "repeating" attribute
|
boolean |
getRequired()
Gets the "required" attribute
|
ParamStyle.Enum |
getStyle()
Gets the "style" attribute
|
QName |
getType()
Gets the "type" attribute
|
DocDocument.Doc |
insertNewDoc(int i)
Inserts and returns a new empty value (as xml) as the ith "doc" element
|
OptionDocument.Option |
insertNewOption(int i)
Inserts and returns a new empty value (as xml) as the ith "option" element
|
boolean |
isSetDefault()
True if has "default" attribute
|
boolean |
isSetFixed()
True if has "fixed" attribute
|
boolean |
isSetHref()
True if has "href" attribute
|
boolean |
isSetId()
True if has "id" attribute
|
boolean |
isSetLink()
True if has "link" element
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetPath()
True if has "path" attribute
|
boolean |
isSetRepeating()
True if has "repeating" attribute
|
boolean |
isSetRequired()
True if has "required" attribute
|
boolean |
isSetStyle()
True if has "style" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
removeDoc(int i)
Removes the ith "doc" element
|
void |
removeOption(int i)
Removes the ith "option" element
|
void |
setDefault(String xdefault)
Sets the "default" attribute
|
void |
setDocArray(DocDocument.Doc[] docArray)
Sets array of all "doc" element
|
void |
setDocArray(int i,
DocDocument.Doc doc)
Sets ith "doc" element
|
void |
setFixed(String fixed)
Sets the "fixed" attribute
|
void |
setHref(String href)
Sets the "href" attribute
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setLink(LinkDocument.Link link)
Sets the "link" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setOptionArray(int i,
OptionDocument.Option option)
Sets ith "option" element
|
void |
setOptionArray(OptionDocument.Option[] optionArray)
Sets array of all "option" element
|
void |
setPath(String path)
Sets the "path" attribute
|
void |
setRepeating(boolean repeating)
Sets the "repeating" attribute
|
void |
setRequired(boolean required)
Sets the "required" attribute
|
void |
setStyle(ParamStyle.Enum style)
Sets the "style" attribute
|
void |
setType(QName type)
Sets the "type" attribute
|
int |
sizeOfDocArray()
Returns number of "doc" element
|
int |
sizeOfOptionArray()
Returns number of "option" element
|
void |
unsetDefault()
Unsets the "default" attribute
|
void |
unsetFixed()
Unsets the "fixed" attribute
|
void |
unsetHref()
Unsets the "href" attribute
|
void |
unsetId()
Unsets the "id" attribute
|
void |
unsetLink()
Unsets the "link" element
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetPath()
Unsets the "path" attribute
|
void |
unsetRepeating()
Unsets the "repeating" attribute
|
void |
unsetRequired()
Unsets the "required" attribute
|
void |
unsetStyle()
Unsets the "style" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlString |
xgetDefault()
Gets (as xml) the "default" attribute
|
org.apache.xmlbeans.XmlString |
xgetFixed()
Gets (as xml) the "fixed" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetHref()
Gets (as xml) the "href" attribute
|
org.apache.xmlbeans.XmlID |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlNMTOKEN |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetPath()
Gets (as xml) the "path" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetRepeating()
Gets (as xml) the "repeating" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetRequired()
Gets (as xml) the "required" attribute
|
ParamStyle |
xgetStyle()
Gets (as xml) the "style" attribute
|
org.apache.xmlbeans.XmlQName |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetDefault(org.apache.xmlbeans.XmlString xdefault)
Sets (as xml) the "default" attribute
|
void |
xsetFixed(org.apache.xmlbeans.XmlString fixed)
Sets (as xml) the "fixed" attribute
|
void |
xsetHref(org.apache.xmlbeans.XmlAnyURI href)
Sets (as xml) the "href" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlNMTOKEN name)
Sets (as xml) the "name" attribute
|
void |
xsetPath(org.apache.xmlbeans.XmlString path)
Sets (as xml) the "path" attribute
|
void |
xsetRepeating(org.apache.xmlbeans.XmlBoolean repeating)
Sets (as xml) the "repeating" attribute
|
void |
xsetRequired(org.apache.xmlbeans.XmlBoolean required)
Sets (as xml) the "required" attribute
|
void |
xsetStyle(ParamStyle style)
Sets (as xml) the "style" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlQName type)
Sets (as xml) the "type" attribute
|
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
_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, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, 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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
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 List<DocDocument.Doc> getDocList()
getDocList
in interface ParamDocument.Param
public DocDocument.Doc[] getDocArray()
getDocArray
in interface ParamDocument.Param
public DocDocument.Doc getDocArray(int i)
getDocArray
in interface ParamDocument.Param
public int sizeOfDocArray()
sizeOfDocArray
in interface ParamDocument.Param
public void setDocArray(DocDocument.Doc[] docArray)
setDocArray
in interface ParamDocument.Param
public void setDocArray(int i, DocDocument.Doc doc)
setDocArray
in interface ParamDocument.Param
public DocDocument.Doc insertNewDoc(int i)
insertNewDoc
in interface ParamDocument.Param
public DocDocument.Doc addNewDoc()
addNewDoc
in interface ParamDocument.Param
public void removeDoc(int i)
removeDoc
in interface ParamDocument.Param
public List<OptionDocument.Option> getOptionList()
getOptionList
in interface ParamDocument.Param
public OptionDocument.Option[] getOptionArray()
getOptionArray
in interface ParamDocument.Param
public OptionDocument.Option getOptionArray(int i)
getOptionArray
in interface ParamDocument.Param
public int sizeOfOptionArray()
sizeOfOptionArray
in interface ParamDocument.Param
public void setOptionArray(OptionDocument.Option[] optionArray)
setOptionArray
in interface ParamDocument.Param
public void setOptionArray(int i, OptionDocument.Option option)
setOptionArray
in interface ParamDocument.Param
public OptionDocument.Option insertNewOption(int i)
insertNewOption
in interface ParamDocument.Param
public OptionDocument.Option addNewOption()
addNewOption
in interface ParamDocument.Param
public void removeOption(int i)
removeOption
in interface ParamDocument.Param
public LinkDocument.Link getLink()
getLink
in interface ParamDocument.Param
public boolean isSetLink()
isSetLink
in interface ParamDocument.Param
public void setLink(LinkDocument.Link link)
setLink
in interface ParamDocument.Param
public LinkDocument.Link addNewLink()
addNewLink
in interface ParamDocument.Param
public void unsetLink()
unsetLink
in interface ParamDocument.Param
public String getHref()
getHref
in interface ParamDocument.Param
public org.apache.xmlbeans.XmlAnyURI xgetHref()
xgetHref
in interface ParamDocument.Param
public boolean isSetHref()
isSetHref
in interface ParamDocument.Param
public void setHref(String href)
setHref
in interface ParamDocument.Param
public void xsetHref(org.apache.xmlbeans.XmlAnyURI href)
xsetHref
in interface ParamDocument.Param
public void unsetHref()
unsetHref
in interface ParamDocument.Param
public String getName()
getName
in interface ParamDocument.Param
public org.apache.xmlbeans.XmlNMTOKEN xgetName()
xgetName
in interface ParamDocument.Param
public boolean isSetName()
isSetName
in interface ParamDocument.Param
public void setName(String name)
setName
in interface ParamDocument.Param
public void xsetName(org.apache.xmlbeans.XmlNMTOKEN name)
xsetName
in interface ParamDocument.Param
public void unsetName()
unsetName
in interface ParamDocument.Param
public ParamStyle.Enum getStyle()
getStyle
in interface ParamDocument.Param
public ParamStyle xgetStyle()
xgetStyle
in interface ParamDocument.Param
public boolean isSetStyle()
isSetStyle
in interface ParamDocument.Param
public void setStyle(ParamStyle.Enum style)
setStyle
in interface ParamDocument.Param
public void xsetStyle(ParamStyle style)
xsetStyle
in interface ParamDocument.Param
public void unsetStyle()
unsetStyle
in interface ParamDocument.Param
public String getId()
getId
in interface ParamDocument.Param
public org.apache.xmlbeans.XmlID xgetId()
xgetId
in interface ParamDocument.Param
public boolean isSetId()
isSetId
in interface ParamDocument.Param
public void setId(String id)
setId
in interface ParamDocument.Param
public void xsetId(org.apache.xmlbeans.XmlID id)
xsetId
in interface ParamDocument.Param
public void unsetId()
unsetId
in interface ParamDocument.Param
public QName getType()
getType
in interface ParamDocument.Param
public org.apache.xmlbeans.XmlQName xgetType()
xgetType
in interface ParamDocument.Param
public boolean isSetType()
isSetType
in interface ParamDocument.Param
public void setType(QName type)
setType
in interface ParamDocument.Param
public void xsetType(org.apache.xmlbeans.XmlQName type)
xsetType
in interface ParamDocument.Param
public void unsetType()
unsetType
in interface ParamDocument.Param
public String getDefault()
getDefault
in interface ParamDocument.Param
public org.apache.xmlbeans.XmlString xgetDefault()
xgetDefault
in interface ParamDocument.Param
public boolean isSetDefault()
isSetDefault
in interface ParamDocument.Param
public void setDefault(String xdefault)
setDefault
in interface ParamDocument.Param
public void xsetDefault(org.apache.xmlbeans.XmlString xdefault)
xsetDefault
in interface ParamDocument.Param
public void unsetDefault()
unsetDefault
in interface ParamDocument.Param
public boolean getRequired()
getRequired
in interface ParamDocument.Param
public org.apache.xmlbeans.XmlBoolean xgetRequired()
xgetRequired
in interface ParamDocument.Param
public boolean isSetRequired()
isSetRequired
in interface ParamDocument.Param
public void setRequired(boolean required)
setRequired
in interface ParamDocument.Param
public void xsetRequired(org.apache.xmlbeans.XmlBoolean required)
xsetRequired
in interface ParamDocument.Param
public void unsetRequired()
unsetRequired
in interface ParamDocument.Param
public boolean getRepeating()
getRepeating
in interface ParamDocument.Param
public org.apache.xmlbeans.XmlBoolean xgetRepeating()
xgetRepeating
in interface ParamDocument.Param
public boolean isSetRepeating()
isSetRepeating
in interface ParamDocument.Param
public void setRepeating(boolean repeating)
setRepeating
in interface ParamDocument.Param
public void xsetRepeating(org.apache.xmlbeans.XmlBoolean repeating)
xsetRepeating
in interface ParamDocument.Param
public void unsetRepeating()
unsetRepeating
in interface ParamDocument.Param
public String getFixed()
getFixed
in interface ParamDocument.Param
public org.apache.xmlbeans.XmlString xgetFixed()
xgetFixed
in interface ParamDocument.Param
public boolean isSetFixed()
isSetFixed
in interface ParamDocument.Param
public void setFixed(String fixed)
setFixed
in interface ParamDocument.Param
public void xsetFixed(org.apache.xmlbeans.XmlString fixed)
xsetFixed
in interface ParamDocument.Param
public void unsetFixed()
unsetFixed
in interface ParamDocument.Param
public String getPath()
getPath
in interface ParamDocument.Param
public org.apache.xmlbeans.XmlString xgetPath()
xgetPath
in interface ParamDocument.Param
public boolean isSetPath()
isSetPath
in interface ParamDocument.Param
public void setPath(String path)
setPath
in interface ParamDocument.Param
public void xsetPath(org.apache.xmlbeans.XmlString path)
xsetPath
in interface ParamDocument.Param
public void unsetPath()
unsetPath
in interface ParamDocument.Param
Copyright © 2019. All Rights Reserved.