public static class ParamDocumentImpl.ParamImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements ParamDocument.Param
ParamDocument.Param.Factory_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| 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, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextpublic List<DocDocument.Doc> getDocList()
getDocList in interface ParamDocument.Parampublic DocDocument.Doc[] getDocArray()
getDocArray in interface ParamDocument.Parampublic DocDocument.Doc getDocArray(int i)
getDocArray in interface ParamDocument.Parampublic int sizeOfDocArray()
sizeOfDocArray in interface ParamDocument.Parampublic void setDocArray(DocDocument.Doc[] docArray)
setDocArray in interface ParamDocument.Parampublic void setDocArray(int i,
                        DocDocument.Doc doc)
setDocArray in interface ParamDocument.Parampublic DocDocument.Doc insertNewDoc(int i)
insertNewDoc in interface ParamDocument.Parampublic DocDocument.Doc addNewDoc()
addNewDoc in interface ParamDocument.Parampublic void removeDoc(int i)
removeDoc in interface ParamDocument.Parampublic List<OptionDocument.Option> getOptionList()
getOptionList in interface ParamDocument.Parampublic OptionDocument.Option[] getOptionArray()
getOptionArray in interface ParamDocument.Parampublic OptionDocument.Option getOptionArray(int i)
getOptionArray in interface ParamDocument.Parampublic int sizeOfOptionArray()
sizeOfOptionArray in interface ParamDocument.Parampublic void setOptionArray(OptionDocument.Option[] optionArray)
setOptionArray in interface ParamDocument.Parampublic void setOptionArray(int i,
                           OptionDocument.Option option)
setOptionArray in interface ParamDocument.Parampublic OptionDocument.Option insertNewOption(int i)
insertNewOption in interface ParamDocument.Parampublic OptionDocument.Option addNewOption()
addNewOption in interface ParamDocument.Parampublic void removeOption(int i)
removeOption in interface ParamDocument.Parampublic LinkDocument.Link getLink()
getLink in interface ParamDocument.Parampublic boolean isSetLink()
isSetLink in interface ParamDocument.Parampublic void setLink(LinkDocument.Link link)
setLink in interface ParamDocument.Parampublic LinkDocument.Link addNewLink()
addNewLink in interface ParamDocument.Parampublic void unsetLink()
unsetLink in interface ParamDocument.Parampublic String getHref()
getHref in interface ParamDocument.Parampublic org.apache.xmlbeans.XmlAnyURI xgetHref()
xgetHref in interface ParamDocument.Parampublic boolean isSetHref()
isSetHref in interface ParamDocument.Parampublic void setHref(String href)
setHref in interface ParamDocument.Parampublic void xsetHref(org.apache.xmlbeans.XmlAnyURI href)
xsetHref in interface ParamDocument.Parampublic void unsetHref()
unsetHref in interface ParamDocument.Parampublic String getName()
getName in interface ParamDocument.Parampublic org.apache.xmlbeans.XmlNMTOKEN xgetName()
xgetName in interface ParamDocument.Parampublic boolean isSetName()
isSetName in interface ParamDocument.Parampublic void setName(String name)
setName in interface ParamDocument.Parampublic void xsetName(org.apache.xmlbeans.XmlNMTOKEN name)
xsetName in interface ParamDocument.Parampublic void unsetName()
unsetName in interface ParamDocument.Parampublic ParamStyle.Enum getStyle()
getStyle in interface ParamDocument.Parampublic ParamStyle xgetStyle()
xgetStyle in interface ParamDocument.Parampublic boolean isSetStyle()
isSetStyle in interface ParamDocument.Parampublic void setStyle(ParamStyle.Enum style)
setStyle in interface ParamDocument.Parampublic void xsetStyle(ParamStyle style)
xsetStyle in interface ParamDocument.Parampublic void unsetStyle()
unsetStyle in interface ParamDocument.Parampublic String getId()
getId in interface ParamDocument.Parampublic org.apache.xmlbeans.XmlID xgetId()
xgetId in interface ParamDocument.Parampublic boolean isSetId()
isSetId in interface ParamDocument.Parampublic void setId(String id)
setId in interface ParamDocument.Parampublic void xsetId(org.apache.xmlbeans.XmlID id)
xsetId in interface ParamDocument.Parampublic void unsetId()
unsetId in interface ParamDocument.Parampublic QName getType()
getType in interface ParamDocument.Parampublic org.apache.xmlbeans.XmlQName xgetType()
xgetType in interface ParamDocument.Parampublic boolean isSetType()
isSetType in interface ParamDocument.Parampublic void setType(QName type)
setType in interface ParamDocument.Parampublic void xsetType(org.apache.xmlbeans.XmlQName type)
xsetType in interface ParamDocument.Parampublic void unsetType()
unsetType in interface ParamDocument.Parampublic String getDefault()
getDefault in interface ParamDocument.Parampublic org.apache.xmlbeans.XmlString xgetDefault()
xgetDefault in interface ParamDocument.Parampublic boolean isSetDefault()
isSetDefault in interface ParamDocument.Parampublic void setDefault(String xdefault)
setDefault in interface ParamDocument.Parampublic void xsetDefault(org.apache.xmlbeans.XmlString xdefault)
xsetDefault in interface ParamDocument.Parampublic void unsetDefault()
unsetDefault in interface ParamDocument.Parampublic boolean getRequired()
getRequired in interface ParamDocument.Parampublic org.apache.xmlbeans.XmlBoolean xgetRequired()
xgetRequired in interface ParamDocument.Parampublic boolean isSetRequired()
isSetRequired in interface ParamDocument.Parampublic void setRequired(boolean required)
setRequired in interface ParamDocument.Parampublic void xsetRequired(org.apache.xmlbeans.XmlBoolean required)
xsetRequired in interface ParamDocument.Parampublic void unsetRequired()
unsetRequired in interface ParamDocument.Parampublic boolean getRepeating()
getRepeating in interface ParamDocument.Parampublic org.apache.xmlbeans.XmlBoolean xgetRepeating()
xgetRepeating in interface ParamDocument.Parampublic boolean isSetRepeating()
isSetRepeating in interface ParamDocument.Parampublic void setRepeating(boolean repeating)
setRepeating in interface ParamDocument.Parampublic void xsetRepeating(org.apache.xmlbeans.XmlBoolean repeating)
xsetRepeating in interface ParamDocument.Parampublic void unsetRepeating()
unsetRepeating in interface ParamDocument.Parampublic String getFixed()
getFixed in interface ParamDocument.Parampublic org.apache.xmlbeans.XmlString xgetFixed()
xgetFixed in interface ParamDocument.Parampublic boolean isSetFixed()
isSetFixed in interface ParamDocument.Parampublic void setFixed(String fixed)
setFixed in interface ParamDocument.Parampublic void xsetFixed(org.apache.xmlbeans.XmlString fixed)
xsetFixed in interface ParamDocument.Parampublic void unsetFixed()
unsetFixed in interface ParamDocument.Parampublic String getPath()
getPath in interface ParamDocument.Parampublic org.apache.xmlbeans.XmlString xgetPath()
xgetPath in interface ParamDocument.Parampublic boolean isSetPath()
isSetPath in interface ParamDocument.Parampublic void setPath(String path)
setPath in interface ParamDocument.Parampublic void xsetPath(org.apache.xmlbeans.XmlString path)
xsetPath in interface ParamDocument.Parampublic void unsetPath()
unsetPath in interface ParamDocument.ParamCopyright © 2019. All Rights Reserved.