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

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

public interface NegotiationOfferContextType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class NegotiationOfferContextType.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
 NegotiationOfferStateType addNewState()
          Appends and returns a new empty "State" element
 String getCounterOfferTo()
          Gets the "CounterOfferTo" element
 NegotiationRoleType.Enum getCreator()
          Gets the "Creator" element
 Calendar getExpirationTime()
          Gets the "ExpirationTime" element
 NegotiationOfferStateType getState()
          Gets the "State" element
 boolean isSetExpirationTime()
          True if has "ExpirationTime" element
 void setCounterOfferTo(String counterOfferTo)
          Sets the "CounterOfferTo" element
 void setCreator(NegotiationRoleType.Enum creator)
          Sets the "Creator" element
 void setExpirationTime(Calendar expirationTime)
          Sets the "ExpirationTime" element
 void setState(NegotiationOfferStateType state)
          Sets the "State" element
 void unsetExpirationTime()
          Unsets the "ExpirationTime" element
 org.apache.xmlbeans.XmlString xgetCounterOfferTo()
          Gets (as xml) the "CounterOfferTo" element
 NegotiationRoleType xgetCreator()
          Gets (as xml) the "Creator" element
 org.apache.xmlbeans.XmlDateTime xgetExpirationTime()
          Gets (as xml) the "ExpirationTime" element
 void xsetCounterOfferTo(org.apache.xmlbeans.XmlString counterOfferTo)
          Sets (as xml) the "CounterOfferTo" element
 void xsetCreator(NegotiationRoleType creator)
          Sets (as xml) the "Creator" 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

getCounterOfferTo

String getCounterOfferTo()
Gets the "CounterOfferTo" element


xgetCounterOfferTo

org.apache.xmlbeans.XmlString xgetCounterOfferTo()
Gets (as xml) the "CounterOfferTo" element


setCounterOfferTo

void setCounterOfferTo(String counterOfferTo)
Sets the "CounterOfferTo" element


xsetCounterOfferTo

void xsetCounterOfferTo(org.apache.xmlbeans.XmlString counterOfferTo)
Sets (as xml) the "CounterOfferTo" 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


getCreator

NegotiationRoleType.Enum getCreator()
Gets the "Creator" element


xgetCreator

NegotiationRoleType xgetCreator()
Gets (as xml) the "Creator" element


setCreator

void setCreator(NegotiationRoleType.Enum creator)
Sets the "Creator" element


xsetCreator

void xsetCreator(NegotiationRoleType creator)
Sets (as xml) the "Creator" element


getState

NegotiationOfferStateType getState()
Gets the "State" element


setState

void setState(NegotiationOfferStateType state)
Sets the "State" element


addNewState

NegotiationOfferStateType addNewState()
Appends and returns a new empty "State" element



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