public static interface ParamDocument.Param
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ParamDocument.Param.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
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
|
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
List<DocDocument.Doc> getDocList()
DocDocument.Doc[] getDocArray()
DocDocument.Doc getDocArray(int i)
int sizeOfDocArray()
void setDocArray(DocDocument.Doc[] docArray)
void setDocArray(int i, DocDocument.Doc doc)
DocDocument.Doc insertNewDoc(int i)
DocDocument.Doc addNewDoc()
void removeDoc(int i)
List<OptionDocument.Option> getOptionList()
OptionDocument.Option[] getOptionArray()
OptionDocument.Option getOptionArray(int i)
int sizeOfOptionArray()
void setOptionArray(OptionDocument.Option[] optionArray)
void setOptionArray(int i, OptionDocument.Option option)
OptionDocument.Option insertNewOption(int i)
OptionDocument.Option addNewOption()
void removeOption(int i)
LinkDocument.Link getLink()
boolean isSetLink()
void setLink(LinkDocument.Link link)
LinkDocument.Link addNewLink()
void unsetLink()
String getHref()
org.apache.xmlbeans.XmlAnyURI xgetHref()
boolean isSetHref()
void setHref(String href)
void xsetHref(org.apache.xmlbeans.XmlAnyURI href)
void unsetHref()
String getName()
org.apache.xmlbeans.XmlNMTOKEN xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNMTOKEN name)
void unsetName()
ParamStyle.Enum getStyle()
ParamStyle xgetStyle()
boolean isSetStyle()
void setStyle(ParamStyle.Enum style)
void xsetStyle(ParamStyle style)
void unsetStyle()
String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
QName getType()
org.apache.xmlbeans.XmlQName xgetType()
boolean isSetType()
void setType(QName type)
void xsetType(org.apache.xmlbeans.XmlQName type)
void unsetType()
String getDefault()
org.apache.xmlbeans.XmlString xgetDefault()
boolean isSetDefault()
void setDefault(String xdefault)
void xsetDefault(org.apache.xmlbeans.XmlString xdefault)
void unsetDefault()
boolean getRequired()
org.apache.xmlbeans.XmlBoolean xgetRequired()
boolean isSetRequired()
void setRequired(boolean required)
void xsetRequired(org.apache.xmlbeans.XmlBoolean required)
void unsetRequired()
boolean getRepeating()
org.apache.xmlbeans.XmlBoolean xgetRepeating()
boolean isSetRepeating()
void setRepeating(boolean repeating)
void xsetRepeating(org.apache.xmlbeans.XmlBoolean repeating)
void unsetRepeating()
String getFixed()
org.apache.xmlbeans.XmlString xgetFixed()
boolean isSetFixed()
void setFixed(String fixed)
void xsetFixed(org.apache.xmlbeans.XmlString fixed)
void unsetFixed()
String getPath()
org.apache.xmlbeans.XmlString xgetPath()
boolean isSetPath()
void setPath(String path)
void xsetPath(org.apache.xmlbeans.XmlString path)
void unsetPath()
Copyright © 2019. All Rights Reserved.