|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
org.decisiondeck.jmcda.persist.xmcda2.generated.impl.XValueImpl
public class XValueImpl
An XML value(@http://www.decision-deck.org/2009/XMCDA-2.1.0). This is a complex type.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.decisiondeck.jmcda.persist.xmcda2.generated.XValue |
|---|
XValue.Factory |
| Field Summary |
|---|
| Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
|---|
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER |
| Fields inherited from interface org.decisiondeck.jmcda.persist.xmcda2.generated.XValue |
|---|
type |
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Constructor Summary | |
|---|---|
XValueImpl(SchemaType sType)
|
|
| 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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl |
|---|
compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_text |
| Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
|---|
_copy, _copy, _set, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, hashCode, init_flags, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_newValue, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public XValueImpl(SchemaType sType)
| Method Detail |
|---|
public XDescription getDescription()
getDescription in interface XValuepublic boolean isSetDescription()
isSetDescription in interface XValuepublic void setDescription(XDescription description)
setDescription in interface XValuepublic XDescription addNewDescription()
addNewDescription in interface XValuepublic void unsetDescription()
unsetDescription in interface XValuepublic int getInteger()
getInteger in interface XValuepublic XmlInt xgetInteger()
xgetInteger in interface XValuepublic boolean isSetInteger()
isSetInteger in interface XValuepublic void setInteger(int integer)
setInteger in interface XValuepublic void xsetInteger(XmlInt integer)
xsetInteger in interface XValuepublic void unsetInteger()
unsetInteger in interface XValuepublic float getReal()
getReal in interface XValuepublic XmlFloat xgetReal()
xgetReal in interface XValuepublic boolean isSetReal()
isSetReal in interface XValuepublic void setReal(float real)
setReal in interface XValuepublic void xsetReal(XmlFloat real)
xsetReal in interface XValuepublic void unsetReal()
unsetReal in interface XValuepublic XInterval getInterval()
getInterval in interface XValuepublic boolean isSetInterval()
isSetInterval in interface XValuepublic void setInterval(XInterval interval)
setInterval in interface XValuepublic XInterval addNewInterval()
addNewInterval in interface XValuepublic void unsetInterval()
unsetInterval in interface XValuepublic XRational getRational()
getRational in interface XValuepublic boolean isSetRational()
isSetRational in interface XValuepublic void setRational(XRational rational)
setRational in interface XValuepublic XRational addNewRational()
addNewRational in interface XValuepublic void unsetRational()
unsetRational in interface XValuepublic String getLabel()
getLabel in interface XValuepublic XmlString xgetLabel()
xgetLabel in interface XValuepublic boolean isSetLabel()
isSetLabel in interface XValuepublic void setLabel(String label)
setLabel in interface XValuepublic void xsetLabel(XmlString label)
xsetLabel in interface XValuepublic void unsetLabel()
unsetLabel in interface XValuepublic XRankedLabel getRankedLabel()
getRankedLabel in interface XValuepublic boolean isSetRankedLabel()
isSetRankedLabel in interface XValuepublic void setRankedLabel(XRankedLabel rankedLabel)
setRankedLabel in interface XValuepublic XRankedLabel addNewRankedLabel()
addNewRankedLabel in interface XValuepublic void unsetRankedLabel()
unsetRankedLabel in interface XValuepublic boolean getBoolean()
getBoolean in interface XValuepublic XmlBoolean xgetBoolean()
xgetBoolean in interface XValuepublic boolean isSetBoolean()
isSetBoolean in interface XValuepublic void setBoolean(boolean xboolean)
setBoolean in interface XValuepublic void xsetBoolean(XmlBoolean xboolean)
xsetBoolean in interface XValuepublic void unsetBoolean()
unsetBoolean in interface XValuepublic String getNA()
getNA in interface XValuepublic XmlString xgetNA()
xgetNA in interface XValuepublic boolean isSetNA()
isSetNA in interface XValuepublic void setNA(String na)
setNA in interface XValuepublic void xsetNA(XmlString na)
xsetNA in interface XValuepublic void unsetNA()
unsetNA in interface XValuepublic byte[] getImage()
getImage in interface XValuepublic XmlBase64Binary xgetImage()
xgetImage in interface XValuepublic boolean isSetImage()
isSetImage in interface XValuepublic void setImage(byte[] image)
setImage in interface XValuepublic void xsetImage(XmlBase64Binary image)
xsetImage in interface XValuepublic void unsetImage()
unsetImage in interface XValuepublic String getImageRef()
getImageRef in interface XValuepublic XmlString xgetImageRef()
xgetImageRef in interface XValuepublic boolean isSetImageRef()
isSetImageRef in interface XValuepublic void setImageRef(String imageRef)
setImageRef in interface XValuepublic void xsetImageRef(XmlString imageRef)
xsetImageRef in interface XValuepublic void unsetImageRef()
unsetImageRef in interface XValuepublic String getId()
getId in interface XValuepublic XmlString xgetId()
xgetId in interface XValuepublic boolean isSetId()
isSetId in interface XValuepublic void setId(String id)
setId in interface XValuepublic void xsetId(XmlString id)
xsetId in interface XValuepublic void unsetId()
unsetId in interface XValuepublic String getName()
getName in interface XValuepublic XmlString xgetName()
xgetName in interface XValuepublic boolean isSetName()
isSetName in interface XValuepublic void setName(String name)
setName in interface XValuepublic void xsetName(XmlString name)
xsetName in interface XValuepublic void unsetName()
unsetName in interface XValuepublic String getMcdaConcept()
getMcdaConcept in interface XValuepublic XmlString xgetMcdaConcept()
xgetMcdaConcept in interface XValuepublic boolean isSetMcdaConcept()
isSetMcdaConcept in interface XValuepublic void setMcdaConcept(String mcdaConcept)
setMcdaConcept in interface XValuepublic void xsetMcdaConcept(XmlString mcdaConcept)
xsetMcdaConcept in interface XValuepublic void unsetMcdaConcept()
unsetMcdaConcept in interface XValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||