noNamespace
Interface ServiceReportList

All Superinterfaces:
ServiceReportBase, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ServiceReportListImpl

public interface ServiceReportList
extends ServiceReportBase

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getServiceReportArray

java.lang.String[] getServiceReportArray()
Gets array of all "serviceReport" elements


getServiceReportArray

java.lang.String getServiceReportArray(int i)
Gets ith "serviceReport" element


xgetServiceReportArray

org.apache.xmlbeans.XmlString[] xgetServiceReportArray()
Gets (as xml) array of all "serviceReport" elements


xgetServiceReportArray

org.apache.xmlbeans.XmlString xgetServiceReportArray(int i)
Gets (as xml) ith "serviceReport" element


sizeOfServiceReportArray

int sizeOfServiceReportArray()
Returns number of "serviceReport" element


setServiceReportArray

void setServiceReportArray(java.lang.String[] serviceReportArray)
Sets array of all "serviceReport" element


setServiceReportArray

void setServiceReportArray(int i,
                           java.lang.String serviceReport)
Sets ith "serviceReport" element


xsetServiceReportArray

void xsetServiceReportArray(org.apache.xmlbeans.XmlString[] serviceReportArray)
Sets (as xml) array of all "serviceReport" element


xsetServiceReportArray

void xsetServiceReportArray(int i,
                            org.apache.xmlbeans.XmlString serviceReport)
Sets (as xml) ith "serviceReport" element


insertServiceReport

void insertServiceReport(int i,
                         java.lang.String serviceReport)
Inserts the value as the ith "serviceReport" element


addServiceReport

void addServiceReport(java.lang.String serviceReport)
Appends the value as the last "serviceReport" element


insertNewServiceReport

org.apache.xmlbeans.XmlString insertNewServiceReport(int i)
Inserts and returns a new empty value (as xml) as the ith "serviceReport" element


addNewServiceReport

org.apache.xmlbeans.XmlString addNewServiceReport()
Appends and returns a new empty value (as xml) as the last "serviceReport" element


removeServiceReport

void removeServiceReport(int i)
Removes the ith "serviceReport" element



Copyright © 2009-2011 DuraSpace. All Rights Reserved.