public interface RestParametersConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | RestParametersConfig.FactoryA 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 | 
|---|---|
| RestParameterConfig | addNewParameter()Appends and returns a new empty value (as xml) as the last "parameter" element | 
| RestParameterConfig[] | getParameterArray()Deprecated.   | 
| RestParameterConfig | getParameterArray(int i)Gets ith "parameter" element | 
| List<RestParameterConfig> | getParameterList()Gets a List of "parameter" elements | 
| RestParameterConfig | insertNewParameter(int i)Inserts and returns a new empty value (as xml) as the ith "parameter" element | 
| void | removeParameter(int i)Removes the ith "parameter" element | 
| void | setParameterArray(int i,
                 RestParameterConfig parameter)Sets ith "parameter" element | 
| void | setParameterArray(RestParameterConfig[] parameterArray)Sets array of all "parameter" element | 
| int | sizeOfParameterArray()Returns number of "parameter" 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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextList<RestParameterConfig> getParameterList()
RestParameterConfig[] getParameterArray()
RestParameterConfig getParameterArray(int i)
int sizeOfParameterArray()
void setParameterArray(RestParameterConfig[] parameterArray)
void setParameterArray(int i,
                       RestParameterConfig parameter)
RestParameterConfig insertNewParameter(int i)
RestParameterConfig addNewParameter()
void removeParameter(int i)
Copyright © 2019. All Rights Reserved.