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

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

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

Methods in org.ogf.schemas.graap.wsAgreement that return InnerTermStateType
 InnerTermStateType ServiceTermStateType.addNewIdle()
          Appends and returns a new empty "Idle" element
 InnerTermStateType ServiceTermStateType.addNewProcessing()
          Appends and returns a new empty "Processing" element
 InnerTermStateType ServiceTermStateType.getIdle()
          Gets the "Idle" element
 InnerTermStateType ServiceTermStateType.getProcessing()
          Gets the "Processing" element
static InnerTermStateType InnerTermStateType.Factory.newInstance()
           
static InnerTermStateType InnerTermStateType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static InnerTermStateType InnerTermStateType.Factory.parse(File file)
           
static InnerTermStateType InnerTermStateType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static InnerTermStateType InnerTermStateType.Factory.parse(InputStream is)
           
static InnerTermStateType InnerTermStateType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static InnerTermStateType InnerTermStateType.Factory.parse(Node node)
           
static InnerTermStateType InnerTermStateType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static InnerTermStateType InnerTermStateType.Factory.parse(Reader r)
           
static InnerTermStateType InnerTermStateType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static InnerTermStateType InnerTermStateType.Factory.parse(String xmlAsString)
           
static InnerTermStateType InnerTermStateType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static InnerTermStateType InnerTermStateType.Factory.parse(URL u)
           
static InnerTermStateType InnerTermStateType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static InnerTermStateType InnerTermStateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static InnerTermStateType InnerTermStateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static InnerTermStateType InnerTermStateType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static InnerTermStateType InnerTermStateType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type InnerTermStateType
 void ServiceTermStateType.setIdle(InnerTermStateType idle)
          Sets the "Idle" element
 void ServiceTermStateType.setProcessing(InnerTermStateType processing)
          Sets the "Processing" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return InnerTermStateType
 InnerTermStateType ServiceTermStateTypeImpl.addNewIdle()
          Appends and returns a new empty "Idle" element
 InnerTermStateType ServiceTermStateTypeImpl.addNewProcessing()
          Appends and returns a new empty "Processing" element
 InnerTermStateType ServiceTermStateTypeImpl.getIdle()
          Gets the "Idle" element
 InnerTermStateType ServiceTermStateTypeImpl.getProcessing()
          Gets the "Processing" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type InnerTermStateType
 void ServiceTermStateTypeImpl.setIdle(InnerTermStateType idle)
          Sets the "Idle" element
 void ServiceTermStateTypeImpl.setProcessing(InnerTermStateType processing)
          Sets the "Processing" element
 



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