com.sun.identity.liberty.ws.soapbinding
Class ConsentHeader

java.lang.Object
  |
  +--com.sun.identity.liberty.ws.soapbinding.ConsentHeader

public class ConsentHeader
extends java.lang.Object

The ConsentHeader class represents 'Consent' element defined in SOAP binding schema.


Constructor Summary
ConsentHeader(java.lang.String uri)
          This constructor takes value of 'uri' attribute which is required.
 
Method Summary
 java.lang.String getActor()
          Returns value of 'actor' attribute.
 java.lang.String getId()
          Returns value of 'id' attribute.
 java.lang.Boolean getMustUnderstand()
          Returns value of 'mustUnderstand' attribute.
 java.util.Date getTimestamp()
          Returns value of 'timestamp' attribute.
 java.lang.String getUri()
          Returns value of uri attribute.
 void setActor(java.lang.String actor)
          Sets value of 'actor' attribute.
 void setMustUnderstand(java.lang.Boolean mustUnderstand)
          Sets value of 'mustUnderstand' attribute.
 void setSignFlag(boolean signFlag)
          Sets the sign flag.
 void setUri(java.lang.String uri)
          Sets value of 'uri' attribute.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsentHeader

public ConsentHeader(java.lang.String uri)
This constructor takes value of 'uri' attribute which is required.
Method Detail

getUri

public java.lang.String getUri()
Returns value of uri attribute.
Returns:
value of uri attribute.

getTimestamp

public java.util.Date getTimestamp()
Returns value of 'timestamp' attribute.
Returns:
value of 'timestamp' attribute

getId

public java.lang.String getId()
Returns value of 'id' attribute.
Returns:
value of 'id' attribute

getMustUnderstand

public java.lang.Boolean getMustUnderstand()
Returns value of 'mustUnderstand' attribute.
Returns:
value of 'mustUnderstand' attribute

getActor

public java.lang.String getActor()
Returns value of 'actor' attribute.
Returns:
value of 'actor' attribute

setUri

public void setUri(java.lang.String uri)
Sets value of 'uri' attribute.
Parameters:
uri - value of 'uri' attribute

setMustUnderstand

public void setMustUnderstand(java.lang.Boolean mustUnderstand)
Sets value of 'mustUnderstand' attribute.
Parameters:
mustUnderstand - value of 'mustUnderstand' attribute

setActor

public void setActor(java.lang.String actor)
Sets value of 'actor' attribute.
Parameters:
actor - value of 'actor' attribute

setSignFlag

public void setSignFlag(boolean signFlag)
Sets the sign flag. True to sign this header. The default of the sign flag is false.
Parameters:
signFlag - the sign flag


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.