public interface PatchParamResources
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
PatchParamResources.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 |
---|---|
org.apache.xmlbeans.XmlString |
addNewPatchParamResource()
Appends and returns a new empty value (as xml) as the last "patchParamResource" element
|
void |
addPatchParamResource(String patchParamResource)
Appends the value as the last "patchParamResource" element
|
String[] |
getPatchParamResourceArray()
Gets array of all "patchParamResource" elements
|
String |
getPatchParamResourceArray(int i)
Gets ith "patchParamResource" element
|
org.apache.xmlbeans.XmlString |
insertNewPatchParamResource(int i)
Inserts and returns a new empty value (as xml) as the ith "patchParamResource" element
|
void |
insertPatchParamResource(int i,
String patchParamResource)
Inserts the value as the ith "patchParamResource" element
|
void |
removePatchParamResource(int i)
Removes the ith "patchParamResource" element
|
void |
setPatchParamResourceArray(int i,
String patchParamResource)
Sets ith "patchParamResource" element
|
void |
setPatchParamResourceArray(String[] patchParamResourceArray)
Sets array of all "patchParamResource" element
|
int |
sizeOfPatchParamResourceArray()
Returns number of "patchParamResource" element
|
org.apache.xmlbeans.XmlString[] |
xgetPatchParamResourceArray()
Gets (as xml) array of all "patchParamResource" elements
|
org.apache.xmlbeans.XmlString |
xgetPatchParamResourceArray(int i)
Gets (as xml) ith "patchParamResource" element
|
void |
xsetPatchParamResourceArray(int i,
org.apache.xmlbeans.XmlString patchParamResource)
Sets (as xml) ith "patchParamResource" element
|
void |
xsetPatchParamResourceArray(org.apache.xmlbeans.XmlString[] patchParamResourceArray)
Sets (as xml) array of all "patchParamResource" 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
String[] getPatchParamResourceArray()
String getPatchParamResourceArray(int i)
org.apache.xmlbeans.XmlString[] xgetPatchParamResourceArray()
org.apache.xmlbeans.XmlString xgetPatchParamResourceArray(int i)
int sizeOfPatchParamResourceArray()
void setPatchParamResourceArray(String[] patchParamResourceArray)
void setPatchParamResourceArray(int i, String patchParamResource)
void xsetPatchParamResourceArray(org.apache.xmlbeans.XmlString[] patchParamResourceArray)
void xsetPatchParamResourceArray(int i, org.apache.xmlbeans.XmlString patchParamResource)
void insertPatchParamResource(int i, String patchParamResource)
void addPatchParamResource(String patchParamResource)
org.apache.xmlbeans.XmlString insertNewPatchParamResource(int i)
org.apache.xmlbeans.XmlString addNewPatchParamResource()
void removePatchParamResource(int i)
Copyright © 2014. All Rights Reserved.