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

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

public interface CompensationType
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getUnit

String getUnit()
Gets the "Unit" element


xgetUnit

org.apache.xmlbeans.XmlString xgetUnit()
Gets (as xml) the "Unit" element


isSetUnit

boolean isSetUnit()
True if has "Unit" element


setUnit

void setUnit(String unit)
Sets the "Unit" element


xsetUnit

void xsetUnit(org.apache.xmlbeans.XmlString unit)
Sets (as xml) the "Unit" element


unsetUnit

void unsetUnit()
Unsets the "Unit" element


getValue

BigDecimal getValue()
Gets the "Value" element


xgetValue

org.apache.xmlbeans.XmlDecimal xgetValue()
Gets (as xml) the "Value" element


setValue

void setValue(BigDecimal value)
Sets the "Value" element


xsetValue

void xsetValue(org.apache.xmlbeans.XmlDecimal value)
Sets (as xml) the "Value" element



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