public class EncryptedHeaderType extends Object
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/}mustUnderstand"/> <attribute ref="{http://schemas.xmlsoap.org/soap/envelope/}actor"/> <attribute ref="{http://www.w3.org/2003/05/soap-envelope}mustUnderstand"/> <attribute ref="{http://www.w3.org/2003/05/soap-envelope}role"/> <attribute ref="{http://www.w3.org/2003/05/soap-envelope}relay"/> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
EncryptedHeaderType() |
Modifier and Type | Method and Description |
---|---|
String |
getActor()
Gets the value of the actor property.
|
org.apache.xml.security.binding.xmlenc.EncryptedDataType |
getEncryptedData()
Gets the value of the encryptedData property.
|
String |
getId()
Gets the value of the id property.
|
String |
getRole()
Gets the value of the role property.
|
Boolean |
isMustUnderstand11()
Gets the value of the mustUnderstand11 property.
|
boolean |
isMustUnderstand12()
Gets the value of the mustUnderstand12 property.
|
boolean |
isRelay()
Gets the value of the relay property.
|
void |
setActor(String value)
Sets the value of the actor property.
|
void |
setEncryptedData(org.apache.xml.security.binding.xmlenc.EncryptedDataType value)
Sets the value of the encryptedData property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMustUnderstand11(Boolean value)
Sets the value of the mustUnderstand11 property.
|
void |
setMustUnderstand12(Boolean value)
Sets the value of the mustUnderstand12 property.
|
void |
setRelay(Boolean value)
Sets the value of the relay property.
|
void |
setRole(String value)
Sets the value of the role property.
|
public org.apache.xml.security.binding.xmlenc.EncryptedDataType getEncryptedData()
EncryptedDataType
public void setEncryptedData(org.apache.xml.security.binding.xmlenc.EncryptedDataType value)
value
- allowed object is
EncryptedDataType
public void setId(String value)
value
- allowed object is
String
public Boolean isMustUnderstand11()
String
public void setMustUnderstand11(Boolean value)
value
- allowed object is
String
public String getActor()
String
public void setActor(String value)
value
- allowed object is
String
public boolean isMustUnderstand12()
Boolean
public void setMustUnderstand12(Boolean value)
value
- allowed object is
Boolean
public String getRole()
String
public void setRole(String value)
value
- allowed object is
String
public boolean isRelay()
Boolean
Copyright © 2019 JBoss by Red Hat. All rights reserved.