org.ogf.schemas.graap.wsAgreement
Interface AgreementType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
AgreementTemplateType, NegotiationOfferType
All Known Implementing Classes:
AgreementTemplateTypeImpl, AgreementTypeImpl, NegotiationOfferTypeImpl

public interface AgreementType
extends org.apache.xmlbeans.XmlObject

An XML AgreementType(@http://schemas.ggf.org/graap/2007/03/ws-agreement). This is a complex type.


Nested Class Summary
static class AgreementType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 AgreementContextType addNewContext()
          Appends and returns a new empty "Context" element
 TermTreeType addNewTerms()
          Appends and returns a new empty "Terms" element
 String getAgreementId()
          Gets the "AgreementId" attribute
 AgreementContextType getContext()
          Gets the "Context" element
 String getName()
          Gets the "Name" element
 TermTreeType getTerms()
          Gets the "Terms" element
 boolean isSetAgreementId()
          True if has "AgreementId" attribute
 boolean isSetName()
          True if has "Name" element
 void setAgreementId(String agreementId)
          Sets the "AgreementId" attribute
 void setContext(AgreementContextType context)
          Sets the "Context" element
 void setName(String name)
          Sets the "Name" element
 void setTerms(TermTreeType terms)
          Sets the "Terms" element
 void unsetAgreementId()
          Unsets the "AgreementId" attribute
 void unsetName()
          Unsets the "Name" element
 org.apache.xmlbeans.XmlString xgetAgreementId()
          Gets (as xml) the "AgreementId" attribute
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "Name" element
 void xsetAgreementId(org.apache.xmlbeans.XmlString agreementId)
          Sets (as xml) the "AgreementId" attribute
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "Name" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getName

String getName()
Gets the "Name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "Name" element


isSetName

boolean isSetName()
True if has "Name" element


setName

void setName(String name)
Sets the "Name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element


unsetName

void unsetName()
Unsets the "Name" element


getContext

AgreementContextType getContext()
Gets the "Context" element


setContext

void setContext(AgreementContextType context)
Sets the "Context" element


addNewContext

AgreementContextType addNewContext()
Appends and returns a new empty "Context" element


getTerms

TermTreeType getTerms()
Gets the "Terms" element


setTerms

void setTerms(TermTreeType terms)
Sets the "Terms" element


addNewTerms

TermTreeType addNewTerms()
Appends and returns a new empty "Terms" element


getAgreementId

String getAgreementId()
Gets the "AgreementId" attribute


xgetAgreementId

org.apache.xmlbeans.XmlString xgetAgreementId()
Gets (as xml) the "AgreementId" attribute


isSetAgreementId

boolean isSetAgreementId()
True if has "AgreementId" attribute


setAgreementId

void setAgreementId(String agreementId)
Sets the "AgreementId" attribute


xsetAgreementId

void xsetAgreementId(org.apache.xmlbeans.XmlString agreementId)
Sets (as xml) the "AgreementId" attribute


unsetAgreementId

void unsetAgreementId()
Unsets the "AgreementId" attribute



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