org.decisiondeck.jmcda.persist.xmcda2.generated
Interface XQuantitative

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
XQuantitativeImpl

public interface XQuantitative
extends XmlObject

An XML quantitative(@http://www.decision-deck.org/2009/XMCDA-2.1.0). This is a complex type.


Nested Class Summary
static class XQuantitative.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 XNumericValue addNewMaximum()
          Appends and returns a new empty "maximum" element
 XNumericValue addNewMinimum()
          Appends and returns a new empty "minimum" element
 XNumericValue getMaximum()
          Gets the "maximum" element
 XNumericValue getMinimum()
          Gets the "minimum" element
 XPreferenceDirection.Enum getPreferenceDirection()
          Gets the "preferenceDirection" element
 boolean isSetMaximum()
          True if has "maximum" element
 boolean isSetMinimum()
          True if has "minimum" element
 boolean isSetPreferenceDirection()
          True if has "preferenceDirection" element
 void setMaximum(XNumericValue maximum)
          Sets the "maximum" element
 void setMinimum(XNumericValue minimum)
          Sets the "minimum" element
 void setPreferenceDirection(XPreferenceDirection.Enum preferenceDirection)
          Sets the "preferenceDirection" element
 void unsetMaximum()
          Unsets the "maximum" element
 void unsetMinimum()
          Unsets the "minimum" element
 void unsetPreferenceDirection()
          Unsets the "preferenceDirection" element
 XPreferenceDirection xgetPreferenceDirection()
          Gets (as xml) the "preferenceDirection" element
 void xsetPreferenceDirection(XPreferenceDirection preferenceDirection)
          Sets (as xml) the "preferenceDirection" 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 SchemaType type
Method Detail

getPreferenceDirection

XPreferenceDirection.Enum getPreferenceDirection()
Gets the "preferenceDirection" element


xgetPreferenceDirection

XPreferenceDirection xgetPreferenceDirection()
Gets (as xml) the "preferenceDirection" element


isSetPreferenceDirection

boolean isSetPreferenceDirection()
True if has "preferenceDirection" element


setPreferenceDirection

void setPreferenceDirection(XPreferenceDirection.Enum preferenceDirection)
Sets the "preferenceDirection" element


xsetPreferenceDirection

void xsetPreferenceDirection(XPreferenceDirection preferenceDirection)
Sets (as xml) the "preferenceDirection" element


unsetPreferenceDirection

void unsetPreferenceDirection()
Unsets the "preferenceDirection" element


getMinimum

XNumericValue getMinimum()
Gets the "minimum" element


isSetMinimum

boolean isSetMinimum()
True if has "minimum" element


setMinimum

void setMinimum(XNumericValue minimum)
Sets the "minimum" element


addNewMinimum

XNumericValue addNewMinimum()
Appends and returns a new empty "minimum" element


unsetMinimum

void unsetMinimum()
Unsets the "minimum" element


getMaximum

XNumericValue getMaximum()
Gets the "maximum" element


isSetMaximum

boolean isSetMaximum()
True if has "maximum" element


setMaximum

void setMaximum(XNumericValue maximum)
Sets the "maximum" element


addNewMaximum

XNumericValue addNewMaximum()
Appends and returns a new empty "maximum" element


unsetMaximum

void unsetMaximum()
Unsets the "maximum" element



Copyright © 2011. All Rights Reserved.