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

Packages that use ServicePropertiesType
org.ogf.graap.wsag.server.monitoring   
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

Uses of ServicePropertiesType in org.ogf.graap.wsag.server.monitoring
 

Constructors in org.ogf.graap.wsag.server.monitoring with parameters of type ServicePropertiesType
ServicePropertyResolver(ServicePropertiesType properties, AgreementPropertiesType agreementProperties)
          Constructs a new resolver.
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type ServicePropertiesType
 void TermCompositorType.setServicePropertiesArray(int i, ServicePropertiesType serviceProperties)
          Sets ith "ServiceProperties" element
 void TermCompositorType.setServicePropertiesArray(ServicePropertiesType[] servicePropertiesArray)
          Sets array of all "ServiceProperties" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return ServicePropertiesType
 ServicePropertiesType TermCompositorTypeImpl.addNewServiceProperties()
          Appends and returns a new empty value (as xml) as the last "ServiceProperties" element
 ServicePropertiesType[] TermCompositorTypeImpl.getServicePropertiesArray()
          Gets array of all "ServiceProperties" elements
 ServicePropertiesType TermCompositorTypeImpl.getServicePropertiesArray(int i)
          Gets ith "ServiceProperties" element
 ServicePropertiesType TermCompositorTypeImpl.insertNewServiceProperties(int i)
          Inserts and returns a new empty value (as xml) as the ith "ServiceProperties" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type ServicePropertiesType
 void TermCompositorTypeImpl.setServicePropertiesArray(int i, ServicePropertiesType serviceProperties)
          Sets ith "ServiceProperties" element
 void TermCompositorTypeImpl.setServicePropertiesArray(ServicePropertiesType[] servicePropertiesArray)
          Sets array of all "ServiceProperties" element
 



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