|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GuaranteeEvaluationResultType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
SLOEvaluationResultType.Enum getType()
SLOEvaluationResultType xgetType()
void setType(SLOEvaluationResultType.Enum type)
void xsetType(SLOEvaluationResultType type)
int getImportance()
org.apache.xmlbeans.XmlInt xgetImportance()
void setImportance(int importance)
void xsetImportance(org.apache.xmlbeans.XmlInt importance)
CompensationType getCompensation()
boolean isSetCompensation()
void setCompensation(CompensationType compensation)
CompensationType addNewCompensation()
void unsetCompensation()
GuaranteeEvaluationDetailType getDetails()
void setDetails(GuaranteeEvaluationDetailType details)
GuaranteeEvaluationDetailType addNewDetails()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |