Uses of Interface
org.ogf.graap.wsag4j.types.engine.PersistenceAgreementContextType

Packages that use PersistenceAgreementContextType
org.ogf.graap.wsag.server.persistence.impl   
org.ogf.graap.wsag4j.types.engine   
org.ogf.graap.wsag4j.types.engine.impl   
 

Uses of PersistenceAgreementContextType in org.ogf.graap.wsag.server.persistence.impl
 

Methods in org.ogf.graap.wsag.server.persistence.impl that return PersistenceAgreementContextType
 PersistenceAgreementContextType PersistentAgreementContainer.getPersistedAgreementContextType()
           
 

Methods in org.ogf.graap.wsag.server.persistence.impl with parameters of type PersistenceAgreementContextType
 void PersistentAgreementContainer.setPersistedAgreementContextType(PersistenceAgreementContextType persistenceAgreementContextType)
           
 

Uses of PersistenceAgreementContextType in org.ogf.graap.wsag4j.types.engine
 

Methods in org.ogf.graap.wsag4j.types.engine that return PersistenceAgreementContextType
 PersistenceAgreementContextType PersistenceAgreementContextDocument.addNewPersistenceAgreementContext()
          Appends and returns a new empty "PersistenceAgreementContext" element
 PersistenceAgreementContextType PersistenceAgreementContextDocument.getPersistenceAgreementContext()
          Gets the "PersistenceAgreementContext" element
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.newInstance()
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(File file)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(InputStream is)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(Node node)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(Reader r)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(String xmlAsString)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(URL u)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static PersistenceAgreementContextType PersistenceAgreementContextType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.graap.wsag4j.types.engine with parameters of type PersistenceAgreementContextType
 void PersistenceAgreementContextDocument.setPersistenceAgreementContext(PersistenceAgreementContextType persistenceAgreementContext)
          Sets the "PersistenceAgreementContext" element
 

Uses of PersistenceAgreementContextType in org.ogf.graap.wsag4j.types.engine.impl
 

Classes in org.ogf.graap.wsag4j.types.engine.impl that implement PersistenceAgreementContextType
 class PersistenceAgreementContextTypeImpl
          An XML PersistenceAgreementContextType(@http://schemas.scai.fraunhofer.de/2008/11/wsag4j/engine).
 

Methods in org.ogf.graap.wsag4j.types.engine.impl that return PersistenceAgreementContextType
 PersistenceAgreementContextType PersistenceAgreementContextDocumentImpl.addNewPersistenceAgreementContext()
          Appends and returns a new empty "PersistenceAgreementContext" element
 PersistenceAgreementContextType PersistenceAgreementContextDocumentImpl.getPersistenceAgreementContext()
          Gets the "PersistenceAgreementContext" element
 

Methods in org.ogf.graap.wsag4j.types.engine.impl with parameters of type PersistenceAgreementContextType
 void PersistenceAgreementContextDocumentImpl.setPersistenceAgreementContext(PersistenceAgreementContextType persistenceAgreementContext)
          Sets the "PersistenceAgreementContext" element
 



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