|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.soapbinding.ProviderHeader
public class ProviderHeader
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. |
| コンストラクタの詳細 |
|---|
public ProviderHeader(String providerID)
throws SOAPBindingException
providerID - value of 'providerID' attribute
SOAPBindingException - if the providerID is null| メソッドの詳細 |
|---|
public String getProviderID()
providerID attribute.
providerID attributepublic String getAffiliationID()
affiliationID attribute.
affiliationID attribute.public String getId()
id attribute.
id attributepublic Boolean getMustUnderstand()
mustUnderstand attribute.
mustUnderstand attributepublic String getActor()
actor attribute.
actor attributepublic void setProviderID(String providerID)
providerID attribute if the value is not null.
providerID - value of providerID attributepublic void setAffiliationID(String affiliationID)
affiliationID attribute.
affiliationID - value of affiliationID attribute.public void setMustUnderstand(Boolean mustUnderstand)
mustUnderstand attribute.
mustUnderstand - value of mustUnderstand attributepublic void setActor(String actor)
actor attribute.
actor - value of actor attribute.public void setSignFlag(boolean signFlag)
signFlag - the boolean value of the sign flag.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||