public interface IXMLValue extends IValue
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE
type ID
|
MODEL_ID
Modifier and Type | Method and Description |
---|---|
boolean |
isSimpleType()
returns true if this is a simple type, false for complex types or elements.
|
boolean |
isType()
returns true if this is a type (complex or simple), false if an element.
|
java.lang.String |
stringValue()
returns the value for simple types (can be null)
|
javax.xml.namespace.QName |
xmlType()
returns the QName of this XML Schema definition
|
XmlObject |
xmlValue()
returns the value for complex types or elements (can be null)
|
modelID
static final java.lang.String TYPE
javax.xml.namespace.QName xmlType()
boolean isType()
boolean isSimpleType()
java.lang.String stringValue()
XmlObject xmlValue()