public interface GetCommunication
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
GetCommunication.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 |
addIid(long iid)
Appends the value as the last "iid" element
|
org.apache.xmlbeans.XmlLong |
addNewIid()
Appends and returns a new empty value (as xml) as the last "iid" element
|
long[] |
getIidArray()
Gets array of all "iid" elements
|
long |
getIidArray(int i)
Gets ith "iid" element
|
void |
insertIid(int i,
long iid)
Inserts the value as the ith "iid" element
|
org.apache.xmlbeans.XmlLong |
insertNewIid(int i)
Inserts and returns a new empty value (as xml) as the ith "iid" element
|
void |
removeIid(int i)
Removes the ith "iid" element
|
void |
setIidArray(int i,
long iid)
Sets ith "iid" element
|
void |
setIidArray(long[] iidArray)
Sets array of all "iid" element
|
int |
sizeOfIidArray()
Returns number of "iid" element
|
org.apache.xmlbeans.XmlLong[] |
xgetIidArray()
Gets (as xml) array of all "iid" elements
|
org.apache.xmlbeans.XmlLong |
xgetIidArray(int i)
Gets (as xml) ith "iid" element
|
void |
xsetIidArray(int i,
org.apache.xmlbeans.XmlLong iid)
Sets (as xml) ith "iid" element
|
void |
xsetIidArray(org.apache.xmlbeans.XmlLong[] iidArray)
Sets (as xml) array of all "iid" 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, 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
long[] getIidArray()
long getIidArray(int i)
org.apache.xmlbeans.XmlLong[] xgetIidArray()
org.apache.xmlbeans.XmlLong xgetIidArray(int i)
int sizeOfIidArray()
void setIidArray(long[] iidArray)
void setIidArray(int i, long iid)
void xsetIidArray(org.apache.xmlbeans.XmlLong[] iidArray)
void xsetIidArray(int i, org.apache.xmlbeans.XmlLong iid)
void insertIid(int i, long iid)
void addIid(long iid)
org.apache.xmlbeans.XmlLong insertNewIid(int i)
org.apache.xmlbeans.XmlLong addNewIid()
void removeIid(int i)