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

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

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

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

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type ServiceSelectorType
 void GuaranteeTermType.setServiceScopeArray(int i, ServiceSelectorType serviceScope)
          Sets ith "ServiceScope" element
 void GuaranteeTermType.setServiceScopeArray(ServiceSelectorType[] serviceScopeArray)
          Sets array of all "ServiceScope" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return ServiceSelectorType
 ServiceSelectorType GuaranteeTermTypeImpl.addNewServiceScope()
          Appends and returns a new empty value (as xml) as the last "ServiceScope" element
 ServiceSelectorType[] GuaranteeTermTypeImpl.getServiceScopeArray()
          Gets array of all "ServiceScope" elements
 ServiceSelectorType GuaranteeTermTypeImpl.getServiceScopeArray(int i)
          Gets ith "ServiceScope" element
 ServiceSelectorType GuaranteeTermTypeImpl.insertNewServiceScope(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceScope" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type ServiceSelectorType
 void GuaranteeTermTypeImpl.setServiceScopeArray(int i, ServiceSelectorType serviceScope)
          Sets ith "ServiceScope" element
 void GuaranteeTermTypeImpl.setServiceScopeArray(ServiceSelectorType[] serviceScopeArray)
          Sets array of all "ServiceScope" element
 



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