org.apache.wss4j.binding.wss11
Class EncryptedHeaderType

java.lang.Object
  extended by org.apache.wss4j.binding.wss11.EncryptedHeaderType

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>
 


Field Summary
protected  String actor
           
protected  org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedData
           
protected  String id
           
protected  Boolean mustUnderstand11
           
protected  Boolean mustUnderstand12
           
protected  Boolean relay
           
protected  String role
           
 
Constructor Summary
EncryptedHeaderType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

encryptedData

protected org.apache.xml.security.binding.xmlenc.EncryptedDataType encryptedData

id

protected String id

mustUnderstand11

protected Boolean mustUnderstand11

actor

protected String actor

mustUnderstand12

protected Boolean mustUnderstand12

role

protected String role

relay

protected Boolean relay
Constructor Detail

EncryptedHeaderType

public EncryptedHeaderType()
Method Detail

getEncryptedData

public org.apache.xml.security.binding.xmlenc.EncryptedDataType getEncryptedData()
Gets the value of the encryptedData property.

Returns:
possible object is EncryptedDataType

setEncryptedData

public void setEncryptedData(org.apache.xml.security.binding.xmlenc.EncryptedDataType value)
Sets the value of the encryptedData property.

Parameters:
value - allowed object is EncryptedDataType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isMustUnderstand11

public Boolean isMustUnderstand11()
Gets the value of the mustUnderstand11 property.

Returns:
possible object is String

setMustUnderstand11

public void setMustUnderstand11(Boolean value)
Sets the value of the mustUnderstand11 property.

Parameters:
value - allowed object is String

getActor

public String getActor()
Gets the value of the actor property.

Returns:
possible object is String

setActor

public void setActor(String value)
Sets the value of the actor property.

Parameters:
value - allowed object is String

isMustUnderstand12

public boolean isMustUnderstand12()
Gets the value of the mustUnderstand12 property.

Returns:
possible object is Boolean

setMustUnderstand12

public void setMustUnderstand12(Boolean value)
Sets the value of the mustUnderstand12 property.

Parameters:
value - allowed object is Boolean

getRole

public String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

public void setRole(String value)
Sets the value of the role property.

Parameters:
value - allowed object is String

isRelay

public boolean isRelay()
Gets the value of the relay property.

Returns:
possible object is Boolean

setRelay

public void setRelay(Boolean value)
Sets the value of the relay property.

Parameters:
value - allowed object is Boolean


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.