org.ogf.schemas.graap.wsAgreement.negotiation
Interface NegotiationContextType

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

public interface NegotiationContextType
extends org.apache.xmlbeans.XmlObject

An XML NegotiationContextType(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation). This is a complex type.


Nested Class Summary
static class NegotiationContextType.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
 EndpointReferenceType addNewAgreementFactoryEPR()
          Appends and returns a new empty "AgreementFactoryEPR" element
 org.apache.xmlbeans.XmlObject addNewNegotiationInitiator()
          Appends and returns a new empty "NegotiationInitiator" element
 org.apache.xmlbeans.XmlObject addNewNegotiationResponder()
          Appends and returns a new empty "NegotiationResponder" element
 NegotiationType addNewNegotiationType()
          Appends and returns a new empty "NegotiationType" element
 EndpointReferenceType getAgreementFactoryEPR()
          Gets the "AgreementFactoryEPR" element
 NegotiationRoleType.Enum getAgreementResponder()
          Gets the "AgreementResponder" element
 Calendar getExpirationTime()
          Gets the "ExpirationTime" element
 org.apache.xmlbeans.XmlObject getNegotiationInitiator()
          Gets the "NegotiationInitiator" element
 org.apache.xmlbeans.XmlObject getNegotiationResponder()
          Gets the "NegotiationResponder" element
 NegotiationType getNegotiationType()
          Gets the "NegotiationType" element
 boolean isSetAgreementFactoryEPR()
          True if has "AgreementFactoryEPR" element
 boolean isSetExpirationTime()
          True if has "ExpirationTime" element
 boolean isSetNegotiationInitiator()
          True if has "NegotiationInitiator" element
 boolean isSetNegotiationResponder()
          True if has "NegotiationResponder" element
 void setAgreementFactoryEPR(EndpointReferenceType agreementFactoryEPR)
          Sets the "AgreementFactoryEPR" element
 void setAgreementResponder(NegotiationRoleType.Enum agreementResponder)
          Sets the "AgreementResponder" element
 void setExpirationTime(Calendar expirationTime)
          Sets the "ExpirationTime" element
 void setNegotiationInitiator(org.apache.xmlbeans.XmlObject negotiationInitiator)
          Sets the "NegotiationInitiator" element
 void setNegotiationResponder(org.apache.xmlbeans.XmlObject negotiationResponder)
          Sets the "NegotiationResponder" element
 void setNegotiationType(NegotiationType negotiationType)
          Sets the "NegotiationType" element
 void unsetAgreementFactoryEPR()
          Unsets the "AgreementFactoryEPR" element
 void unsetExpirationTime()
          Unsets the "ExpirationTime" element
 void unsetNegotiationInitiator()
          Unsets the "NegotiationInitiator" element
 void unsetNegotiationResponder()
          Unsets the "NegotiationResponder" element
 NegotiationRoleType xgetAgreementResponder()
          Gets (as xml) the "AgreementResponder" element
 org.apache.xmlbeans.XmlDateTime xgetExpirationTime()
          Gets (as xml) the "ExpirationTime" element
 void xsetAgreementResponder(NegotiationRoleType agreementResponder)
          Sets (as xml) the "AgreementResponder" element
 void xsetExpirationTime(org.apache.xmlbeans.XmlDateTime expirationTime)
          Sets (as xml) the "ExpirationTime" 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

getNegotiationType

NegotiationType getNegotiationType()
Gets the "NegotiationType" element


setNegotiationType

void setNegotiationType(NegotiationType negotiationType)
Sets the "NegotiationType" element


addNewNegotiationType

NegotiationType addNewNegotiationType()
Appends and returns a new empty "NegotiationType" 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


getNegotiationInitiator

org.apache.xmlbeans.XmlObject getNegotiationInitiator()
Gets the "NegotiationInitiator" element


isSetNegotiationInitiator

boolean isSetNegotiationInitiator()
True if has "NegotiationInitiator" element


setNegotiationInitiator

void setNegotiationInitiator(org.apache.xmlbeans.XmlObject negotiationInitiator)
Sets the "NegotiationInitiator" element


addNewNegotiationInitiator

org.apache.xmlbeans.XmlObject addNewNegotiationInitiator()
Appends and returns a new empty "NegotiationInitiator" element


unsetNegotiationInitiator

void unsetNegotiationInitiator()
Unsets the "NegotiationInitiator" element


getNegotiationResponder

org.apache.xmlbeans.XmlObject getNegotiationResponder()
Gets the "NegotiationResponder" element


isSetNegotiationResponder

boolean isSetNegotiationResponder()
True if has "NegotiationResponder" element


setNegotiationResponder

void setNegotiationResponder(org.apache.xmlbeans.XmlObject negotiationResponder)
Sets the "NegotiationResponder" element


addNewNegotiationResponder

org.apache.xmlbeans.XmlObject addNewNegotiationResponder()
Appends and returns a new empty "NegotiationResponder" element


unsetNegotiationResponder

void unsetNegotiationResponder()
Unsets the "NegotiationResponder" element


getAgreementResponder

NegotiationRoleType.Enum getAgreementResponder()
Gets the "AgreementResponder" element


xgetAgreementResponder

NegotiationRoleType xgetAgreementResponder()
Gets (as xml) the "AgreementResponder" element


setAgreementResponder

void setAgreementResponder(NegotiationRoleType.Enum agreementResponder)
Sets the "AgreementResponder" element


xsetAgreementResponder

void xsetAgreementResponder(NegotiationRoleType agreementResponder)
Sets (as xml) the "AgreementResponder" element


getAgreementFactoryEPR

EndpointReferenceType getAgreementFactoryEPR()
Gets the "AgreementFactoryEPR" element


isSetAgreementFactoryEPR

boolean isSetAgreementFactoryEPR()
True if has "AgreementFactoryEPR" element


setAgreementFactoryEPR

void setAgreementFactoryEPR(EndpointReferenceType agreementFactoryEPR)
Sets the "AgreementFactoryEPR" element


addNewAgreementFactoryEPR

EndpointReferenceType addNewAgreementFactoryEPR()
Appends and returns a new empty "AgreementFactoryEPR" element


unsetAgreementFactoryEPR

void unsetAgreementFactoryEPR()
Unsets the "AgreementFactoryEPR" element



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