Class ServiceInstanceUpdateHeader


  • public class ServiceInstanceUpdateHeader
    extends Object
    The ServiceInstanceUpdateHeader class represents ServiceInstanceUpdate element defined in SOAP binding schema.
    • Constructor Detail

      • ServiceInstanceUpdateHeader

        public ServiceInstanceUpdateHeader()
        Default Constructor.
    • Method Detail

      • getSecurityMechIDs

        public 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 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 Credential elements.
      • getEndpoint

        public String getEndpoint()
        Returns value of Endpoint element.
        Returns:
        value of Endpoint element
      • getId

        public String getId()
        Returns value of id attribute.
        Returns:
        value of id attribute.
      • getMustUnderstand

        public Boolean getMustUnderstand()
        Returns value of mustUnderstand attribute.
        Returns:
        value of mustUnderstand attribute.
      • getActor

        public String getActor()
        Returns value of actor attribute.
        Returns:
        value of actor attribute.
      • setSecurityMechIDs

        public void setSecurityMechIDs​(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​(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​(String endpoint)
        Sets value of Endpoint element.
        Parameters:
        endpoint - value of Endpoint element.
      • setMustUnderstand

        public void setMustUnderstand​(Boolean mustUnderstand)
        Sets value of mustUnderstand attribute.
        Parameters:
        mustUnderstand - value of mustUnderstand attribute.
      • setActor

        public void setActor​(String actor)
        Sets value of actor attribute.
        Parameters:
        actor - value of actor attribute.
      • setSignFlag

        public void setSignFlag​(boolean signFlag)
        Sets the sign flag. The header is signed if the value is true.
        Parameters:
        signFlag - the sign flag