Uses of Interface
org.apache.geronimo.xbeans.j2ee.ErrorCodeType

Packages that use ErrorCodeType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of ErrorCodeType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return ErrorCodeType
static ErrorCodeType ErrorCodeType.Factory.newValue(Object obj)
           
static ErrorCodeType ErrorCodeType.Factory.newInstance()
           
static ErrorCodeType ErrorCodeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ErrorCodeType ErrorCodeType.Factory.parse(String s)
           
static ErrorCodeType ErrorCodeType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static ErrorCodeType ErrorCodeType.Factory.parse(File f)
           
static ErrorCodeType ErrorCodeType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static ErrorCodeType ErrorCodeType.Factory.parse(URL u)
           
static ErrorCodeType ErrorCodeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ErrorCodeType ErrorCodeType.Factory.parse(InputStream is)
           
static ErrorCodeType ErrorCodeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ErrorCodeType ErrorCodeType.Factory.parse(Reader r)
           
static ErrorCodeType ErrorCodeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ErrorCodeType ErrorCodeType.Factory.parse(Node node)
           
static ErrorCodeType ErrorCodeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ErrorCodeType ErrorCodeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static ErrorCodeType ErrorCodeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of ErrorCodeType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ErrorCodeType
 class ErrorCodeTypeImpl
          An XML error-codeType(@http://java.sun.com/xml/ns/j2ee).
 

Uses of ErrorCodeType in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return ErrorCodeType
 ErrorCodeType ErrorPageType.xgetErrorCode()
          Gets (as xml) the "error-code" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type ErrorCodeType
 void ErrorPageType.xsetErrorCode(ErrorCodeType errorCode)
          Sets (as xml) the "error-code" element
 

Uses of ErrorCodeType in org.apache.geronimo.xbeans.web.impl
 

Methods in org.apache.geronimo.xbeans.web.impl that return ErrorCodeType
 ErrorCodeType ErrorPageTypeImpl.xgetErrorCode()
          Gets (as xml) the "error-code" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type ErrorCodeType
 void ErrorPageTypeImpl.xsetErrorCode(ErrorCodeType errorCode)
          Sets (as xml) the "error-code" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.