public class ServiceInstanceUpdateHeader extends Object
ServiceInstanceUpdateHeader
class represents
ServiceInstanceUpdate
element defined in SOAP binding schema.Modifier and Type | Class and Description |
---|---|
static class |
ServiceInstanceUpdateHeader.Credential
The
ServiceInstanceUpdateHeader.Credential class represents
Credential element in ServiceInstanceUpdate
element defined in SOAP binding schema. |
Constructor and Description |
---|
ServiceInstanceUpdateHeader()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getActor()
Returns value of
actor attribute. |
List |
getCredentials()
Returns a list of value of
Credential element. |
String |
getEndpoint()
Returns value of
Endpoint element. |
String |
getId()
Returns value of
id attribute. |
Boolean |
getMustUnderstand()
Returns value of
mustUnderstand attribute. |
List |
getSecurityMechIDs()
Returns a list of value of
SecurityMechID element. |
void |
setActor(String actor)
Sets value of
actor attribute. |
void |
setCredentials(List credentials)
Sets a list of value of
Credential element. |
void |
setEndpoint(String endpoint)
Sets value of
Endpoint element. |
void |
setMustUnderstand(Boolean mustUnderstand)
Sets value of
mustUnderstand attribute. |
void |
setSecurityMechIDs(List securityMechIDs)
Sets a list of value of
SecurityMechID element. |
void |
setSignFlag(boolean signFlag)
Sets the sign flag.
|
public ServiceInstanceUpdateHeader()
public List getSecurityMechIDs()
SecurityMechID
element. Each
entry of the list will be a String object.SecurityMechID
elementpublic List getCredentials()
Credential
element. Each entry of the list
will be a ServiceInstanceUpdateHeader.Credential
object.Credential
elements.public String getEndpoint()
Endpoint
element.Endpoint
elementpublic String getId()
id
attribute.id
attribute.public Boolean getMustUnderstand()
mustUnderstand
attribute.mustUnderstand
attribute.public String getActor()
actor
attribute.actor
attribute.public void setSecurityMechIDs(List securityMechIDs)
SecurityMechID
element. Each entry
of the list will be a String object.securityMechIDs
- a list of value of SecurityMechID
element.public void setCredentials(List credentials)
Credential
element. Each entry of the
list will be a ServiceInstanceUpdateHeader.Credential
object.credentials
- a list of value of Credential
elementpublic void setEndpoint(String endpoint)
Endpoint
element.endpoint
- value of Endpoint
element.public void setMustUnderstand(Boolean mustUnderstand)
mustUnderstand
attribute.mustUnderstand
- value of mustUnderstand
attribute.public void setActor(String actor)
actor
attribute.actor
- value of actor
attribute.public void setSignFlag(boolean signFlag)
signFlag
- the sign flagCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.