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

Packages that use VariableType
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

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

Methods in org.ogf.schemas.graap.wsAgreement that return VariableType
 VariableType VariableSetType.addNewVariable()
          Appends and returns a new empty value (as xml) as the last "Variable" element
 VariableType[] VariableSetType.getVariableArray()
          Gets array of all "Variable" elements
 VariableType VariableSetType.getVariableArray(int i)
          Gets ith "Variable" element
 VariableType VariableSetType.insertNewVariable(int i)
          Inserts and returns a new empty value (as xml) as the ith "Variable" element
static VariableType VariableType.Factory.newInstance()
           
static VariableType VariableType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static VariableType VariableType.Factory.parse(File file)
           
static VariableType VariableType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static VariableType VariableType.Factory.parse(InputStream is)
           
static VariableType VariableType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static VariableType VariableType.Factory.parse(Node node)
           
static VariableType VariableType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static VariableType VariableType.Factory.parse(Reader r)
           
static VariableType VariableType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static VariableType VariableType.Factory.parse(String xmlAsString)
           
static VariableType VariableType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static VariableType VariableType.Factory.parse(URL u)
           
static VariableType VariableType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static VariableType VariableType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static VariableType VariableType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static VariableType VariableType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static VariableType VariableType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type VariableType
 void VariableSetType.setVariableArray(int i, VariableType variable)
          Sets ith "Variable" element
 void VariableSetType.setVariableArray(VariableType[] variableArray)
          Sets array of all "Variable" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return VariableType
 VariableType VariableSetTypeImpl.addNewVariable()
          Appends and returns a new empty value (as xml) as the last "Variable" element
 VariableType[] VariableSetTypeImpl.getVariableArray()
          Gets array of all "Variable" elements
 VariableType VariableSetTypeImpl.getVariableArray(int i)
          Gets ith "Variable" element
 VariableType VariableSetTypeImpl.insertNewVariable(int i)
          Inserts and returns a new empty value (as xml) as the ith "Variable" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type VariableType
 void VariableSetTypeImpl.setVariableArray(int i, VariableType variable)
          Sets ith "Variable" element
 void VariableSetTypeImpl.setVariableArray(VariableType[] variableArray)
          Sets array of all "Variable" element
 



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