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

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

public class ProviderHeader
extends java.lang.Object

The ProviderHeader class represents 'Provider' element defined in SOAP binding schema.


Constructor Summary
ProviderHeader(java.lang.String providerID)
          This constructor takes value of 'providerID' attribute which is required.
 
Method Summary
 java.lang.String getActor()
          Returns value of 'actor' attribute.
 java.lang.String getAffiliationID()
          Returns value of 'affiliationID' attribute.
 java.lang.String getId()
          Returns value of 'id' attribute.
 java.lang.Boolean getMustUnderstand()
          Returns value of 'mustUnderstand' attribute.
 java.lang.String getProviderID()
          Returns value of 'providerID' attribute.
 void setActor(java.lang.String actor)
          Sets value of 'actor' attribute.
 void setAffiliationID(java.lang.String affiliationID)
          Sets value of affiliationID attribute
 void setMustUnderstand(java.lang.Boolean mustUnderstand)
          Sets value of 'mustUnderstand' attribute.
 void setProviderID(java.lang.String providerID)
          Sets value of 'providerID' attribute if the value is not null.
 void setSignFlag(boolean signFlag)
          Sets the sign flag.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderHeader

public ProviderHeader(java.lang.String providerID)
               throws SOAPBindingException
This constructor takes value of 'providerID' attribute which is required.
Parameters:
providerID - value of 'providerID' attribute
Throws:
SOAPBindingException - if the providerID is null
Method Detail

getProviderID

public java.lang.String getProviderID()
Returns value of 'providerID' attribute.
Returns:
value of 'providerID' attribute

getAffiliationID

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

setProviderID

public void setProviderID(java.lang.String providerID)
Sets value of 'providerID' attribute if the value is not null.
Parameters:
providerID - value of 'providerID' attribute

setAffiliationID

public void setAffiliationID(java.lang.String affiliationID)
Sets value of affiliationID attribute
Parameters:
affiliationID - value of affiliationID 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.