|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.liberty.ws.soapbinding.ProviderHeader
public class ProviderHeader
The ProviderHeader class represents 'Provider' element defined
in SOAP binding schema.
| Constructor Summary | |
|---|---|
ProviderHeader(String providerID)
This constructor takes value of 'providerID' attribute which is required. |
|
| Method Summary | |
|---|---|
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. |
| Constructor Detail |
|---|
public ProviderHeader(String providerID)
throws SOAPBindingException
providerID - value of 'providerID' attribute
SOAPBindingException - if the providerID is null| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||