org.ogf.graap.wsag4j.types.engine
Interface SLAMonitoringNotificationEventType

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

public interface SLAMonitoringNotificationEventType
extends org.apache.xmlbeans.XmlObject

An XML SLAMonitoringNotificationEventType(@http://schemas.scai.fraunhofer.de/2008/11/wsag4j/engine). This is a complex type.


Nested Class Summary
static class SLAMonitoringNotificationEventType.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
 GuaranteeEvaluationResultType addNewGuaranteeEvaluationResult()
          Appends and returns a new empty value (as xml) as the last "GuaranteeEvaluationResult" element
 String getAgreementId()
          Gets the "agreementId" attribute
 GuaranteeEvaluationResultType[] getGuaranteeEvaluationResultArray()
          Gets array of all "GuaranteeEvaluationResult" elements
 GuaranteeEvaluationResultType getGuaranteeEvaluationResultArray(int i)
          Gets ith "GuaranteeEvaluationResult" element
 GuaranteeEvaluationResultType insertNewGuaranteeEvaluationResult(int i)
          Inserts and returns a new empty value (as xml) as the ith "GuaranteeEvaluationResult" element
 boolean isSetAgreementId()
          True if has "agreementId" attribute
 void removeGuaranteeEvaluationResult(int i)
          Removes the ith "GuaranteeEvaluationResult" element
 void setAgreementId(String agreementId)
          Sets the "agreementId" attribute
 void setGuaranteeEvaluationResultArray(GuaranteeEvaluationResultType[] guaranteeEvaluationResultArray)
          Sets array of all "GuaranteeEvaluationResult" element
 void setGuaranteeEvaluationResultArray(int i, GuaranteeEvaluationResultType guaranteeEvaluationResult)
          Sets ith "GuaranteeEvaluationResult" element
 int sizeOfGuaranteeEvaluationResultArray()
          Returns number of "GuaranteeEvaluationResult" element
 void unsetAgreementId()
          Unsets the "agreementId" attribute
 org.apache.xmlbeans.XmlString xgetAgreementId()
          Gets (as xml) the "agreementId" attribute
 void xsetAgreementId(org.apache.xmlbeans.XmlString agreementId)
          Sets (as xml) the "agreementId" attribute
 
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

getGuaranteeEvaluationResultArray

GuaranteeEvaluationResultType[] getGuaranteeEvaluationResultArray()
Gets array of all "GuaranteeEvaluationResult" elements


getGuaranteeEvaluationResultArray

GuaranteeEvaluationResultType getGuaranteeEvaluationResultArray(int i)
Gets ith "GuaranteeEvaluationResult" element


sizeOfGuaranteeEvaluationResultArray

int sizeOfGuaranteeEvaluationResultArray()
Returns number of "GuaranteeEvaluationResult" element


setGuaranteeEvaluationResultArray

void setGuaranteeEvaluationResultArray(GuaranteeEvaluationResultType[] guaranteeEvaluationResultArray)
Sets array of all "GuaranteeEvaluationResult" element


setGuaranteeEvaluationResultArray

void setGuaranteeEvaluationResultArray(int i,
                                       GuaranteeEvaluationResultType guaranteeEvaluationResult)
Sets ith "GuaranteeEvaluationResult" element


insertNewGuaranteeEvaluationResult

GuaranteeEvaluationResultType insertNewGuaranteeEvaluationResult(int i)
Inserts and returns a new empty value (as xml) as the ith "GuaranteeEvaluationResult" element


addNewGuaranteeEvaluationResult

GuaranteeEvaluationResultType addNewGuaranteeEvaluationResult()
Appends and returns a new empty value (as xml) as the last "GuaranteeEvaluationResult" element


removeGuaranteeEvaluationResult

void removeGuaranteeEvaluationResult(int i)
Removes the ith "GuaranteeEvaluationResult" element


getAgreementId

String getAgreementId()
Gets the "agreementId" attribute


xgetAgreementId

org.apache.xmlbeans.XmlString xgetAgreementId()
Gets (as xml) the "agreementId" attribute


isSetAgreementId

boolean isSetAgreementId()
True if has "agreementId" attribute


setAgreementId

void setAgreementId(String agreementId)
Sets the "agreementId" attribute


xsetAgreementId

void xsetAgreementId(org.apache.xmlbeans.XmlString agreementId)
Sets (as xml) the "agreementId" attribute


unsetAgreementId

void unsetAgreementId()
Unsets the "agreementId" attribute



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