public interface ServiceReportList extends ServiceReportBase
Modifier and Type | Interface and Description |
---|---|
static class |
ServiceReportList.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 |
---|---|
org.apache.xmlbeans.XmlString |
addNewServiceReport()
Appends and returns a new empty value (as xml) as the last "serviceReport" element
|
void |
addServiceReport(String serviceReport)
Appends the value as the last "serviceReport" element
|
String[] |
getServiceReportArray()
Gets array of all "serviceReport" elements
|
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,
String serviceReport)
Inserts the value as the ith "serviceReport" element
|
void |
removeServiceReport(int i)
Removes the ith "serviceReport" element
|
void |
setServiceReportArray(int i,
String serviceReport)
Sets ith "serviceReport" element
|
void |
setServiceReportArray(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
|
getSchemaVersion, setSchemaVersion, xgetSchemaVersion, xsetSchemaVersion
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[] getServiceReportArray()
String getServiceReportArray(int i)
org.apache.xmlbeans.XmlString[] xgetServiceReportArray()
org.apache.xmlbeans.XmlString xgetServiceReportArray(int i)
int sizeOfServiceReportArray()
void setServiceReportArray(String[] serviceReportArray)
void setServiceReportArray(int i, String serviceReport)
void xsetServiceReportArray(org.apache.xmlbeans.XmlString[] serviceReportArray)
void xsetServiceReportArray(int i, org.apache.xmlbeans.XmlString serviceReport)
void insertServiceReport(int i, String serviceReport)
void addServiceReport(String serviceReport)
org.apache.xmlbeans.XmlString insertNewServiceReport(int i)
org.apache.xmlbeans.XmlString addNewServiceReport()
void removeServiceReport(int i)
Copyright © 2009-2013 DuraSpace. All Rights Reserved.