org.ogf.schemas.graap.wsAgreement
Interface AgreementContextType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
AgreementContextTypeImpl

public interface AgreementContextType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class AgreementContextType.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
 org.apache.xmlbeans.XmlObject addNewAgreementInitiator()
          Appends and returns a new empty "AgreementInitiator" element
 org.apache.xmlbeans.XmlObject addNewAgreementResponder()
          Appends and returns a new empty "AgreementResponder" element
 org.apache.xmlbeans.XmlObject getAgreementInitiator()
          Gets the "AgreementInitiator" element
 org.apache.xmlbeans.XmlObject getAgreementResponder()
          Gets the "AgreementResponder" element
 Calendar getExpirationTime()
          Gets the "ExpirationTime" element
 AgreementRoleType.Enum getServiceProvider()
          Gets the "ServiceProvider" element
 String getTemplateId()
          Gets the "TemplateId" element
 String getTemplateName()
          Gets the "TemplateName" element
 boolean isSetAgreementInitiator()
          True if has "AgreementInitiator" element
 boolean isSetAgreementResponder()
          True if has "AgreementResponder" element
 boolean isSetExpirationTime()
          True if has "ExpirationTime" element
 boolean isSetTemplateId()
          True if has "TemplateId" element
 boolean isSetTemplateName()
          True if has "TemplateName" element
 void setAgreementInitiator(org.apache.xmlbeans.XmlObject agreementInitiator)
          Sets the "AgreementInitiator" element
 void setAgreementResponder(org.apache.xmlbeans.XmlObject agreementResponder)
          Sets the "AgreementResponder" element
 void setExpirationTime(Calendar expirationTime)
          Sets the "ExpirationTime" element
 void setServiceProvider(AgreementRoleType.Enum serviceProvider)
          Sets the "ServiceProvider" element
 void setTemplateId(String templateId)
          Sets the "TemplateId" element
 void setTemplateName(String templateName)
          Sets the "TemplateName" element
 void unsetAgreementInitiator()
          Unsets the "AgreementInitiator" element
 void unsetAgreementResponder()
          Unsets the "AgreementResponder" element
 void unsetExpirationTime()
          Unsets the "ExpirationTime" element
 void unsetTemplateId()
          Unsets the "TemplateId" element
 void unsetTemplateName()
          Unsets the "TemplateName" element
 org.apache.xmlbeans.XmlDateTime xgetExpirationTime()
          Gets (as xml) the "ExpirationTime" element
 AgreementRoleType xgetServiceProvider()
          Gets (as xml) the "ServiceProvider" element
 org.apache.xmlbeans.XmlString xgetTemplateId()
          Gets (as xml) the "TemplateId" element
 org.apache.xmlbeans.XmlString xgetTemplateName()
          Gets (as xml) the "TemplateName" element
 void xsetExpirationTime(org.apache.xmlbeans.XmlDateTime expirationTime)
          Sets (as xml) the "ExpirationTime" element
 void xsetServiceProvider(AgreementRoleType serviceProvider)
          Sets (as xml) the "ServiceProvider" element
 void xsetTemplateId(org.apache.xmlbeans.XmlString templateId)
          Sets (as xml) the "TemplateId" element
 void xsetTemplateName(org.apache.xmlbeans.XmlString templateName)
          Sets (as xml) the "TemplateName" 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

getAgreementInitiator

org.apache.xmlbeans.XmlObject getAgreementInitiator()
Gets the "AgreementInitiator" element


isSetAgreementInitiator

boolean isSetAgreementInitiator()
True if has "AgreementInitiator" element


setAgreementInitiator

void setAgreementInitiator(org.apache.xmlbeans.XmlObject agreementInitiator)
Sets the "AgreementInitiator" element


addNewAgreementInitiator

org.apache.xmlbeans.XmlObject addNewAgreementInitiator()
Appends and returns a new empty "AgreementInitiator" element


unsetAgreementInitiator

void unsetAgreementInitiator()
Unsets the "AgreementInitiator" element


getAgreementResponder

org.apache.xmlbeans.XmlObject getAgreementResponder()
Gets the "AgreementResponder" element


isSetAgreementResponder

boolean isSetAgreementResponder()
True if has "AgreementResponder" element


setAgreementResponder

void setAgreementResponder(org.apache.xmlbeans.XmlObject agreementResponder)
Sets the "AgreementResponder" element


addNewAgreementResponder

org.apache.xmlbeans.XmlObject addNewAgreementResponder()
Appends and returns a new empty "AgreementResponder" element


unsetAgreementResponder

void unsetAgreementResponder()
Unsets the "AgreementResponder" element


getServiceProvider

AgreementRoleType.Enum getServiceProvider()
Gets the "ServiceProvider" element


xgetServiceProvider

AgreementRoleType xgetServiceProvider()
Gets (as xml) the "ServiceProvider" element


setServiceProvider

void setServiceProvider(AgreementRoleType.Enum serviceProvider)
Sets the "ServiceProvider" element


xsetServiceProvider

void xsetServiceProvider(AgreementRoleType serviceProvider)
Sets (as xml) the "ServiceProvider" element


getExpirationTime

Calendar getExpirationTime()
Gets the "ExpirationTime" element


xgetExpirationTime

org.apache.xmlbeans.XmlDateTime xgetExpirationTime()
Gets (as xml) the "ExpirationTime" element


isSetExpirationTime

boolean isSetExpirationTime()
True if has "ExpirationTime" element


setExpirationTime

void setExpirationTime(Calendar expirationTime)
Sets the "ExpirationTime" element


xsetExpirationTime

void xsetExpirationTime(org.apache.xmlbeans.XmlDateTime expirationTime)
Sets (as xml) the "ExpirationTime" element


unsetExpirationTime

void unsetExpirationTime()
Unsets the "ExpirationTime" element


getTemplateId

String getTemplateId()
Gets the "TemplateId" element


xgetTemplateId

org.apache.xmlbeans.XmlString xgetTemplateId()
Gets (as xml) the "TemplateId" element


isSetTemplateId

boolean isSetTemplateId()
True if has "TemplateId" element


setTemplateId

void setTemplateId(String templateId)
Sets the "TemplateId" element


xsetTemplateId

void xsetTemplateId(org.apache.xmlbeans.XmlString templateId)
Sets (as xml) the "TemplateId" element


unsetTemplateId

void unsetTemplateId()
Unsets the "TemplateId" element


getTemplateName

String getTemplateName()
Gets the "TemplateName" element


xgetTemplateName

org.apache.xmlbeans.XmlString xgetTemplateName()
Gets (as xml) the "TemplateName" element


isSetTemplateName

boolean isSetTemplateName()
True if has "TemplateName" element


setTemplateName

void setTemplateName(String templateName)
Sets the "TemplateName" element


xsetTemplateName

void xsetTemplateName(org.apache.xmlbeans.XmlString templateName)
Sets (as xml) the "TemplateName" element


unsetTemplateName

void unsetTemplateName()
Unsets the "TemplateName" element



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