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

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

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

Methods in org.ogf.schemas.graap.wsAgreement that return ServiceTermStateDefinition
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.newInstance()
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.newValue(Object obj)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(File file)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(InputStream is)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(Node node)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(Reader r)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(String xmlAsString)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(URL u)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(XMLStreamReader sr)
           
static ServiceTermStateDefinition ServiceTermStateDefinition.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 ServiceTermStateDefinition ServiceTermStateType.xgetState()
          Gets (as xml) the "State" element
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type ServiceTermStateDefinition
 void ServiceTermStateType.xsetState(ServiceTermStateDefinition state)
          Sets (as xml) the "State" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return ServiceTermStateDefinition
 ServiceTermStateDefinition ServiceTermStateTypeImpl.xgetState()
          Gets (as xml) the "State" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type ServiceTermStateDefinition
 void ServiceTermStateTypeImpl.xsetState(ServiceTermStateDefinition state)
          Sets (as xml) the "State" element
 



Copyright © 2008-2012. All Rights Reserved.