Interface Renewing

All Superinterfaces:
WSTrustObject, XMLObject
All Known Implementing Classes:
RenewingImpl

public interface Renewing extends WSTrustObject
The wst:Renewing element.
See Also:
  • "WS-Trust 1.3, Chapter 5 Renewal Binding."
  • Field Details

    • ELEMENT_LOCAL_NAME

      static final String ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • ELEMENT_NAME

      static final QName ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
    • ALLOW_ATTRIB_NAME

      static final String ALLOW_ATTRIB_NAME
      The wst:Renewing/@Allow attribute local name.
      See Also:
    • OK_ATTRIB_NAME

      static final String OK_ATTRIB_NAME
      The wst:Renewing/@OK attribute local name.
      See Also:
  • Method Details

    • isAllow

      Boolean isAllow()
      Returns the wst:Renewing/@Allow attribute value.
      Returns:
      the Allow attribute value
    • isAllowXSBoolean

      XSBooleanValue isAllowXSBoolean()
      Returns the wst:Renewing/@Allow attribute value.
      Returns:
      the Allow attribute value
    • setAllow

      void setAllow(Boolean allow)
      Sets the wst:Renewing/@Allow attribute value.
      Parameters:
      allow - the Allow attribute value.
    • setAllow

      void setAllow(XSBooleanValue allow)
      Sets the wst:Renewing/@Allow attribute value.
      Parameters:
      allow - the Allow attribute value.
    • isOK

      Boolean isOK()
      Returns the wst:Renewing/@OK attribute value.
      Returns:
      the OK attribute value
    • isOKXSBoolean

      XSBooleanValue isOKXSBoolean()
      Returns the wst:Renewing/@OK attribute value.
      Returns:
      the OK attribute value
    • setOK

      void setOK(Boolean ok)
      Sets the wst:Renewing/@OK attribute value.
      Parameters:
      ok - the OK attribute value.
    • setOK

      void setOK(XSBooleanValue ok)
      Sets the wst:Renewing/@OK attribute value.
      Parameters:
      ok - the OK attribute value.