Uses of Interface
noNamespace.ErrorV3Type

Packages that use ErrorV3Type
noNamespace   
noNamespace.impl   
 

Uses of ErrorV3Type in noNamespace
 

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

Methods in noNamespace with parameters of type ErrorV3Type
 void ResponsePackageV3Type.setError(ErrorV3Type error)
          Sets the "Error" element
 

Uses of ErrorV3Type in noNamespace.impl
 

Classes in noNamespace.impl that implement ErrorV3Type
 class ErrorV3TypeImpl
          An XML ErrorV3Type(@).
 

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

Methods in noNamespace.impl with parameters of type ErrorV3Type
 void ResponsePackageV3TypeImpl.setError(ErrorV3Type error)
          Sets the "Error" element
 



Copyright © 2011. All Rights Reserved.