public interface StringListConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
StringListConfig.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 |
---|---|
void |
addEntry(String entry)
Appends the value as the last "entry" element
|
org.apache.xmlbeans.XmlString |
addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element
|
String[] |
getEntryArray()
Deprecated.
|
String |
getEntryArray(int i)
Gets ith "entry" element
|
List<String> |
getEntryList()
Gets a List of "entry" elements
|
void |
insertEntry(int i,
String entry)
Inserts the value as the ith "entry" element
|
org.apache.xmlbeans.XmlString |
insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element
|
void |
removeEntry(int i)
Removes the ith "entry" element
|
void |
setEntryArray(int i,
String entry)
Sets ith "entry" element
|
void |
setEntryArray(String[] entryArray)
Sets array of all "entry" element
|
int |
sizeOfEntryArray()
Returns number of "entry" element
|
org.apache.xmlbeans.XmlString[] |
xgetEntryArray()
Deprecated.
|
org.apache.xmlbeans.XmlString |
xgetEntryArray(int i)
Gets (as xml) ith "entry" element
|
List<org.apache.xmlbeans.XmlString> |
xgetEntryList()
Gets (as xml) a List of "entry" elements
|
void |
xsetEntryArray(int i,
org.apache.xmlbeans.XmlString entry)
Sets (as xml) ith "entry" element
|
void |
xsetEntryArray(org.apache.xmlbeans.XmlString[] entryArray)
Sets (as xml) array of all "entry" 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[] getEntryArray()
String getEntryArray(int i)
List<org.apache.xmlbeans.XmlString> xgetEntryList()
org.apache.xmlbeans.XmlString[] xgetEntryArray()
org.apache.xmlbeans.XmlString xgetEntryArray(int i)
int sizeOfEntryArray()
void setEntryArray(String[] entryArray)
void setEntryArray(int i, String entry)
void xsetEntryArray(org.apache.xmlbeans.XmlString[] entryArray)
void xsetEntryArray(int i, org.apache.xmlbeans.XmlString entry)
void insertEntry(int i, String entry)
void addEntry(String entry)
org.apache.xmlbeans.XmlString insertNewEntry(int i)
org.apache.xmlbeans.XmlString addNewEntry()
void removeEntry(int i)
Copyright © 2019. All Rights Reserved.