|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompensationType
An XML CompensationType(@http://schemas.scai.fraunhofer.de/2008/11/wsag4j/engine). This is a complex type.
Nested Class Summary | |
---|---|
static class |
CompensationType.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 | |
---|---|
String |
getUnit()
Gets the "Unit" element |
BigDecimal |
getValue()
Gets the "Value" element |
boolean |
isSetUnit()
True if has "Unit" element |
void |
setUnit(String unit)
Sets the "Unit" element |
void |
setValue(BigDecimal value)
Sets the "Value" element |
void |
unsetUnit()
Unsets the "Unit" element |
org.apache.xmlbeans.XmlString |
xgetUnit()
Gets (as xml) the "Unit" element |
org.apache.xmlbeans.XmlDecimal |
xgetValue()
Gets (as xml) the "Value" element |
void |
xsetUnit(org.apache.xmlbeans.XmlString unit)
Sets (as xml) the "Unit" element |
void |
xsetValue(org.apache.xmlbeans.XmlDecimal value)
Sets (as xml) the "Value" 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 getUnit()
org.apache.xmlbeans.XmlString xgetUnit()
boolean isSetUnit()
void setUnit(String unit)
void xsetUnit(org.apache.xmlbeans.XmlString unit)
void unsetUnit()
BigDecimal getValue()
org.apache.xmlbeans.XmlDecimal xgetValue()
void setValue(BigDecimal value)
void xsetValue(org.apache.xmlbeans.XmlDecimal value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |