| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader
The ServiceInstanceUpdateHeader class represents
 ServiceInstanceUpdate element defined in SOAP binding schema.
| Inner Class Summary | |
| static class | ServiceInstanceUpdateHeader.CredentialThe ServiceInstanceUpdateHeader.Credentialclass represents
 'Credential' element inServiceInstanceUpdateelement
 defined in SOAP binding schema. | 
| Constructor Summary | |
| ServiceInstanceUpdateHeader()This is the default constructor. | |
| Method Summary | |
|  java.lang.String | getActor()Returns value of 'actor' attribute. | 
|  java.util.List | getCredentials()Returns a list of value of 'Credential' element. | 
|  java.lang.String | getEndpoint()Returns value of Endpointelement. | 
|  java.lang.String | getId()Returns value of idattribute. | 
|  java.lang.Boolean | getMustUnderstand()Returns value of mustUnderstandattribute. | 
|  java.util.List | getSecurityMechIDs()Returns a list of value of SecurityMechIDelement. | 
|  void | setActor(java.lang.String actor)Sets value of 'actor' attribute. | 
|  void | setCredentials(java.util.List credentials)Sets a list of value of 'Credential' element. | 
|  void | setEndpoint(java.lang.String endpoint)Sets value of Endpointelement. | 
|  void | setMustUnderstand(java.lang.Boolean mustUnderstand)Sets value of mustUnderstandattribute. | 
|  void | setSecurityMechIDs(java.util.List securityMechIDs)Sets a list of value of SecurityMechIDelement. | 
|  void | setSignFlag(boolean signFlag)Sets the sign flag. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ServiceInstanceUpdateHeader()
| Method Detail | 
public java.util.List getSecurityMechIDs()
SecurityMechID element. Each
 entry of the list will be a String object.SecurityMechID elementpublic java.util.List getCredentials()
ServiceInstanceUpdateHeader.Credential object.public java.lang.String getEndpoint()
Endpoint element.Endpoint elementpublic java.lang.String getId()
id attribute.id attributepublic java.lang.Boolean getMustUnderstand()
mustUnderstand attribute.mustUnderstand attributepublic java.lang.String getActor()
public void setSecurityMechIDs(java.util.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(java.util.List credentials)
ServiceInstanceUpdateHeader.Credential
      object.credentials - a list of value of 'Credential' elementpublic void setEndpoint(java.lang.String endpoint)
Endpoint element.endpoint - value of Endpoint element.public void setMustUnderstand(java.lang.Boolean mustUnderstand)
mustUnderstand attribute.mustUnderstand - value of mustUnderstand attributepublic void setActor(java.lang.String actor)
actor - value of 'actor' attribute.public void setSignFlag(boolean signFlag)
signFlag - the sign flag| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||