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

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

public interface NegotiationType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class NegotiationType.Factory
          A factory class with static methods for creating instances of this type.
static interface NegotiationType.Negotiation
          An XML Negotiation(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation).
static interface NegotiationType.Renegotiation
          An XML Renegotiation(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation).
 
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
 NegotiationType.Negotiation addNewNegotiation()
          Appends and returns a new empty "Negotiation" element
 NegotiationType.Renegotiation addNewRenegotiation()
          Appends and returns a new empty "Renegotiation" element
 NegotiationType.Negotiation getNegotiation()
          Gets the "Negotiation" element
 NegotiationType.Renegotiation getRenegotiation()
          Gets the "Renegotiation" element
 boolean isSetNegotiation()
          True if has "Negotiation" element
 boolean isSetRenegotiation()
          True if has "Renegotiation" element
 void setNegotiation(NegotiationType.Negotiation negotiation)
          Sets the "Negotiation" element
 void setRenegotiation(NegotiationType.Renegotiation renegotiation)
          Sets the "Renegotiation" element
 void unsetNegotiation()
          Unsets the "Negotiation" element
 void unsetRenegotiation()
          Unsets the "Renegotiation" 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

getNegotiation

NegotiationType.Negotiation getNegotiation()
Gets the "Negotiation" element


isSetNegotiation

boolean isSetNegotiation()
True if has "Negotiation" element


setNegotiation

void setNegotiation(NegotiationType.Negotiation negotiation)
Sets the "Negotiation" element


addNewNegotiation

NegotiationType.Negotiation addNewNegotiation()
Appends and returns a new empty "Negotiation" element


unsetNegotiation

void unsetNegotiation()
Unsets the "Negotiation" element


getRenegotiation

NegotiationType.Renegotiation getRenegotiation()
Gets the "Renegotiation" element


isSetRenegotiation

boolean isSetRenegotiation()
True if has "Renegotiation" element


setRenegotiation

void setRenegotiation(NegotiationType.Renegotiation renegotiation)
Sets the "Renegotiation" element


addNewRenegotiation

NegotiationType.Renegotiation addNewRenegotiation()
Appends and returns a new empty "Renegotiation" element


unsetRenegotiation

void unsetRenegotiation()
Unsets the "Renegotiation" element



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