public interface PatchParams
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
PatchParams.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 |
---|---|
CombinedGroup |
addNewCombinedgroup()
Appends and returns a new empty value (as xml) as the last "combinedgroup" element
|
EnvelopeSpec |
addNewEnvelopeSpec()
Appends and returns a new empty value (as xml) as the last "envelopeSpec" element
|
IntParamSpec |
addNewIntParamSpec()
Appends and returns a new empty value (as xml) as the last "intParamSpec" element
|
PatchParamGroup |
addNewPatchParamGroup()
Appends and returns a new empty value (as xml) as the last "patchParamGroup" element
|
StringParamSpec |
addNewStringParamSpec()
Appends and returns a new empty value (as xml) as the last "stringParamSpec" element
|
CombinedGroup[] |
getCombinedgroupArray()
Gets array of all "combinedgroup" elements
|
CombinedGroup |
getCombinedgroupArray(int i)
Gets ith "combinedgroup" element
|
EnvelopeSpec[] |
getEnvelopeSpecArray()
Gets array of all "envelopeSpec" elements
|
EnvelopeSpec |
getEnvelopeSpecArray(int i)
Gets ith "envelopeSpec" element
|
IntParamSpec[] |
getIntParamSpecArray()
Gets array of all "intParamSpec" elements
|
IntParamSpec |
getIntParamSpecArray(int i)
Gets ith "intParamSpec" element
|
PatchParamGroup[] |
getPatchParamGroupArray()
Gets array of all "patchParamGroup" elements
|
PatchParamGroup |
getPatchParamGroupArray(int i)
Gets ith "patchParamGroup" element
|
StringParamSpec[] |
getStringParamSpecArray()
Gets array of all "stringParamSpec" elements
|
StringParamSpec |
getStringParamSpecArray(int i)
Gets ith "stringParamSpec" element
|
CombinedGroup |
insertNewCombinedgroup(int i)
Inserts and returns a new empty value (as xml) as the ith "combinedgroup" element
|
EnvelopeSpec |
insertNewEnvelopeSpec(int i)
Inserts and returns a new empty value (as xml) as the ith "envelopeSpec" element
|
IntParamSpec |
insertNewIntParamSpec(int i)
Inserts and returns a new empty value (as xml) as the ith "intParamSpec" element
|
PatchParamGroup |
insertNewPatchParamGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "patchParamGroup" element
|
StringParamSpec |
insertNewStringParamSpec(int i)
Inserts and returns a new empty value (as xml) as the ith "stringParamSpec" element
|
void |
removeCombinedgroup(int i)
Removes the ith "combinedgroup" element
|
void |
removeEnvelopeSpec(int i)
Removes the ith "envelopeSpec" element
|
void |
removeIntParamSpec(int i)
Removes the ith "intParamSpec" element
|
void |
removePatchParamGroup(int i)
Removes the ith "patchParamGroup" element
|
void |
removeStringParamSpec(int i)
Removes the ith "stringParamSpec" element
|
void |
setCombinedgroupArray(CombinedGroup[] combinedgroupArray)
Sets array of all "combinedgroup" element
|
void |
setCombinedgroupArray(int i,
CombinedGroup combinedgroup)
Sets ith "combinedgroup" element
|
void |
setEnvelopeSpecArray(EnvelopeSpec[] envelopeSpecArray)
Sets array of all "envelopeSpec" element
|
void |
setEnvelopeSpecArray(int i,
EnvelopeSpec envelopeSpec)
Sets ith "envelopeSpec" element
|
void |
setIntParamSpecArray(int i,
IntParamSpec intParamSpec)
Sets ith "intParamSpec" element
|
void |
setIntParamSpecArray(IntParamSpec[] intParamSpecArray)
Sets array of all "intParamSpec" element
|
void |
setPatchParamGroupArray(int i,
PatchParamGroup patchParamGroup)
Sets ith "patchParamGroup" element
|
void |
setPatchParamGroupArray(PatchParamGroup[] patchParamGroupArray)
Sets array of all "patchParamGroup" element
|
void |
setStringParamSpecArray(int i,
StringParamSpec stringParamSpec)
Sets ith "stringParamSpec" element
|
void |
setStringParamSpecArray(StringParamSpec[] stringParamSpecArray)
Sets array of all "stringParamSpec" element
|
int |
sizeOfCombinedgroupArray()
Returns number of "combinedgroup" element
|
int |
sizeOfEnvelopeSpecArray()
Returns number of "envelopeSpec" element
|
int |
sizeOfIntParamSpecArray()
Returns number of "intParamSpec" element
|
int |
sizeOfPatchParamGroupArray()
Returns number of "patchParamGroup" element
|
int |
sizeOfStringParamSpecArray()
Returns number of "stringParamSpec" element
|
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
IntParamSpec[] getIntParamSpecArray()
IntParamSpec getIntParamSpecArray(int i)
int sizeOfIntParamSpecArray()
void setIntParamSpecArray(IntParamSpec[] intParamSpecArray)
void setIntParamSpecArray(int i, IntParamSpec intParamSpec)
IntParamSpec insertNewIntParamSpec(int i)
IntParamSpec addNewIntParamSpec()
void removeIntParamSpec(int i)
StringParamSpec[] getStringParamSpecArray()
StringParamSpec getStringParamSpecArray(int i)
int sizeOfStringParamSpecArray()
void setStringParamSpecArray(StringParamSpec[] stringParamSpecArray)
void setStringParamSpecArray(int i, StringParamSpec stringParamSpec)
StringParamSpec insertNewStringParamSpec(int i)
StringParamSpec addNewStringParamSpec()
void removeStringParamSpec(int i)
PatchParamGroup[] getPatchParamGroupArray()
PatchParamGroup getPatchParamGroupArray(int i)
int sizeOfPatchParamGroupArray()
void setPatchParamGroupArray(PatchParamGroup[] patchParamGroupArray)
void setPatchParamGroupArray(int i, PatchParamGroup patchParamGroup)
PatchParamGroup insertNewPatchParamGroup(int i)
PatchParamGroup addNewPatchParamGroup()
void removePatchParamGroup(int i)
EnvelopeSpec[] getEnvelopeSpecArray()
EnvelopeSpec getEnvelopeSpecArray(int i)
int sizeOfEnvelopeSpecArray()
void setEnvelopeSpecArray(EnvelopeSpec[] envelopeSpecArray)
void setEnvelopeSpecArray(int i, EnvelopeSpec envelopeSpec)
EnvelopeSpec insertNewEnvelopeSpec(int i)
EnvelopeSpec addNewEnvelopeSpec()
void removeEnvelopeSpec(int i)
CombinedGroup[] getCombinedgroupArray()
CombinedGroup getCombinedgroupArray(int i)
int sizeOfCombinedgroupArray()
void setCombinedgroupArray(CombinedGroup[] combinedgroupArray)
void setCombinedgroupArray(int i, CombinedGroup combinedgroup)
CombinedGroup insertNewCombinedgroup(int i)
CombinedGroup addNewCombinedgroup()
void removeCombinedgroup(int i)
Copyright © 2014. All Rights Reserved.