public interface StringArray
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
StringArray.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
StringArray.GeneratedBy
An XML generatedBy(@http://www.jsynthlib.org/xmldevice).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
StringArray.GeneratedBy |
addNewGeneratedBy()
Appends and returns a new empty "generatedBy" element
|
org.apache.xmlbeans.XmlString |
addNewString()
Appends and returns a new empty value (as xml) as the last "string" element
|
void |
addString(String string)
Appends the value as the last "string" element
|
StringArray.GeneratedBy |
getGeneratedBy()
Gets the "generatedBy" element
|
String[] |
getStringArray()
Gets array of all "string" elements
|
String |
getStringArray(int i)
Gets ith "string" element
|
org.apache.xmlbeans.XmlString |
insertNewString(int i)
Inserts and returns a new empty value (as xml) as the ith "string" element
|
void |
insertString(int i,
String string)
Inserts the value as the ith "string" element
|
boolean |
isSetGeneratedBy()
True if has "generatedBy" element
|
void |
removeString(int i)
Removes the ith "string" element
|
void |
setGeneratedBy(StringArray.GeneratedBy generatedBy)
Sets the "generatedBy" element
|
void |
setStringArray(int i,
String string)
Sets ith "string" element
|
void |
setStringArray(String[] stringArray)
Sets array of all "string" element
|
int |
sizeOfStringArray()
Returns number of "string" element
|
void |
unsetGeneratedBy()
Unsets the "generatedBy" element
|
org.apache.xmlbeans.XmlString[] |
xgetStringArray()
Gets (as xml) array of all "string" elements
|
org.apache.xmlbeans.XmlString |
xgetStringArray(int i)
Gets (as xml) ith "string" element
|
void |
xsetStringArray(int i,
org.apache.xmlbeans.XmlString string)
Sets (as xml) ith "string" element
|
void |
xsetStringArray(org.apache.xmlbeans.XmlString[] stringArray)
Sets (as xml) array of all "string" 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[] getStringArray()
String getStringArray(int i)
org.apache.xmlbeans.XmlString[] xgetStringArray()
org.apache.xmlbeans.XmlString xgetStringArray(int i)
int sizeOfStringArray()
void setStringArray(String[] stringArray)
void setStringArray(int i, String string)
void xsetStringArray(org.apache.xmlbeans.XmlString[] stringArray)
void xsetStringArray(int i, org.apache.xmlbeans.XmlString string)
void insertString(int i, String string)
void addString(String string)
org.apache.xmlbeans.XmlString insertNewString(int i)
org.apache.xmlbeans.XmlString addNewString()
void removeString(int i)
StringArray.GeneratedBy getGeneratedBy()
boolean isSetGeneratedBy()
void setGeneratedBy(StringArray.GeneratedBy generatedBy)
StringArray.GeneratedBy addNewGeneratedBy()
void unsetGeneratedBy()
Copyright © 2014. All Rights Reserved.