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

Packages that use WSAG4JSessionType
org.ogf.graap.wsag4j.types.engine   
org.ogf.graap.wsag4j.types.engine.impl   
 

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

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

Methods in org.ogf.graap.wsag4j.types.engine with parameters of type WSAG4JSessionType
 void WSAG4JSessionDocument.setWSAG4JSession(WSAG4JSessionType wsag4JSession)
          Sets the "WSAG4JSession" element
 

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

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

Methods in org.ogf.graap.wsag4j.types.engine.impl that return WSAG4JSessionType
 WSAG4JSessionType WSAG4JSessionDocumentImpl.addNewWSAG4JSession()
          Appends and returns a new empty "WSAG4JSession" element
 WSAG4JSessionType WSAG4JSessionDocumentImpl.getWSAG4JSession()
          Gets the "WSAG4JSession" element
 

Methods in org.ogf.graap.wsag4j.types.engine.impl with parameters of type WSAG4JSessionType
 void WSAG4JSessionDocumentImpl.setWSAG4JSession(WSAG4JSessionType wsag4JSession)
          Sets the "WSAG4JSession" element
 



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