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

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

public class CorrelationHeader
extends java.lang.Object

The CorrelationHeader class represents 'Correlation' element defined in SOAP binding schema. 'messageID' is a required attribute and will be generated automatically when a constructor is called.


Constructor Summary
CorrelationHeader()
          This is the default constructor.
 
Method Summary
 java.lang.String getActor()
          Returns value of 'actor' attribute.
 java.lang.String getId()
          Returns value of 'id' attribute.
 java.lang.String getMessageID()
          Returns value of 'messageID' attribute.
 java.lang.Boolean getMustUnderstand()
          Returns value of 'mustUnderstand' attribute.
 java.lang.String getRefToMessageID()
          Returns value of 'refToMessageID' attribute.
 java.util.Date getTimestamp()
          Returns value of 'timestamp' attribute.
 void setActor(java.lang.String actor)
          Sets value of 'actor' attribute.
 void setMustUnderstand(java.lang.Boolean mustUnderstand)
          Sets value of 'mustUnderstand' attribute.
 void setRefToMessageID(java.lang.String refToMessageID)
          Sets value of 'refToMessageID' attribute.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrelationHeader

public CorrelationHeader()
This is the default constructor.
Method Detail

getMessageID

public java.lang.String getMessageID()
Returns value of 'messageID' attribute.
Returns:
value of 'messageID' attribute

getRefToMessageID

public java.lang.String getRefToMessageID()
Returns value of 'refToMessageID' attribute.
Returns:
value of 'refToMessageID' 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

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

setRefToMessageID

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


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