org.ogf.schemas.graap.wsAgreement
Interface CreatePendingAgreementInputType

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

public interface CreatePendingAgreementInputType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class CreatePendingAgreementInputType.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 addNewAgreementAcceptanceEPR()
          Appends and returns a new empty "AgreementAcceptanceEPR" element
 AgreementType addNewAgreementOffer()
          Appends and returns a new empty "AgreementOffer" element
 EndpointReferenceType addNewInitiatorAgreementEPR()
          Appends and returns a new empty "InitiatorAgreementEPR" element
 NoncriticalExtensionType addNewNoncriticalExtension()
          Appends and returns a new empty value (as xml) as the last "NoncriticalExtension" element
 EndpointReferenceType getAgreementAcceptanceEPR()
          Gets the "AgreementAcceptanceEPR" element
 AgreementType getAgreementOffer()
          Gets the "AgreementOffer" element
 EndpointReferenceType getInitiatorAgreementEPR()
          Gets the "InitiatorAgreementEPR" element
 NoncriticalExtensionType[] getNoncriticalExtensionArray()
          Gets array of all "NoncriticalExtension" elements
 NoncriticalExtensionType getNoncriticalExtensionArray(int i)
          Gets ith "NoncriticalExtension" element
 NoncriticalExtensionType insertNewNoncriticalExtension(int i)
          Inserts and returns a new empty value (as xml) as the ith "NoncriticalExtension" element
 boolean isSetAgreementAcceptanceEPR()
          True if has "AgreementAcceptanceEPR" element
 boolean isSetInitiatorAgreementEPR()
          True if has "InitiatorAgreementEPR" element
 void removeNoncriticalExtension(int i)
          Removes the ith "NoncriticalExtension" element
 void setAgreementAcceptanceEPR(EndpointReferenceType agreementAcceptanceEPR)
          Sets the "AgreementAcceptanceEPR" element
 void setAgreementOffer(AgreementType agreementOffer)
          Sets the "AgreementOffer" element
 void setInitiatorAgreementEPR(EndpointReferenceType initiatorAgreementEPR)
          Sets the "InitiatorAgreementEPR" element
 void setNoncriticalExtensionArray(int i, NoncriticalExtensionType noncriticalExtension)
          Sets ith "NoncriticalExtension" element
 void setNoncriticalExtensionArray(NoncriticalExtensionType[] noncriticalExtensionArray)
          Sets array of all "NoncriticalExtension" element
 int sizeOfNoncriticalExtensionArray()
          Returns number of "NoncriticalExtension" element
 void unsetAgreementAcceptanceEPR()
          Unsets the "AgreementAcceptanceEPR" element
 void unsetInitiatorAgreementEPR()
          Unsets the "InitiatorAgreementEPR" 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

getAgreementAcceptanceEPR

EndpointReferenceType getAgreementAcceptanceEPR()
Gets the "AgreementAcceptanceEPR" element


isSetAgreementAcceptanceEPR

boolean isSetAgreementAcceptanceEPR()
True if has "AgreementAcceptanceEPR" element


setAgreementAcceptanceEPR

void setAgreementAcceptanceEPR(EndpointReferenceType agreementAcceptanceEPR)
Sets the "AgreementAcceptanceEPR" element


addNewAgreementAcceptanceEPR

EndpointReferenceType addNewAgreementAcceptanceEPR()
Appends and returns a new empty "AgreementAcceptanceEPR" element


unsetAgreementAcceptanceEPR

void unsetAgreementAcceptanceEPR()
Unsets the "AgreementAcceptanceEPR" element


getInitiatorAgreementEPR

EndpointReferenceType getInitiatorAgreementEPR()
Gets the "InitiatorAgreementEPR" element


isSetInitiatorAgreementEPR

boolean isSetInitiatorAgreementEPR()
True if has "InitiatorAgreementEPR" element


setInitiatorAgreementEPR

void setInitiatorAgreementEPR(EndpointReferenceType initiatorAgreementEPR)
Sets the "InitiatorAgreementEPR" element


addNewInitiatorAgreementEPR

EndpointReferenceType addNewInitiatorAgreementEPR()
Appends and returns a new empty "InitiatorAgreementEPR" element


unsetInitiatorAgreementEPR

void unsetInitiatorAgreementEPR()
Unsets the "InitiatorAgreementEPR" element


getAgreementOffer

AgreementType getAgreementOffer()
Gets the "AgreementOffer" element


setAgreementOffer

void setAgreementOffer(AgreementType agreementOffer)
Sets the "AgreementOffer" element


addNewAgreementOffer

AgreementType addNewAgreementOffer()
Appends and returns a new empty "AgreementOffer" element


getNoncriticalExtensionArray

NoncriticalExtensionType[] getNoncriticalExtensionArray()
Gets array of all "NoncriticalExtension" elements


getNoncriticalExtensionArray

NoncriticalExtensionType getNoncriticalExtensionArray(int i)
Gets ith "NoncriticalExtension" element


sizeOfNoncriticalExtensionArray

int sizeOfNoncriticalExtensionArray()
Returns number of "NoncriticalExtension" element


setNoncriticalExtensionArray

void setNoncriticalExtensionArray(NoncriticalExtensionType[] noncriticalExtensionArray)
Sets array of all "NoncriticalExtension" element


setNoncriticalExtensionArray

void setNoncriticalExtensionArray(int i,
                                  NoncriticalExtensionType noncriticalExtension)
Sets ith "NoncriticalExtension" element


insertNewNoncriticalExtension

NoncriticalExtensionType insertNewNoncriticalExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "NoncriticalExtension" element


addNewNoncriticalExtension

NoncriticalExtensionType addNewNoncriticalExtension()
Appends and returns a new empty value (as xml) as the last "NoncriticalExtension" element


removeNoncriticalExtension

void removeNoncriticalExtension(int i)
Removes the ith "NoncriticalExtension" element



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