public interface AttributeValueType extends ExpressionType, AttributeExtensibleXMLObject, ElementExtensibleXMLObject
Modifier and Type | Field and Description |
---|---|
static String |
DATA_TYPE_ATTRIB_NAME
DataType attribute name.
|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element AttributeValue.
|
static QName |
DEFAULT_ELEMENT_NAME
QName of the element AttributeValue.
|
static String |
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
SCHEMA_TYPE_NAME
QName of the XSI type.
|
DEFAULT_ELEMENT_NAME_XACML20
Modifier and Type | Method and Description |
---|---|
String |
getDataType()
Gets the data type of the designated attribute.
|
String |
getValue()
Gets the text content of the element.
|
void |
setDataType(String type)
Sets the data type of the designated attribute.
|
void |
setValue(String value)
Sets the text content of the element.
|
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
getUnknownAttributes
getUnknownXMLObjects, getUnknownXMLObjects
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String SCHEMA_TYPE_LOCAL_NAME
static final QName SCHEMA_TYPE_NAME
static final String DATA_TYPE_ATTRIB_NAME
String getDataType()
void setDataType(String type)
type
- data type of the designated attributeString getValue()
void setValue(String value)
value
- text content of the elementCopyright © 2016 JBoss by Red Hat. All rights reserved.