|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TermTreeType in org.ogf.graap.wsag.api |
---|
Methods in org.ogf.graap.wsag.api that return TermTreeType | |
---|---|
TermTreeType |
NegotiationOffer.getTerms()
|
TermTreeType |
AgreementTemplate.getTerms()
|
TermTreeType |
AgreementOffer.getTerms()
|
TermTreeType |
Agreement.getTerms()
|
Methods in org.ogf.graap.wsag.api with parameters of type TermTreeType | |
---|---|
void |
NegotiationOffer.setTerms(TermTreeType terms)
|
void |
AgreementTemplate.setTerms(TermTreeType terms)
|
void |
AgreementOffer.setTerms(TermTreeType terms)
|
Uses of TermTreeType in org.ogf.graap.wsag.api.client |
---|
Methods in org.ogf.graap.wsag.api.client that return TermTreeType | |
---|---|
TermTreeType |
AgreementService.getTerms()
Returns the terms of the agreement instance. |
Uses of TermTreeType in org.ogf.graap.wsag.api.types |
---|
Methods in org.ogf.graap.wsag.api.types that return TermTreeType | |
---|---|
TermTreeType |
TemplateType.getTerms()
|
TermTreeType |
NegotiationOfferTypeImpl.getTerms()
|
TermTreeType |
AgreementOfferType.getTerms()
|
TermTreeType |
AbstractAgreementType.getTerms()
|
Methods in org.ogf.graap.wsag.api.types with parameters of type TermTreeType | |
---|---|
void |
TemplateType.setTerms(TermTreeType arg0)
|
void |
NegotiationOfferTypeImpl.setTerms(TermTreeType terms)
|
void |
AgreementOfferType.setTerms(TermTreeType terms)
|
void |
AbstractAgreementType.setTerms(TermTreeType terms)
Sets the terms of the agreement. |
Uses of TermTreeType in org.ogf.graap.wsag.client.impl |
---|
Methods in org.ogf.graap.wsag.client.impl that return TermTreeType | |
---|---|
TermTreeType |
AgreementImpl.getTerms()
Returns the terms of the agreement instance. |
Uses of TermTreeType in org.ogf.graap.wsag.client.local |
---|
Methods in org.ogf.graap.wsag.client.local that return TermTreeType | |
---|---|
TermTreeType |
LocalAgreementServiceImpl.getTerms()
Returns the terms of the agreement instance. |
Uses of TermTreeType in org.ogf.graap.wsag.client.remote |
---|
Methods in org.ogf.graap.wsag.client.remote that return TermTreeType | |
---|---|
TermTreeType |
RemoteAgreementServiceImpl.getTerms()
Returns the terms of the agreement instance. |
Uses of TermTreeType in org.ogf.graap.wsag.server.monitoring |
---|
Methods in org.ogf.graap.wsag.server.monitoring that return TermTreeType | |
---|---|
TermTreeType |
MonitorableAgreement.getTerms()
|
Uses of TermTreeType in org.ogf.graap.wsag.server.persistence.impl |
---|
Methods in org.ogf.graap.wsag.server.persistence.impl that return TermTreeType | |
---|---|
TermTreeType |
DatabasePersistentAgreement.getTerms()
|
Uses of TermTreeType in org.ogf.graap.wsag.wsrf.impl |
---|
Methods in org.ogf.graap.wsag.wsrf.impl that return TermTreeType | |
---|---|
TermTreeType |
PendingAgreementFacade.getTerms()
|
Uses of TermTreeType in org.ogf.schemas.graap.wsAgreement |
---|
Methods in org.ogf.schemas.graap.wsAgreement that return TermTreeType | |
---|---|
TermTreeType |
TermsDocument.addNewTerms()
Appends and returns a new empty "Terms" element |
TermTreeType |
AgreementType.addNewTerms()
Appends and returns a new empty "Terms" element |
TermTreeType |
AgreementStatePropertiesType.addNewTerms()
Appends and returns a new empty "Terms" element |
TermTreeType |
AgreementPropertiesType.addNewTerms()
Appends and returns a new empty "Terms" element |
TermTreeType |
TermsDocument.getTerms()
Gets the "Terms" element |
TermTreeType |
AgreementType.getTerms()
Gets the "Terms" element |
TermTreeType |
AgreementStatePropertiesType.getTerms()
Gets the "Terms" element |
TermTreeType |
AgreementPropertiesType.getTerms()
Gets the "Terms" element |
static TermTreeType |
TermTreeType.Factory.newInstance()
|
static TermTreeType |
TermTreeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TermTreeType |
TermTreeType.Factory.parse(File file)
|
static TermTreeType |
TermTreeType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static TermTreeType |
TermTreeType.Factory.parse(InputStream is)
|
static TermTreeType |
TermTreeType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TermTreeType |
TermTreeType.Factory.parse(Node node)
|
static TermTreeType |
TermTreeType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TermTreeType |
TermTreeType.Factory.parse(Reader r)
|
static TermTreeType |
TermTreeType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TermTreeType |
TermTreeType.Factory.parse(String xmlAsString)
|
static TermTreeType |
TermTreeType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static TermTreeType |
TermTreeType.Factory.parse(URL u)
|
static TermTreeType |
TermTreeType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TermTreeType |
TermTreeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static TermTreeType |
TermTreeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static TermTreeType |
TermTreeType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static TermTreeType |
TermTreeType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.ogf.schemas.graap.wsAgreement with parameters of type TermTreeType | |
---|---|
void |
TermsDocument.setTerms(TermTreeType terms)
Sets the "Terms" element |
void |
AgreementType.setTerms(TermTreeType terms)
Sets the "Terms" element |
void |
AgreementStatePropertiesType.setTerms(TermTreeType terms)
Sets the "Terms" element |
void |
AgreementPropertiesType.setTerms(TermTreeType terms)
Sets the "Terms" element |
Uses of TermTreeType in org.ogf.schemas.graap.wsAgreement.impl |
---|
Classes in org.ogf.schemas.graap.wsAgreement.impl that implement TermTreeType | |
---|---|
class |
TermTreeTypeImpl
An XML TermTreeType(@http://schemas.ggf.org/graap/2007/03/ws-agreement). |
Methods in org.ogf.schemas.graap.wsAgreement.impl that return TermTreeType | |
---|---|
TermTreeType |
TermsDocumentImpl.addNewTerms()
Appends and returns a new empty "Terms" element |
TermTreeType |
AgreementTypeImpl.addNewTerms()
Appends and returns a new empty "Terms" element |
TermTreeType |
AgreementStatePropertiesTypeImpl.addNewTerms()
Appends and returns a new empty "Terms" element |
TermTreeType |
AgreementPropertiesTypeImpl.addNewTerms()
Appends and returns a new empty "Terms" element |
TermTreeType |
TermsDocumentImpl.getTerms()
Gets the "Terms" element |
TermTreeType |
AgreementTypeImpl.getTerms()
Gets the "Terms" element |
TermTreeType |
AgreementStatePropertiesTypeImpl.getTerms()
Gets the "Terms" element |
TermTreeType |
AgreementPropertiesTypeImpl.getTerms()
Gets the "Terms" element |
Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type TermTreeType | |
---|---|
void |
TermsDocumentImpl.setTerms(TermTreeType terms)
Sets the "Terms" element |
void |
AgreementTypeImpl.setTerms(TermTreeType terms)
Sets the "Terms" element |
void |
AgreementStatePropertiesTypeImpl.setTerms(TermTreeType terms)
Sets the "Terms" element |
void |
AgreementPropertiesTypeImpl.setTerms(TermTreeType terms)
Sets the "Terms" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |