|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceDescriptionTermType | |
---|---|
org.ogf.schemas.graap.wsAgreement | |
org.ogf.schemas.graap.wsAgreement.impl |
Uses of ServiceDescriptionTermType in org.ogf.schemas.graap.wsAgreement |
---|
Methods in org.ogf.schemas.graap.wsAgreement that return ServiceDescriptionTermType | |
---|---|
ServiceDescriptionTermType |
TermCompositorType.addNewServiceDescriptionTerm()
Appends and returns a new empty value (as xml) as the last "ServiceDescriptionTerm" element |
ServiceDescriptionTermType[] |
TermCompositorType.getServiceDescriptionTermArray()
Gets array of all "ServiceDescriptionTerm" elements |
ServiceDescriptionTermType |
TermCompositorType.getServiceDescriptionTermArray(int i)
Gets ith "ServiceDescriptionTerm" element |
ServiceDescriptionTermType |
TermCompositorType.insertNewServiceDescriptionTerm(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceDescriptionTerm" element |
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.newInstance()
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(File file)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(InputStream is)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(Node node)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(Reader r)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(String xmlAsString)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(URL u)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static ServiceDescriptionTermType |
ServiceDescriptionTermType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.ogf.schemas.graap.wsAgreement with parameters of type ServiceDescriptionTermType | |
---|---|
void |
TermCompositorType.setServiceDescriptionTermArray(int i,
ServiceDescriptionTermType serviceDescriptionTerm)
Sets ith "ServiceDescriptionTerm" element |
void |
TermCompositorType.setServiceDescriptionTermArray(ServiceDescriptionTermType[] serviceDescriptionTermArray)
Sets array of all "ServiceDescriptionTerm" element |
Uses of ServiceDescriptionTermType in org.ogf.schemas.graap.wsAgreement.impl |
---|
Classes in org.ogf.schemas.graap.wsAgreement.impl that implement ServiceDescriptionTermType | |
---|---|
class |
ServiceDescriptionTermTypeImpl
An XML ServiceDescriptionTermType(@http://schemas.ggf.org/graap/2007/03/ws-agreement). |
Methods in org.ogf.schemas.graap.wsAgreement.impl that return ServiceDescriptionTermType | |
---|---|
ServiceDescriptionTermType |
TermCompositorTypeImpl.addNewServiceDescriptionTerm()
Appends and returns a new empty value (as xml) as the last "ServiceDescriptionTerm" element |
ServiceDescriptionTermType[] |
TermCompositorTypeImpl.getServiceDescriptionTermArray()
Gets array of all "ServiceDescriptionTerm" elements |
ServiceDescriptionTermType |
TermCompositorTypeImpl.getServiceDescriptionTermArray(int i)
Gets ith "ServiceDescriptionTerm" element |
ServiceDescriptionTermType |
TermCompositorTypeImpl.insertNewServiceDescriptionTerm(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceDescriptionTerm" element |
Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type ServiceDescriptionTermType | |
---|---|
void |
TermCompositorTypeImpl.setServiceDescriptionTermArray(int i,
ServiceDescriptionTermType serviceDescriptionTerm)
Sets ith "ServiceDescriptionTerm" element |
void |
TermCompositorTypeImpl.setServiceDescriptionTermArray(ServiceDescriptionTermType[] serviceDescriptionTermArray)
Sets array of all "ServiceDescriptionTerm" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |