Uses of Interface
org.ogf.graap.wsag4j.types.configuration.WSAG4JEngineInstanceType

Packages that use WSAG4JEngineInstanceType
org.ogf.graap.wsag4j.types.configuration   
org.ogf.graap.wsag4j.types.configuration.impl   
 

Uses of WSAG4JEngineInstanceType in org.ogf.graap.wsag4j.types.configuration
 

Methods in org.ogf.graap.wsag4j.types.configuration that return WSAG4JEngineInstanceType
 WSAG4JEngineInstanceType WSAG4JEngineInstanceListType.addNewWSAG4JEngine()
          Appends and returns a new empty value (as xml) as the last "WSAG4JEngine" element
 WSAG4JEngineInstanceType[] WSAG4JEngineInstanceListType.getWSAG4JEngineArray()
          Gets array of all "WSAG4JEngine" elements
 WSAG4JEngineInstanceType WSAG4JEngineInstanceListType.getWSAG4JEngineArray(int i)
          Gets ith "WSAG4JEngine" element
 WSAG4JEngineInstanceType WSAG4JEngineInstanceListType.insertNewWSAG4JEngine(int i)
          Inserts and returns a new empty value (as xml) as the ith "WSAG4JEngine" element
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.newInstance()
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(File file)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(InputStream is)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(Node node)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(Reader r)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(String xmlAsString)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(URL u)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static WSAG4JEngineInstanceType WSAG4JEngineInstanceType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.graap.wsag4j.types.configuration with parameters of type WSAG4JEngineInstanceType
 void WSAG4JEngineInstanceListType.setWSAG4JEngineArray(int i, WSAG4JEngineInstanceType wsag4JEngine)
          Sets ith "WSAG4JEngine" element
 void WSAG4JEngineInstanceListType.setWSAG4JEngineArray(WSAG4JEngineInstanceType[] wsag4JEngineArray)
          Sets array of all "WSAG4JEngine" element
 

Uses of WSAG4JEngineInstanceType in org.ogf.graap.wsag4j.types.configuration.impl
 

Classes in org.ogf.graap.wsag4j.types.configuration.impl that implement WSAG4JEngineInstanceType
 class WSAG4JEngineInstanceTypeImpl
          An XML WSAG4JEngineInstanceType(@http://schemas.scai.fraunhofer.de/config/wsag4j).
 

Methods in org.ogf.graap.wsag4j.types.configuration.impl that return WSAG4JEngineInstanceType
 WSAG4JEngineInstanceType WSAG4JEngineInstanceListTypeImpl.addNewWSAG4JEngine()
          Appends and returns a new empty value (as xml) as the last "WSAG4JEngine" element
 WSAG4JEngineInstanceType[] WSAG4JEngineInstanceListTypeImpl.getWSAG4JEngineArray()
          Gets array of all "WSAG4JEngine" elements
 WSAG4JEngineInstanceType WSAG4JEngineInstanceListTypeImpl.getWSAG4JEngineArray(int i)
          Gets ith "WSAG4JEngine" element
 WSAG4JEngineInstanceType WSAG4JEngineInstanceListTypeImpl.insertNewWSAG4JEngine(int i)
          Inserts and returns a new empty value (as xml) as the ith "WSAG4JEngine" element
 

Methods in org.ogf.graap.wsag4j.types.configuration.impl with parameters of type WSAG4JEngineInstanceType
 void WSAG4JEngineInstanceListTypeImpl.setWSAG4JEngineArray(int i, WSAG4JEngineInstanceType wsag4JEngine)
          Sets ith "WSAG4JEngine" element
 void WSAG4JEngineInstanceListTypeImpl.setWSAG4JEngineArray(WSAG4JEngineInstanceType[] wsag4JEngineArray)
          Sets array of all "WSAG4JEngine" element
 



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