|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceReportList
An XML serviceReportList(@). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ServiceReportList.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
org.apache.xmlbeans.XmlString |
addNewServiceReport()
Appends and returns a new empty value (as xml) as the last "serviceReport" element |
void |
addServiceReport(java.lang.String serviceReport)
Appends the value as the last "serviceReport" element |
java.lang.String[] |
getServiceReportArray()
Gets array of all "serviceReport" elements |
java.lang.String |
getServiceReportArray(int i)
Gets ith "serviceReport" element |
org.apache.xmlbeans.XmlString |
insertNewServiceReport(int i)
Inserts and returns a new empty value (as xml) as the ith "serviceReport" element |
void |
insertServiceReport(int i,
java.lang.String serviceReport)
Inserts the value as the ith "serviceReport" element |
void |
removeServiceReport(int i)
Removes the ith "serviceReport" element |
void |
setServiceReportArray(int i,
java.lang.String serviceReport)
Sets ith "serviceReport" element |
void |
setServiceReportArray(java.lang.String[] serviceReportArray)
Sets array of all "serviceReport" element |
int |
sizeOfServiceReportArray()
Returns number of "serviceReport" element |
org.apache.xmlbeans.XmlString[] |
xgetServiceReportArray()
Gets (as xml) array of all "serviceReport" elements |
org.apache.xmlbeans.XmlString |
xgetServiceReportArray(int i)
Gets (as xml) ith "serviceReport" element |
void |
xsetServiceReportArray(int i,
org.apache.xmlbeans.XmlString serviceReport)
Sets (as xml) ith "serviceReport" element |
void |
xsetServiceReportArray(org.apache.xmlbeans.XmlString[] serviceReportArray)
Sets (as xml) array of all "serviceReport" element |
Methods inherited from interface noNamespace.ServiceReportBase |
---|
getSchemaVersion, setSchemaVersion, xgetSchemaVersion, xsetSchemaVersion |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
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 |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
java.lang.String[] getServiceReportArray()
java.lang.String getServiceReportArray(int i)
org.apache.xmlbeans.XmlString[] xgetServiceReportArray()
org.apache.xmlbeans.XmlString xgetServiceReportArray(int i)
int sizeOfServiceReportArray()
void setServiceReportArray(java.lang.String[] serviceReportArray)
void setServiceReportArray(int i, java.lang.String serviceReport)
void xsetServiceReportArray(org.apache.xmlbeans.XmlString[] serviceReportArray)
void xsetServiceReportArray(int i, org.apache.xmlbeans.XmlString serviceReport)
void insertServiceReport(int i, java.lang.String serviceReport)
void addServiceReport(java.lang.String serviceReport)
org.apache.xmlbeans.XmlString insertNewServiceReport(int i)
org.apache.xmlbeans.XmlString addNewServiceReport()
void removeServiceReport(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |