|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceReportList | |
---|---|
noNamespace | |
noNamespace.impl |
Uses of ServiceReportList in noNamespace |
---|
Methods in noNamespace that return ServiceReportList | |
---|---|
ServiceReportList |
ServiceReportListDocument.addNewServiceReportList()
Appends and returns a new empty "serviceReportList" element |
ServiceReportList |
ServiceReportListDocument.getServiceReportList()
Gets the "serviceReportList" element |
static ServiceReportList |
ServiceReportList.Factory.newInstance()
|
static ServiceReportList |
ServiceReportList.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ServiceReportList |
ServiceReportList.Factory.parse(File file)
|
static ServiceReportList |
ServiceReportList.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ServiceReportList |
ServiceReportList.Factory.parse(InputStream is)
|
static ServiceReportList |
ServiceReportList.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ServiceReportList |
ServiceReportList.Factory.parse(Node node)
|
static ServiceReportList |
ServiceReportList.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ServiceReportList |
ServiceReportList.Factory.parse(Reader r)
|
static ServiceReportList |
ServiceReportList.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ServiceReportList |
ServiceReportList.Factory.parse(String xmlAsString)
|
static ServiceReportList |
ServiceReportList.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ServiceReportList |
ServiceReportList.Factory.parse(URL u)
|
static ServiceReportList |
ServiceReportList.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ServiceReportList |
ServiceReportList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ServiceReportList |
ServiceReportList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ServiceReportList |
ServiceReportList.Factory.parse(XMLStreamReader sr)
|
static ServiceReportList |
ServiceReportList.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in noNamespace with parameters of type ServiceReportList | |
---|---|
void |
ServiceReportListDocument.setServiceReportList(ServiceReportList serviceReportList)
Sets the "serviceReportList" element |
Uses of ServiceReportList in noNamespace.impl |
---|
Classes in noNamespace.impl that implement ServiceReportList | |
---|---|
class |
ServiceReportListImpl
An XML serviceReportList(@). |
Methods in noNamespace.impl that return ServiceReportList | |
---|---|
ServiceReportList |
ServiceReportListDocumentImpl.addNewServiceReportList()
Appends and returns a new empty "serviceReportList" element |
ServiceReportList |
ServiceReportListDocumentImpl.getServiceReportList()
Gets the "serviceReportList" element |
Methods in noNamespace.impl with parameters of type ServiceReportList | |
---|---|
void |
ServiceReportListDocumentImpl.setServiceReportList(ServiceReportList serviceReportList)
Sets the "serviceReportList" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |