public interface ValueListType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ValueListType.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 |
|---|---|
LongName |
addNewValue()
Appends and returns a new empty value (as xml) as the last "Value" element
|
void |
addValue(java.lang.String value)
Appends the value as the last "Value" element
|
java.lang.String[] |
getValueArray()
Gets array of all "Value" elements
|
java.lang.String |
getValueArray(int i)
Gets ith "Value" element
|
LongName |
insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "Value" element
|
void |
insertValue(int i,
java.lang.String value)
Inserts the value as the ith "Value" element
|
void |
removeValue(int i)
Removes the ith "Value" element
|
void |
setValueArray(int i,
java.lang.String value)
Sets ith "Value" element
|
void |
setValueArray(java.lang.String[] valueArray)
Sets array of all "Value" element
|
int |
sizeOfValueArray()
Returns number of "Value" element
|
LongName[] |
xgetValueArray()
Gets (as xml) array of all "Value" elements
|
LongName |
xgetValueArray(int i)
Gets (as xml) ith "Value" element
|
void |
xsetValueArray(int i,
LongName value)
Sets (as xml) ith "Value" element
|
void |
xsetValueArray(LongName[] valueArray)
Sets (as xml) array of all "Value" element
|
changeType, compareTo, compareValue, copy, 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, xmlTextjava.lang.String[] getValueArray()
java.lang.String getValueArray(int i)
LongName[] xgetValueArray()
LongName xgetValueArray(int i)
int sizeOfValueArray()
void setValueArray(java.lang.String[] valueArray)
void setValueArray(int i,
java.lang.String value)
void xsetValueArray(LongName[] valueArray)
void xsetValueArray(int i,
LongName value)
void insertValue(int i,
java.lang.String value)
void addValue(java.lang.String value)
LongName insertNewValue(int i)
LongName addNewValue()
void removeValue(int i)
Copyright © 2015–2018 52north.org. All rights reserved.