|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.security.secext11.EncryptedHeaderType
public class 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 | |
|---|---|
protected String |
actor
|
protected EncryptedDataType |
encryptedData
|
protected String |
id
|
protected Boolean |
mustUnderstand
|
protected Boolean |
mustUnderstand12
|
protected Boolean |
relay
|
protected String |
role
|
| Constructor Summary | |
|---|---|
EncryptedHeaderType()
|
|
| Method Summary | |
|---|---|
String |
getActor()
Gets the value of the actor property. |
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 |
isMustUnderstand()
Gets the value of the mustUnderstand 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(EncryptedDataType value)
Sets the value of the encryptedData property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMustUnderstand(Boolean value)
Sets the value of the mustUnderstand 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EncryptedDataType encryptedData
protected String id
protected String actor
protected Boolean mustUnderstand
protected Boolean mustUnderstand12
protected Boolean relay
protected String role
| Constructor Detail |
|---|
public EncryptedHeaderType()
| Method Detail |
|---|
public EncryptedDataType getEncryptedData()
EncryptedDataTypepublic void setEncryptedData(EncryptedDataType value)
value - allowed object is
EncryptedDataTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getActor()
Stringpublic void setActor(String value)
value - allowed object is
Stringpublic Boolean isMustUnderstand()
Stringpublic void setMustUnderstand(Boolean value)
value - allowed object is
Stringpublic boolean isMustUnderstand12()
Booleanpublic void setMustUnderstand12(Boolean value)
value - allowed object is
Booleanpublic boolean isRelay()
Booleanpublic void setRelay(Boolean value)
value - allowed object is
Booleanpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||