Uses of Interface
org.ogf.schemas.graap.wsAgreement.ContinuingFaultType

Packages that use ContinuingFaultType
org.ogf.graap.wsag.api.exceptions   
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

Uses of ContinuingFaultType in org.ogf.graap.wsag.api.exceptions
 

Constructors in org.ogf.graap.wsag.api.exceptions with parameters of type ContinuingFaultType
AgreementFactoryException(String message, ContinuingFaultType fault)
          Constructs an exception with the given message using a ContinuingFaultType as a cause.
 

Uses of ContinuingFaultType in org.ogf.schemas.graap.wsAgreement
 

Methods in org.ogf.schemas.graap.wsAgreement that return ContinuingFaultType
 ContinuingFaultType ContinuingFaultDocument.addNewContinuingFault()
          Appends and returns a new empty "ContinuingFault" element
 ContinuingFaultType ContinuingFaultDocument.getContinuingFault()
          Gets the "ContinuingFault" element
static ContinuingFaultType ContinuingFaultType.Factory.newInstance()
           
static ContinuingFaultType ContinuingFaultType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(File file)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(InputStream is)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(Node node)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(Reader r)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(String xmlAsString)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(URL u)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ContinuingFaultType ContinuingFaultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ContinuingFaultType ContinuingFaultType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ContinuingFaultType ContinuingFaultType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type ContinuingFaultType
 void ContinuingFaultDocument.setContinuingFault(ContinuingFaultType continuingFault)
          Sets the "ContinuingFault" element
 

Uses of ContinuingFaultType in org.ogf.schemas.graap.wsAgreement.impl
 

Classes in org.ogf.schemas.graap.wsAgreement.impl that implement ContinuingFaultType
 class ContinuingFaultTypeImpl
          An XML ContinuingFaultType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 

Methods in org.ogf.schemas.graap.wsAgreement.impl that return ContinuingFaultType
 ContinuingFaultType ContinuingFaultDocumentImpl.addNewContinuingFault()
          Appends and returns a new empty "ContinuingFault" element
 ContinuingFaultType ContinuingFaultDocumentImpl.getContinuingFault()
          Gets the "ContinuingFault" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type ContinuingFaultType
 void ContinuingFaultDocumentImpl.setContinuingFault(ContinuingFaultType continuingFault)
          Sets the "ContinuingFault" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.