public interface LiteralDataDomainType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
LiteralDataDomainType.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 |
|---|---|
AllowedValuesDocument.AllowedValues |
addNewAllowedValues()
Appends and returns a new empty "AllowedValues" element
|
AnyValueDocument.AnyValue |
addNewAnyValue()
Appends and returns a new empty "AnyValue" element
|
DomainMetadataType |
addNewDataType()
Appends and returns a new empty "DataType" element
|
ValueType |
addNewDefaultValue()
Appends and returns a new empty "DefaultValue" element
|
DomainMetadataType |
addNewUOM()
Appends and returns a new empty "UOM" element
|
ValuesReferenceDocument.ValuesReference |
addNewValuesReference()
Appends and returns a new empty "ValuesReference" element
|
AllowedValuesDocument.AllowedValues |
getAllowedValues()
Gets the "AllowedValues" element
|
AnyValueDocument.AnyValue |
getAnyValue()
Gets the "AnyValue" element
|
DomainMetadataType |
getDataType()
Gets the "DataType" element
|
ValueType |
getDefaultValue()
Gets the "DefaultValue" element
|
DomainMetadataType |
getUOM()
Gets the "UOM" element
|
ValuesReferenceDocument.ValuesReference |
getValuesReference()
Gets the "ValuesReference" element
|
boolean |
isSetAllowedValues()
True if has "AllowedValues" element
|
boolean |
isSetAnyValue()
True if has "AnyValue" element
|
boolean |
isSetDataType()
True if has "DataType" element
|
boolean |
isSetDefaultValue()
True if has "DefaultValue" element
|
boolean |
isSetUOM()
True if has "UOM" element
|
boolean |
isSetValuesReference()
True if has "ValuesReference" element
|
void |
setAllowedValues(AllowedValuesDocument.AllowedValues allowedValues)
Sets the "AllowedValues" element
|
void |
setAnyValue(AnyValueDocument.AnyValue anyValue)
Sets the "AnyValue" element
|
void |
setDataType(DomainMetadataType dataType)
Sets the "DataType" element
|
void |
setDefaultValue(ValueType defaultValue)
Sets the "DefaultValue" element
|
void |
setUOM(DomainMetadataType uom)
Sets the "UOM" element
|
void |
setValuesReference(ValuesReferenceDocument.ValuesReference valuesReference)
Sets the "ValuesReference" element
|
void |
unsetAllowedValues()
Unsets the "AllowedValues" element
|
void |
unsetAnyValue()
Unsets the "AnyValue" element
|
void |
unsetDataType()
Unsets the "DataType" element
|
void |
unsetDefaultValue()
Unsets the "DefaultValue" element
|
void |
unsetUOM()
Unsets the "UOM" element
|
void |
unsetValuesReference()
Unsets the "ValuesReference" element
|
changeType, 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, xmlTextAllowedValuesDocument.AllowedValues getAllowedValues()
boolean isSetAllowedValues()
void setAllowedValues(AllowedValuesDocument.AllowedValues allowedValues)
AllowedValuesDocument.AllowedValues addNewAllowedValues()
void unsetAllowedValues()
AnyValueDocument.AnyValue getAnyValue()
boolean isSetAnyValue()
void setAnyValue(AnyValueDocument.AnyValue anyValue)
AnyValueDocument.AnyValue addNewAnyValue()
void unsetAnyValue()
ValuesReferenceDocument.ValuesReference getValuesReference()
boolean isSetValuesReference()
void setValuesReference(ValuesReferenceDocument.ValuesReference valuesReference)
ValuesReferenceDocument.ValuesReference addNewValuesReference()
void unsetValuesReference()
DomainMetadataType getDataType()
boolean isSetDataType()
void setDataType(DomainMetadataType dataType)
DomainMetadataType addNewDataType()
void unsetDataType()
DomainMetadataType getUOM()
boolean isSetUOM()
void setUOM(DomainMetadataType uom)
DomainMetadataType addNewUOM()
void unsetUOM()
ValueType getDefaultValue()
boolean isSetDefaultValue()
void setDefaultValue(ValueType defaultValue)
ValueType addNewDefaultValue()
void unsetDefaultValue()
Copyright © 2015–2018 52north.org. All rights reserved.