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

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Subinterfaces:
XNumericValue
All Known Implementing Classes:
XNumericValueImpl, XValueImpl

public interface XValue
extends XmlObject

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


Nested Class Summary
static class XValue.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
 XDescription addNewDescription()
          Appends and returns a new empty "description" element
 XInterval addNewInterval()
          Appends and returns a new empty "interval" element
 XRankedLabel addNewRankedLabel()
          Appends and returns a new empty "rankedLabel" element
 XRational addNewRational()
          Appends and returns a new empty "rational" element
 boolean getBoolean()
          Gets the "boolean" element
 XDescription getDescription()
          Gets the "description" element
 String getId()
          Gets the "id" attribute
 byte[] getImage()
          Gets the "image" element
 String getImageRef()
          Gets the "imageRef" element
 int getInteger()
          Gets the "integer" element
 XInterval getInterval()
          Gets the "interval" element
 String getLabel()
          Gets the "label" element
 String getMcdaConcept()
          Gets the "mcdaConcept" attribute
 String getNA()
          Gets the "NA" element
 String getName()
          Gets the "name" attribute
 XRankedLabel getRankedLabel()
          Gets the "rankedLabel" element
 XRational getRational()
          Gets the "rational" element
 float getReal()
          Gets the "real" element
 boolean isSetBoolean()
          True if has "boolean" element
 boolean isSetDescription()
          True if has "description" element
 boolean isSetId()
          True if has "id" attribute
 boolean isSetImage()
          True if has "image" element
 boolean isSetImageRef()
          True if has "imageRef" element
 boolean isSetInteger()
          True if has "integer" element
 boolean isSetInterval()
          True if has "interval" element
 boolean isSetLabel()
          True if has "label" element
 boolean isSetMcdaConcept()
          True if has "mcdaConcept" attribute
 boolean isSetNA()
          True if has "NA" element
 boolean isSetName()
          True if has "name" attribute
 boolean isSetRankedLabel()
          True if has "rankedLabel" element
 boolean isSetRational()
          True if has "rational" element
 boolean isSetReal()
          True if has "real" element
 void setBoolean(boolean xboolean)
          Sets the "boolean" element
 void setDescription(XDescription description)
          Sets the "description" element
 void setId(String id)
          Sets the "id" attribute
 void setImage(byte[] image)
          Sets the "image" element
 void setImageRef(String imageRef)
          Sets the "imageRef" element
 void setInteger(int integer)
          Sets the "integer" element
 void setInterval(XInterval interval)
          Sets the "interval" element
 void setLabel(String label)
          Sets the "label" element
 void setMcdaConcept(String mcdaConcept)
          Sets the "mcdaConcept" attribute
 void setNA(String na)
          Sets the "NA" element
 void setName(String name)
          Sets the "name" attribute
 void setRankedLabel(XRankedLabel rankedLabel)
          Sets the "rankedLabel" element
 void setRational(XRational rational)
          Sets the "rational" element
 void setReal(float real)
          Sets the "real" element
 void unsetBoolean()
          Unsets the "boolean" element
 void unsetDescription()
          Unsets the "description" element
 void unsetId()
          Unsets the "id" attribute
 void unsetImage()
          Unsets the "image" element
 void unsetImageRef()
          Unsets the "imageRef" element
 void unsetInteger()
          Unsets the "integer" element
 void unsetInterval()
          Unsets the "interval" element
 void unsetLabel()
          Unsets the "label" element
 void unsetMcdaConcept()
          Unsets the "mcdaConcept" attribute
 void unsetNA()
          Unsets the "NA" element
 void unsetName()
          Unsets the "name" attribute
 void unsetRankedLabel()
          Unsets the "rankedLabel" element
 void unsetRational()
          Unsets the "rational" element
 void unsetReal()
          Unsets the "real" element
 XmlBoolean xgetBoolean()
          Gets (as xml) the "boolean" element
 XmlString xgetId()
          Gets (as xml) the "id" attribute
 XmlBase64Binary xgetImage()
          Gets (as xml) the "image" element
 XmlString xgetImageRef()
          Gets (as xml) the "imageRef" element
 XmlInt xgetInteger()
          Gets (as xml) the "integer" element
 XmlString xgetLabel()
          Gets (as xml) the "label" element
 XmlString xgetMcdaConcept()
          Gets (as xml) the "mcdaConcept" attribute
 XmlString xgetNA()
          Gets (as xml) the "NA" element
 XmlString xgetName()
          Gets (as xml) the "name" attribute
 XmlFloat xgetReal()
          Gets (as xml) the "real" element
 void xsetBoolean(XmlBoolean xboolean)
          Sets (as xml) the "boolean" element
 void xsetId(XmlString id)
          Sets (as xml) the "id" attribute
 void xsetImage(XmlBase64Binary image)
          Sets (as xml) the "image" element
 void xsetImageRef(XmlString imageRef)
          Sets (as xml) the "imageRef" element
 void xsetInteger(XmlInt integer)
          Sets (as xml) the "integer" element
 void xsetLabel(XmlString label)
          Sets (as xml) the "label" element
 void xsetMcdaConcept(XmlString mcdaConcept)
          Sets (as xml) the "mcdaConcept" attribute
 void xsetNA(XmlString na)
          Sets (as xml) the "NA" element
 void xsetName(XmlString name)
          Sets (as xml) the "name" attribute
 void xsetReal(XmlFloat real)
          Sets (as xml) the "real" 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

getDescription

XDescription getDescription()
Gets the "description" element


isSetDescription

boolean isSetDescription()
True if has "description" element


setDescription

void setDescription(XDescription description)
Sets the "description" element


addNewDescription

XDescription addNewDescription()
Appends and returns a new empty "description" element


unsetDescription

