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

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

public interface NegotiationOfferStateType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class NegotiationOfferStateType.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
 InnerNegotiationStateType addNewAcceptable()
          Appends and returns a new empty "Acceptable" element
 InnerNegotiationStateType addNewAdvisory()
          Appends and returns a new empty "Advisory" element
 InnerNegotiationStateType addNewRejected()
          Appends and returns a new empty "Rejected" element
 InnerNegotiationStateType addNewSolicited()
          Appends and returns a new empty "Solicited" element
 InnerNegotiationStateType getAcceptable()
          Gets the "Acceptable" element
 InnerNegotiationStateType getAdvisory()
          Gets the "Advisory" element
 InnerNegotiationStateType getRejected()
          Gets the "Rejected" element
 InnerNegotiationStateType getSolicited()
          Gets the "Solicited" element
 boolean isSetAcceptable()
          True if has "Acceptable" element
 boolean isSetAdvisory()
          True if has "Advisory" element
 boolean isSetRejected()
          True if has "Rejected" element
 boolean isSetSolicited()
          True if has "Solicited" element
 void setAcceptable(InnerNegotiationStateType acceptable)
          Sets the "Acceptable" element
 void setAdvisory(InnerNegotiationStateType advisory)
          Sets the "Advisory" element
 void setRejected(InnerNegotiationStateType rejected)
          Sets the "Rejected" element
 void setSolicited(InnerNegotiationStateType solicited)
          Sets the "Solicited" element
 void unsetAcceptable()
          Unsets the "Acceptable" element
 void unsetAdvisory()
          Unsets the "Advisory" element
 void unsetRejected()
          Unsets the "Rejected" element
 void unsetSolicited()
          Unsets the "Solicited" 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

getAdvisory

InnerNegotiationStateType getAdvisory()
Gets the "Advisory" element


isSetAdvisory

boolean isSetAdvisory()
True if has "Advisory" element


setAdvisory

void setAdvisory(InnerNegotiationStateType advisory)
Sets the "Advisory" element


addNewAdvisory

InnerNegotiationStateType addNewAdvisory()
Appends and returns a new empty "Advisory" element


unsetAdvisory

void unsetAdvisory()
Unsets the "Advisory" element


getSolicited

InnerNegotiationStateType getSolicited()
Gets the "Solicited" element


isSetSolicited

boolean isSetSolicited()
True if has "Solicited" element


setSolicited

void setSolicited(InnerNegotiationStateType solicited)
Sets the "Solicited" element


addNewSolicited

InnerNegotiationStateType addNewSolicited()
Appends and returns a new empty "Solicited" element


unsetSolicited

void unsetSolicited()
Unsets the "Solicited" element


getAcceptable

InnerNegotiationStateType getAcceptable()
Gets the "Acceptable" element


isSetAcceptable

boolean isSetAcceptable()
True if has "Acceptable" element


setAcceptable

void setAcceptable(InnerNegotiationStateType acceptable)
Sets the "Acceptable" element


addNewAcceptable

InnerNegotiationStateType addNewAcceptable()
Appends and returns a new empty "Acceptable" element


unsetAcceptable

void unsetAcceptable()
Unsets the "Acceptable" element


getRejected

InnerNegotiationStateType getRejected()
Gets the "Rejected" element


isSetRejected

boolean isSetRejected()
True if has "Rejected" element


setRejected

void setRejected(InnerNegotiationStateType rejected)
Sets the "Rejected" element


addNewRejected

InnerNegotiationStateType addNewRejected()
Appends and returns a new empty "Rejected" element


unsetRejected

void unsetRejected()
Unsets the "Rejected" element



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