public class EncryptedHeaderImpl extends AbstractWSSecurityObject implements EncryptedHeader
EncryptedHeader
.ELEMENT_LOCAL_NAME, ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
WSU_ID_ATTR_LOCAL_NAME, WSU_ID_ATTR_NAME
SOAP11_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP11_MUST_UNDERSTAND_ATTR_NAME
SOAP11_ACTOR_ATTR_LOCAL_NAME, SOAP11_ACTOR_ATTR_NAME, SOAP11_ACTOR_NEXT
SOAP12_MUST_UNDERSTAND_ATTR_LOCAL_NAME, SOAP12_MUST_UNDERSTAND_ATTR_NAME
SOAP12_ROLE_ATTR_LOCAL_NAME, SOAP12_ROLE_ATTR_NAME
SOAP12_RELAY_ATTR_LOCAL_NAME, SOAP12_RELAY_ATTR_NAME
コンストラクタと説明 |
---|
EncryptedHeaderImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
EncryptedData |
getEncryptedData()
Gets the EncryptedData child element.
|
List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
String |
getSOAP11Actor()
Get the attribute value.
|
String |
getSOAP12Role()
Get the attribute value.
|
String |
getWSUId()
Returns the
@wsu:Id attribute value. |
Boolean |
isSOAP11MustUnderstand()
Get the attribute value.
|
XSBooleanValue |
isSOAP11MustUnderstandXSBoolean()
Get the attribute value.
|
Boolean |
isSOAP12MustUnderstand()
Get the attribute value.
|
XSBooleanValue |
isSOAP12MustUnderstandXSBoolean()
Get the attribute value.
|
Boolean |
isSOAP12Relay()
Get the attribute value.
|
XSBooleanValue |
isSOAP12RelayXSBoolean()
Get the attribute value.
|
void |
setEncryptedData(EncryptedData newEncryptedData)
Sets the EncryptedData child element.
|
void |
setSOAP11Actor(String newActor)
Set the attribute value.
|
void |
setSOAP11MustUnderstand(Boolean newMustUnderstand)
Set the attribute value.
|
void |
setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand)
Set the attribute value.
|
void |
setSOAP12MustUnderstand(Boolean newMustUnderstand)
Set the attribute value.
|
void |
setSOAP12MustUnderstand(XSBooleanValue newMustUnderstand)
Set the attribute value.
|
void |
setSOAP12Relay(Boolean newRelay)
Set the attribute value.
|
void |
setSOAP12Relay(XSBooleanValue newRelay)
Set the attribute value.
|
void |
setSOAP12Role(String newRole)
Set the attribute value.
|
void |
setWSUId(String newId)
Sets the
@wsu:Id attribute value. |
deregisterValidator, getValidators, registerValidator, validate, validateChildren
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
public EncryptedData getEncryptedData()
getEncryptedData
インタフェース内 EncryptedHeader
public void setEncryptedData(EncryptedData newEncryptedData)
setEncryptedData
インタフェース内 EncryptedHeader
newEncryptedData
- the new EncryptedData child elementpublic String getWSUId()
@wsu:Id
attribute value.public void setWSUId(String newId)
@wsu:Id
attribute value.public Boolean isSOAP11MustUnderstand()
public XSBooleanValue isSOAP11MustUnderstandXSBoolean()
public void setSOAP11MustUnderstand(Boolean newMustUnderstand)
newMustUnderstand
- the new attribute valuepublic void setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand)
newMustUnderstand
- the new attribute valuepublic String getSOAP11Actor()
getSOAP11Actor
インタフェース内 ActorBearing
public void setSOAP11Actor(String newActor)
setSOAP11Actor
インタフェース内 ActorBearing
newActor
- the new attribute valuepublic Boolean isSOAP12MustUnderstand()
isSOAP12MustUnderstand
インタフェース内 MustUnderstandBearing
public XSBooleanValue isSOAP12MustUnderstandXSBoolean()
isSOAP12MustUnderstandXSBoolean
インタフェース内 MustUnderstandBearing
public void setSOAP12MustUnderstand(Boolean newMustUnderstand)
setSOAP12MustUnderstand
インタフェース内 MustUnderstandBearing
newMustUnderstand
- the new attribute valuepublic void setSOAP12MustUnderstand(XSBooleanValue newMustUnderstand)
setSOAP12MustUnderstand
インタフェース内 MustUnderstandBearing
newMustUnderstand
- the new attribute valuepublic String getSOAP12Role()
getSOAP12Role
インタフェース内 RoleBearing
public void setSOAP12Role(String newRole)
setSOAP12Role
インタフェース内 RoleBearing
newRole
- the new attribute valuepublic Boolean isSOAP12Relay()
isSOAP12Relay
インタフェース内 RelayBearing
public XSBooleanValue isSOAP12RelayXSBoolean()
isSOAP12RelayXSBoolean
インタフェース内 RelayBearing
public void setSOAP12Relay(Boolean newRelay)
setSOAP12Relay
インタフェース内 RelayBearing
newRelay
- the new attribute valuepublic void setSOAP12Relay(XSBooleanValue newRelay)
setSOAP12Relay
インタフェース内 RelayBearing
newRelay
- the new attribute valuepublic List<XMLObject> getOrderedChildren()
getOrderedChildren
インタフェース内 XMLObject
getOrderedChildren
クラス内 AbstractWSSecurityObject
Copyright © 2012. All Rights Reserved.