com.sun.identity.liberty.ws.soapbinding
クラス ProviderHeader

java.lang.Object
  上位を拡張 com.sun.identity.liberty.ws.soapbinding.ProviderHeader

public class ProviderHeader
extends Object

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


コンストラクタの概要
ProviderHeader(String providerID)
          This constructor takes value of 'providerID' attribute which is required.
 
メソッドの概要
 String getActor()
          Returns value of actor attribute.
 String getAffiliationID()
          Returns value of affiliationID attribute.
 String getId()
          Returns value of id attribute.
 Boolean getMustUnderstand()
          Returns value of mustUnderstand attribute.
 String getProviderID()
          Returns value of providerID attribute.
 void setActor(String actor)
          Sets value of actor attribute.
 void setAffiliationID(String affiliationID)
          Sets value of affiliationID attribute.
 void setMustUnderstand(Boolean mustUnderstand)
          Sets value of mustUnderstand attribute.
 void setProviderID(String providerID)
          Sets value of providerID attribute if the value is not null.
 void setSignFlag(boolean signFlag)
          Sets the sign flag.
 

コンストラクタの詳細

ProviderHeader

public ProviderHeader(String providerID)
               throws SOAPBindingException
This constructor takes value of 'providerID' attribute which is required.

パラメータ:
providerID - value of 'providerID' attribute
例外:
SOAPBindingException - if the providerID is null
メソッドの詳細

getProviderID

public String getProviderID()
Returns value of providerID attribute.

戻り値:
value of providerID attribute

getAffiliationID

public String getAffiliationID()
Returns value of affiliationID attribute.

戻り値:
value of affiliationID attribute.

getId

public String getId()
Returns value of id attribute.

戻り値:
value of id attribute

getMustUnderstand

public Boolean getMustUnderstand()
Returns value of mustUnderstand attribute.

戻り値:
value of mustUnderstand attribute

getActor

public String getActor()
Returns value of actor attribute.

戻り値:
value of actor attribute

setProviderID

public void setProviderID(String providerID)
Sets value of providerID attribute if the value is not null.

パラメータ:
providerID - value of providerID attribute

setAffiliationID

public void setAffiliationID(String affiliationID)
Sets value of affiliationID attribute.

パラメータ:
affiliationID - value of affiliationID attribute.

setMustUnderstand

public void setMustUnderstand(Boolean mustUnderstand)
Sets value of mustUnderstand attribute.

パラメータ:
mustUnderstand - value of mustUnderstand attribute

setActor

public void setActor(String actor)
Sets value of actor attribute.

パラメータ:
actor - value of actor attribute.

setSignFlag

public void setSignFlag(boolean signFlag)
Sets the sign flag. The header will be signed if the value is true.

パラメータ:
signFlag - the boolean value of the sign flag.