public interface Embedded extends AttributeExtensibleXMLObject, ElementExtensibleXMLObject, WSSecurityObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
ELEMENT_NAME
Qualified element name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
static java.lang.String |
VALUE_TYPE_ATTRIB_NAME
The wsse:Embedded/@ValueType attribute local name.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValueType()
Returns the ValueType attribute URI value.
|
void |
setValueType(java.lang.String newValueType)
Sets the ValueType attribute URI value.
|
getUnknownAttributesgetUnknownXMLObjects, getUnknownXMLObjectsdetach, 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, setSchemaLocationstatic final java.lang.String ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String VALUE_TYPE_ATTRIB_NAME
java.lang.String getValueType()
null.void setValueType(java.lang.String newValueType)
newValueType - the ValueType attribute value.