|
||||||||||
| 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 java.lang.String |
actor
|
protected EncryptedDataType |
encryptedData
|
protected java.lang.String |
id
|
protected java.lang.Boolean |
mustUnderstand
|
protected java.lang.Boolean |
mustUnderstand12
|
protected java.lang.Boolean |
relay
|
protected java.lang.String |
role
|
| Constructor Summary | |
|---|---|
EncryptedHeaderType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getActor()
Gets the value of the actor property. |
EncryptedDataType |
getEncryptedData()
Gets the value of the encryptedData property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getRole()
Gets the value of the role property. |
java.lang.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(java.lang.String value)
Sets the value of the actor property. |
void |
setEncryptedData(EncryptedDataType value)
Sets the value of the encryptedData property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setMustUnderstand(java.lang.Boolean value)
Sets the value of the mustUnderstand property. |
void |
setMustUnderstand12(java.lang.Boolean value)
Sets the value of the mustUnderstand12 property. |
void |
setRelay(java.lang.Boolean value)
Sets the value of the relay property. |
void |
setRole(java.lang.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 java.lang.String id
protected java.lang.String actor
protected java.lang.Boolean mustUnderstand
protected java.lang.Boolean mustUnderstand12
protected java.lang.Boolean relay
protected java.lang.String role
| Constructor Detail |
|---|
public EncryptedHeaderType()
| Method Detail |
|---|
public EncryptedDataType getEncryptedData()
EncryptedDataTypepublic void setEncryptedData(EncryptedDataType value)
value - allowed object is
EncryptedDataTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getActor()
Stringpublic void setActor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isMustUnderstand()
Stringpublic void setMustUnderstand(java.lang.Boolean value)
value - allowed object is
Stringpublic boolean isMustUnderstand12()
Booleanpublic void setMustUnderstand12(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isRelay()
Booleanpublic void setRelay(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getRole()
Stringpublic void setRole(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||