Uses of Interface
noNamespace.ServiceReportList

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(java.io.File file)
           
static ServiceReportList ServiceReportList.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static ServiceReportList ServiceReportList.Factory.parse(java.io.InputStream is)
           
static ServiceReportList ServiceReportList.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ServiceReportList ServiceReportList.Factory.parse(org.w3c.dom.Node node)
           
static ServiceReportList ServiceReportList.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static ServiceReportList ServiceReportList.Factory.parse(java.io.Reader r)
           
static ServiceReportList ServiceReportList.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ServiceReportList ServiceReportList.Factory.parse(java.lang.String xmlAsString)
           
static ServiceReportList ServiceReportList.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ServiceReportList ServiceReportList.Factory.parse(java.net.URL u)
           
static ServiceReportList ServiceReportList.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
           
static ServiceReportList ServiceReportList.Factory.parse(javax.xml.stream.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
 



Copyright © 2009-2011 DuraSpace. All Rights Reserved.