com.sun.identity.liberty.ws.soapbinding
Class ServiceInstanceUpdateHeader

java.lang.Object
  |
  +--com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader

public class ServiceInstanceUpdateHeader
extends java.lang.Object

The ServiceInstanceUpdateHeader class represents ServiceInstanceUpdate element defined in SOAP binding schema.


Inner Class Summary
static class ServiceInstanceUpdateHeader.Credential
          The ServiceInstanceUpdateHeader.Credential class represents 'Credential' element in ServiceInstanceUpdate element 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 Endpoint element.
 java.lang.String getId()
          Returns value of id attribute.
 java.lang.Boolean getMustUnderstand()
          Returns value of mustUnderstand attribute.
 java.util.List getSecurityMechIDs()
          Returns a list of value of SecurityMechID element.
 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 Endpoint element.
 void setMustUnderstand(java.lang.Boolean mustUnderstand)
          Sets value of mustUnderstand attribute.
 void setSecurityMechIDs(java.util.List securityMechIDs)
          Sets a list of value of SecurityMechID element.
 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

ServiceInstanceUpdateHeader

public ServiceInstanceUpdateHeader()
This is the default constructor.
Method Detail

getSecurityMechIDs

public java.util.List getSecurityMechIDs()
Returns a list of value of SecurityMechID element. Each entry of the list will be a String object.
Returns:
a list of value of SecurityMechID element

getCredentials

public java.util.List getCredentials()
Returns a list of value of 'Credential' element. Each entry of the list will be a ServiceInstanceUpdateHeader.Credential object.
Returns:
a list of value of 'Credential' element

getEndpoint

public java.lang.String getEndpoint()
Returns value of Endpoint element.
Returns:
value of Endpoint element

getId

public java.lang.String getId()
Returns value of id attribute.
Returns:
value of id attribute

getMustUnderstand

public java.lang.Boolean getMustUnderstand()
Returns value of mustUnderstand attribute.
Returns:
value of mustUnderstand attribute

getActor

public java.lang.String getActor()
Returns value of 'actor' attribute.
Returns:
value of 'actor' attribute

setSecurityMechIDs

public void setSecurityMechIDs(java.util.List securityMechIDs)
Sets a list of value of SecurityMechID element. Each entry of the list will be a String object.
Parameters:
securityMechIDs - a list of value of SecurityMechID element.

setCredentials

public void setCredentials(java.util.List credentials)
Sets a list of value of 'Credential' element. Each entry of the list will be a ServiceInstanceUpdateHeader.Credential object.
Parameters:
credentials - a list of value of 'Credential' element

setEndpoint

public void setEndpoint(java.lang.String endpoint)
Sets value of Endpoint element.
Parameters:
endpoint - value of Endpoint element.

setMustUnderstand

public void setMustUnderstand(java.lang.Boolean mustUnderstand)
Sets value of mustUnderstand attribute.
Parameters:
mustUnderstand - value of mustUnderstand attribute

setActor

public void setActor(java.lang.String actor)
Sets value of 'actor' attribute.
Parameters:
actor - value of 'actor' attribute.

setSignFlag

public void setSignFlag(boolean signFlag)
Sets the sign flag. True to sign this header. The default of the sign flag is false.
Parameters:
signFlag - the sign flag


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.