public static interface LiteralValueDocument.LiteralValue extends ValueType
| Modifier and Type | Interface and Description |
|---|---|
static class |
LiteralValueDocument.LiteralValue.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType()
Gets the "dataType" attribute
|
String |
getUom()
Gets the "uom" attribute
|
boolean |
isSetDataType()
True if has "dataType" attribute
|
boolean |
isSetUom()
True if has "uom" attribute
|
void |
setDataType(String dataType)
Sets the "dataType" attribute
|
void |
setUom(String uom)
Sets the "uom" attribute
|
void |
unsetDataType()
Unsets the "dataType" attribute
|
void |
unsetUom()
Unsets the "uom" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetDataType()
Gets (as xml) the "dataType" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetUom()
Gets (as xml) the "uom" attribute
|
void |
xsetDataType(org.apache.xmlbeans.XmlAnyURI dataType)
Sets (as xml) the "dataType" attribute
|
void |
xsetUom(org.apache.xmlbeans.XmlAnyURI uom)
Sets (as xml) the "uom" attribute
|
getStringValue, set, setStringValue, stringValuechangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getDataType()
org.apache.xmlbeans.XmlAnyURI xgetDataType()
boolean isSetDataType()
void setDataType(String dataType)
void xsetDataType(org.apache.xmlbeans.XmlAnyURI dataType)
void unsetDataType()
String getUom()
org.apache.xmlbeans.XmlAnyURI xgetUom()
boolean isSetUom()
void setUom(String uom)
void xsetUom(org.apache.xmlbeans.XmlAnyURI uom)
void unsetUom()
Copyright © 2015–2018 52north.org. All rights reserved.