Uses of Interface
noNamespace.ErrorV2Type

Packages that use ErrorV2Type
noNamespace   
noNamespace.impl   
 

Uses of ErrorV2Type in noNamespace
 

Methods in noNamespace that return ErrorV2Type
 ErrorV2Type ResponsePackageV2Type.addNewError()
          Appends and returns a new empty "Error" element
 ErrorV2Type ErrorDocument.addNewError()
          Appends and returns a new empty "Error" element
 ErrorV2Type ResponsePackageV2Type.getError()
          Gets the "Error" element
 ErrorV2Type ErrorDocument.getError()
          Gets the "Error" element
static ErrorV2Type ErrorV2Type.Factory.newInstance()
           
static ErrorV2Type ErrorV2Type.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ErrorV2Type ErrorV2Type.Factory.parse(File file)
           
static ErrorV2Type ErrorV2Type.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ErrorV2Type ErrorV2Type.Factory.parse(InputStream is)
           
static ErrorV2Type ErrorV2Type.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ErrorV2Type ErrorV2Type.Factory.parse(Node node)
           
static ErrorV2Type ErrorV2Type.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ErrorV2Type ErrorV2Type.Factory.parse(Reader r)
           
static ErrorV2Type ErrorV2Type.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ErrorV2Type ErrorV2Type.Factory.parse(String xmlAsString)
           
static ErrorV2Type ErrorV2Type.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ErrorV2Type ErrorV2Type.Factory.parse(URL u)
           
static ErrorV2Type ErrorV2Type.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ErrorV2Type ErrorV2Type.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ErrorV2Type ErrorV2Type.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ErrorV2Type ErrorV2Type.Factory.parse(XMLStreamReader sr)
           
static ErrorV2Type ErrorV2Type.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in noNamespace with parameters of type ErrorV2Type
 void ResponsePackageV2Type.setError(ErrorV2Type error)
          Sets the "Error" element
 void ErrorDocument.setError(ErrorV2Type error)
          Sets the "Error" element
 

Uses of ErrorV2Type in noNamespace.impl
 

Classes in noNamespace.impl that implement ErrorV2Type
 class ErrorV2TypeImpl
          An XML ErrorV2Type(@).
 

Methods in noNamespace.impl that return ErrorV2Type
 ErrorV2Type ResponsePackageV2TypeImpl.addNewError()
          Appends and returns a new empty "Error" element
 ErrorV2Type ErrorDocumentImpl.addNewError()
          Appends and returns a new empty "Error" element
 ErrorV2Type ResponsePackageV2TypeImpl.getError()
          Gets the "Error" element
 ErrorV2Type ErrorDocumentImpl.getError()
          Gets the "Error" element
 

Methods in noNamespace.impl with parameters of type ErrorV2Type
 void ResponsePackageV2TypeImpl.setError(ErrorV2Type error)
          Sets the "Error" element
 void ErrorDocumentImpl.setError(ErrorV2Type error)
          Sets the "Error" element
 



Copyright © 2012. All Rights Reserved.