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

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

public interface GuaranteeEvaluationResultType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GuaranteeEvaluationResultType.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
 CompensationType addNewCompensation()
          Appends and returns a new empty "Compensation" element
 GuaranteeEvaluationDetailType addNewDetails()
          Appends and returns a new empty "Details" element
 CompensationType getCompensation()
          Gets the "Compensation" element
 GuaranteeEvaluationDetailType getDetails()
          Gets the "Details" element
 int getImportance()
          Gets the "Importance" element
 String getName()
          Gets the "Name" element
 SLOEvaluationResultType.Enum getType()
          Gets the "Type" element
 boolean isSetCompensation()
          True if has "Compensation" element
 void setCompensation(CompensationType compensation)
          Sets the "Compensation" element
 void setDetails(GuaranteeEvaluationDetailType details)
          Sets the "Details" element
 void setImportance(int importance)
          Sets the "Importance" element
 void setName(String name)
          Sets the "Name" element
 void setType(SLOEvaluationResultType.Enum type)
          Sets the "Type" element
 void unsetCompensation()
          Unsets the "Compensation" element
 org.apache.xmlbeans.XmlInt xgetImportance()
          Gets (as xml) the "Importance" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "Name" element
 SLOEvaluationResultType xgetType()
          Gets (as xml) the "Type" element
 void xsetImportance(org.apache.xmlbeans.XmlInt importance)
          Sets (as xml) the "Importance" element
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "Name" element
 void xsetType(SLOEvaluationResultType type)
          Sets (as xml) the "Type" 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

getName

String getName()
Gets the "Name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "Name" element


setName

void setName(String name)
Sets the "Name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "Name" element


getType

SLOEvaluationResultType.Enum getType()
Gets the "Type" element


xgetType

SLOEvaluationResultType xgetType()
Gets (as xml) the "Type" element


setType

void setType(SLOEvaluationResultType.Enum type)
Sets the "Type" element


xsetType

void xsetType(SLOEvaluationResultType type)
Sets (as xml) the "Type" element


getImportance

int getImportance()
Gets the "Importance" element


xgetImportance

org.apache.xmlbeans.XmlInt xgetImportance()
Gets (as xml) the "Importance" element


setImportance

void setImportance(int importance)
Sets the "Importance" element


xsetImportance

void xsetImportance(org.apache.xmlbeans.XmlInt importance)
Sets (as xml) the "Importance" element


getCompensation

CompensationType getCompensation()
Gets the "Compensation" element


isSetCompensation

boolean isSetCompensation()
True if has "Compensation" element


setCompensation

void setCompensation(CompensationType compensation)
Sets the "Compensation" element


addNewCompensation

CompensationType addNewCompensation()
Appends and returns a new empty "Compensation" element


unsetCompensation

void unsetCompensation()
Unsets the "Compensation" element


getDetails

GuaranteeEvaluationDetailType getDetails()
Gets the "Details" element


setDetails

void setDetails(GuaranteeEvaluationDetailType details)
Sets the "Details" element


addNewDetails

GuaranteeEvaluationDetailType addNewDetails()
Appends and returns a new empty "Details" element



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