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