Package com.sun.xml.ws.security.secext11
Class EncryptedHeaderType
java.lang.Object
com.sun.xml.ws.security.secext11.EncryptedHeaderType
Java class for EncryptedHeaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedHeaderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2001/04/xmlenc#}EncryptedData"/>
</sequence>
<attribute ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Id"/>
<attribute ref="{http://schemas.xmlsoap.org/soap/envelope/}actor"/>
<attribute ref="{http://schemas.xmlsoap.org/soap/envelope/}mustUnderstand"/>
<attribute ref="{http://www.w3.org/2003/05/soap-envelope}mustUnderstand"/>
<attribute ref="{http://www.w3.org/2003/05/soap-envelope}relay"/>
<attribute ref="{http://www.w3.org/2003/05/soap-envelope}role"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetActor()Gets the value of the actor property.Gets the value of the encryptedData property.getId()Gets the value of the id property.getRole()Gets the value of the role property.Gets the value of the mustUnderstand property.booleanGets the value of the mustUnderstand12 property.booleanisRelay()Gets the value of the relay property.voidSets the value of the actor property.voidSets the value of the encryptedData property.voidSets the value of the id property.voidsetMustUnderstand(Boolean value) Sets the value of the mustUnderstand property.voidsetMustUnderstand12(Boolean value) Sets the value of the mustUnderstand12 property.voidSets the value of the relay property.voidSets the value of the role property.
-
Field Details
-
encryptedData
-
id
-
actor
-
mustUnderstand
-
mustUnderstand12
-
relay
-
role
-
-
Constructor Details
-
EncryptedHeaderType
public EncryptedHeaderType()
-
-
Method Details
-
getEncryptedData
Gets the value of the encryptedData property.- Returns:
- possible object is
EncryptedDataType
-
setEncryptedData
Sets the value of the encryptedData property.- Parameters:
value- allowed object isEncryptedDataType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getActor
Gets the value of the actor property.- Returns:
- possible object is
String
-
setActor
Sets the value of the actor property.- Parameters:
value- allowed object isString
-
isMustUnderstand
Gets the value of the mustUnderstand property.- Returns:
- possible object is
String
-
setMustUnderstand
Sets the value of the mustUnderstand property.- Parameters:
value- allowed object isString
-
isMustUnderstand12
public boolean isMustUnderstand12()Gets the value of the mustUnderstand12 property.- Returns:
- possible object is
Boolean
-
setMustUnderstand12
Sets the value of the mustUnderstand12 property.- Parameters:
value- allowed object isBoolean
-
isRelay
public boolean isRelay()Gets the value of the relay property.- Returns:
- possible object is
Boolean
-
setRelay
Sets the value of the relay property.- Parameters:
value- allowed object isBoolean
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value- allowed object isString
-