public class EncryptedHeaderImpl extends AbstractWSSecurityObject implements EncryptedHeader
EncryptedHeader.| Modifier and Type | Field and Description |
|---|---|
private EncryptedData |
encryptedData
EncryptedData child element.
|
private java.lang.String |
soap11Actor
The
@soap11:actor atribute. |
private XSBooleanValue |
soap11MustUnderstand
The
@soap11:mustUnderstand atribute. |
private XSBooleanValue |
soap12MustUnderstand
The
@soap12:mustUnderstand atribute. |
private XSBooleanValue |
soap12Relay
The
@soap12:relay atribute. |
private java.lang.String |
soap12Role
The
@soap12:role atribute. |
private java.lang.String |
wsuId
The
@wsu:Id atribute. |
ELEMENT_LOCAL_NAME, ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAMEWSU_ID_ATTR_LOCAL_NAME, WSU_ID_ATTR_NAMESOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP11_MUST_UNDERSTAND_ATTR_NAMESOAP11_ACTOR_ATTR_LOCAL_NAME, SOAP11_ACTOR_ATTR_NAME, SOAP11_ACTOR_NEXTSOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP12_MUST_UNDERSTAND_ATTR_NAMESOAP12_ROLE_ATTR_LOCAL_NAME, SOAP12_ROLE_ATTR_NAMESOAP12_RELAY_ATTR_LOCAL_NAME, SOAP12_RELAY_ATTR_NAME| Constructor and Description |
|---|
EncryptedHeaderImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedData |
getEncryptedData()
Gets the EncryptedData child element.
|
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 |
getSOAP11Actor()
Get the attribute value.
|
java.lang.String |
getSOAP12Role()
Get the attribute value.
|
java.lang.String |
getWSUId()
Returns the
@wsu:Id attribute value. |
java.lang.Boolean |
isSOAP11MustUnderstand()
Get the attribute value.
|
XSBooleanValue |
isSOAP11MustUnderstandXSBoolean()
Get the attribute value.
|
java.lang.Boolean |
isSOAP12MustUnderstand()
Get the attribute value.
|
XSBooleanValue |
isSOAP12MustUnderstandXSBoolean()
Get the attribute value.
|
java.lang.Boolean |
isSOAP12Relay()
Get the attribute value.
|
XSBooleanValue |
isSOAP12RelayXSBoolean()
Get the attribute value.
|
void |
setEncryptedData(EncryptedData newEncryptedData)
Sets the EncryptedData child element.
|
void |
setSOAP11Actor(java.lang.String newActor)
Set the attribute value.
|
void |
setSOAP11MustUnderstand(java.lang.Boolean newMustUnderstand)
Set the attribute value.
|
void |
setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand)
Set the attribute value.
|
void |
setSOAP12MustUnderstand(java.lang.Boolean newMustUnderstand)
Set the attribute value.
|
void |
setSOAP12MustUnderstand(XSBooleanValue newMustUnderstand)
Set the attribute value.
|
void |
setSOAP12Relay(java.lang.Boolean newRelay)
Set the attribute value.
|
void |
setSOAP12Relay(XSBooleanValue newRelay)
Set the attribute value.
|
void |
setSOAP12Role(java.lang.String newRole)
Set the attribute value.
|
void |
setWSUId(java.lang.String newId)
Sets the
@wsu:Id attribute value. |
detach, 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, waitdetach, 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 EncryptedData encryptedData
private java.lang.String wsuId
@wsu:Id atribute.private XSBooleanValue soap11MustUnderstand
@soap11:mustUnderstand atribute.private java.lang.String soap11Actor
@soap11:actor atribute.private XSBooleanValue soap12MustUnderstand
@soap12:mustUnderstand atribute.private java.lang.String soap12Role
@soap12:role atribute.private XSBooleanValue soap12Relay
@soap12:relay atribute.public EncryptedHeaderImpl(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 EncryptedData getEncryptedData()
getEncryptedData in interface EncryptedHeaderpublic void setEncryptedData(EncryptedData newEncryptedData)
setEncryptedData in interface EncryptedHeadernewEncryptedData - the new EncryptedData child elementpublic java.lang.String getWSUId()
@wsu:Id attribute value.public void setWSUId(java.lang.String newId)
@wsu:Id attribute value.public java.lang.Boolean isSOAP11MustUnderstand()
public XSBooleanValue isSOAP11MustUnderstandXSBoolean()
public void setSOAP11MustUnderstand(java.lang.Boolean newMustUnderstand)
newMustUnderstand - the new attribute valuepublic void setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand)
newMustUnderstand - the new attribute valuepublic java.lang.String getSOAP11Actor()
getSOAP11Actor in interface ActorBearingpublic void setSOAP11Actor(java.lang.String newActor)
setSOAP11Actor in interface ActorBearingnewActor - the new attribute valuepublic java.lang.Boolean isSOAP12MustUnderstand()
isSOAP12MustUnderstand in interface MustUnderstandBearingpublic XSBooleanValue isSOAP12MustUnderstandXSBoolean()
isSOAP12MustUnderstandXSBoolean in interface MustUnderstandBearingpublic void setSOAP12MustUnderstand(java.lang.Boolean newMustUnderstand)
setSOAP12MustUnderstand in interface MustUnderstandBearingnewMustUnderstand - the new attribute valuepublic void setSOAP12MustUnderstand(XSBooleanValue newMustUnderstand)
setSOAP12MustUnderstand in interface MustUnderstandBearingnewMustUnderstand - the new attribute valuepublic java.lang.String getSOAP12Role()
getSOAP12Role in interface RoleBearingpublic void setSOAP12Role(java.lang.String newRole)
setSOAP12Role in interface RoleBearingnewRole - the new attribute valuepublic java.lang.Boolean isSOAP12Relay()
isSOAP12Relay in interface RelayBearingpublic XSBooleanValue isSOAP12RelayXSBoolean()
isSOAP12RelayXSBoolean in interface RelayBearingpublic void setSOAP12Relay(java.lang.Boolean newRelay)
setSOAP12Relay in interface RelayBearingnewRelay - the new attribute valuepublic void setSOAP12Relay(XSBooleanValue newRelay)
setSOAP12Relay in interface RelayBearingnewRelay - the new attribute valuepublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObjectgetOrderedChildren in class AbstractWSSecurityObject