public class ProviderHeader extends Object
ProviderHeader
class represents 'Provider' element defined
in SOAP binding schema.Constructor and Description |
---|
ProviderHeader(String providerID)
This constructor takes value of 'providerID' attribute which is
required.
|
Modifier and Type | Method and Description |
---|---|
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' attributeSOAPBindingException
- if the providerID is nullpublic 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.Copyright © 2010-2018, ForgeRock All Rights Reserved.