public class BinarySecretImpl extends XSBase64BinaryImpl implements BinarySecret
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
type
The Type attribute value.
|
private AttributeMap |
unknownChildren
Wildcard attributes.
|
ELEMENT_LOCAL_NAME, ELEMENT_NAME, TYPE_ASYMMETRIC_KEY, TYPE_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME, TYPE_NONCE, TYPE_SYMMETRIC_KEY| Constructor and Description |
|---|
BinarySecretImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
java.lang.String |
getType()
Returns the wst:BinarySecret/@Type attribute value.
|
AttributeMap |
getUnknownAttributes()
Gets a mutable map of the attributes.
|
void |
setType(java.lang.String newType)
Sets the wst:BinarySecret/@Type attribute value.
|
getValue, setValuedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValue, setValuedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate java.lang.String type
private AttributeMap unknownChildren
public BinarySecretImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - namespace of the elementelementLocalName - name of the elementnamespacePrefix - namespace prefix of the elementpublic java.lang.String getType()
getType in interface BinarySecretpublic void setType(java.lang.String newType)
setType in interface BinarySecretnewType - the Type attribute value to set.public AttributeMap getUnknownAttributes()
getUnknownAttributes in interface AttributeExtensibleXMLObjectpublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObjectgetOrderedChildren in class XSBase64BinaryImpl