void unsetDescription()
Unsets the "description" element


getInteger

int getInteger()
Gets the "integer" element


xgetInteger

XmlInt xgetInteger()
Gets (as xml) the "integer" element


isSetInteger

boolean isSetInteger()
True if has "integer" element


setInteger

void setInteger(int integer)
Sets the "integer" element


xsetInteger

void xsetInteger(XmlInt integer)
Sets (as xml) the "integer" element


unsetInteger

void unsetInteger()
Unsets the "integer" element


getReal

float getReal()
Gets the "real" element


xgetReal

XmlFloat xgetReal()
Gets (as xml) the "real" element


isSetReal

boolean isSetReal()
True if has "real" element


setReal

void setReal(float real)
Sets the "real" element


xsetReal

void xsetReal(XmlFloat real)
Sets (as xml) the "real" element


unsetReal

void unsetReal()
Unsets the "real" element


getInterval

XInterval getInterval()
Gets the "interval" element


isSetInterval

boolean isSetInterval()
True if has "interval" element


setInterval

void setInterval(XInterval interval)
Sets the "interval" element


addNewInterval

XInterval addNewInterval()
Appends and returns a new empty "interval" element


unsetInterval

void unsetInterval()
Unsets the "interval" element


getRational

XRational getRational()
Gets the "rational" element


isSetRational

boolean isSetRational()
True if has "rational" element


setRational

void setRational(XRational rational)
Sets the "rational" element


addNewRational

XRational addNewRational()
Appends and returns a new empty "rational" element


unsetRational

void unsetRational()
Unsets the "rational" element


getLabel

String getLabel()
Gets the "label" element


xgetLabel

XmlString xgetLabel()
Gets (as xml) the "label" element


isSetLabel

boolean isSetLabel()
True if has "label" element


setLabel

void setLabel(String label)
Sets the "label" element


xsetLabel

void xsetLabel(XmlString label)
Sets (as xml) the "label" element


unsetLabel

void unsetLabel()
Unsets the "label" element


getRankedLabel

XRankedLabel getRankedLabel()
Gets the "rankedLabel" element


isSetRankedLabel

boolean isSetRankedLabel()
True if has "rankedLabel" element


setRankedLabel

void setRankedLabel(XRankedLabel rankedLabel)
Sets the "rankedLabel" element


addNewRankedLabel

XRankedLabel addNewRankedLabel()
Appends and returns a new empty "rankedLabel" element


unsetRankedLabel

void unsetRankedLabel()
Unsets the "rankedLabel" element


getBoolean

boolean getBoolean()
Gets the "boolean" element


xgetBoolean

XmlBoolean xgetBoolean()
Gets (as xml) the "boolean" element


isSetBoolean

boolean isSetBoolean()
True if has "boolean" element


setBoolean

void setBoolean(boolean xboolean)
Sets the "boolean" element


xsetBoolean

void xsetBoolean(XmlBoolean xboolean)
Sets (as xml) the "boolean" element


unsetBoolean

void unsetBoolean()
Unsets the "boolean" element


getNA

String getNA()
Gets the "NA" element


xgetNA

XmlString xgetNA()
Gets (as xml) the "NA" element


isSetNA

boolean isSetNA()
True if has "NA" element


setNA

void setNA(String na)
Sets the "NA" element


xsetNA

void xsetNA(XmlString na)
Sets (as xml) the "NA" element


unsetNA

void unsetNA()
Unsets the "NA" element


getImage

byte[] getImage()
Gets the "image" element


xgetImage

XmlBase64Binary xgetImage()
Gets (as xml) the "image" element


isSetImage

boolean isSetImage()
True if has "image" element


setImage

void setImage(byte[] image)
Sets the "image" element


xsetImage

void xsetImage(XmlBase64Binary image)
Sets (as xml) the "image" element


unsetImage

void unsetImage()
Unsets the "image" element


getImageRef

String getImageRef()
Gets the "imageRef" element


xgetImageRef

XmlString xgetImageRef()
Gets (as xml) the "imageRef" element


isSetImageRef

boolean isSetImageRef()
True if has "imageRef" element


setImageRef

void setImageRef(String imageRef)
Sets the "imageRef" element


xsetImageRef

void xsetImageRef(XmlString imageRef)
Sets (as xml) the "imageRef" element


unsetImageRef

void unsetImageRef()
Unsets the "imageRef" element


getId

String getId()
Gets the "id" attribute


xgetId

XmlString xgetId()
Gets (as xml) the "id" attribute


isSetId

boolean isSetId()
True if has "id" attribute


setId

void setId(String id)
Sets the "id" attribute


xsetId

void xsetId(XmlString id)
Sets (as xml) the "id" attribute


unsetId

void unsetId()
Unsets the "id" attribute


getName

String getName()
Gets the "name" attribute


xgetName

XmlString xgetName()
Gets (as xml) the "name" attribute


isSetName

boolean isSetName()
True if has "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(XmlString name)
Sets (as xml) the "name" attribute


unsetName

void unsetName()
Unsets the "name" attribute


getMcdaConcept

String getMcdaConcept()
Gets the "mcdaConcept" attribute


xgetMcdaConcept

XmlString xgetMcdaConcept()
Gets (as xml) the "mcdaConcept" attribute


isSetMcdaConcept

boolean isSetMcdaConcept()
True if has "mcdaConcept" attribute


setMcdaConcept

void setMcdaConcept(String mcdaConcept)
Sets the "mcdaConcept" attribute


xsetMcdaConcept

void xsetMcdaConcept(XmlString mcdaConcept)
Sets (as xml) the "mcdaConcept" attribute


unsetMcdaConcept

void unsetMcdaConcept()
Unsets the "mcdaConcept" attribute



Copyright © 2011. All Rights Reserved.