Class ServiceInstanceUpdateHeader.Credential

java.lang.Object
com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
Enclosing class:
ServiceInstanceUpdateHeader

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

    • Credential

      public Credential(Element child, Date notOnOrAfter)
      Constructor.
      Parameters:
      child - the Child element
      notOnOrAfter - a Date for notOnOrAfter attribute.
  • Method Details

    • getNotOnOrAfter

      public Date getNotOnOrAfter()
      Returns value of notOnOrAfter attribute.
      Returns:
      value of notOnOrAfter attribute.
    • getChild

      public Element getChild()
      Returns the child element.
      Returns:
      the child element.
    • setNotOnOrAfter

      public void setNotOnOrAfter(Date notOnOrAfter)
      Sets value of notOnOrAfter attribute.
      Parameters:
      notOnOrAfter - value of notOnOrAfter attribute.
    • setChild

      public void setChild(Element child)
      Sets the child element.
      Parameters:
      child - the child element.