Class RenewingImpl

All Implemented Interfaces:
XMLObject, Renewing, WSTrustObject

public class RenewingImpl extends AbstractWSTrustObject implements Renewing
RenewingImpl.
  • Field Details

  • Constructor Details

    • RenewingImpl

      public RenewingImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - The namespace of the element
      elementLocalName - The local name of the element
      namespacePrefix - The namespace prefix of the element
  • Method Details

    • isAllow

      public Boolean isAllow()
      Returns the wst:Renewing/@Allow attribute value.
      Specified by:
      isAllow in interface Renewing
      Returns:
      the Allow attribute value
    • isAllowXSBoolean

      public XSBooleanValue isAllowXSBoolean()
      Returns the wst:Renewing/@Allow attribute value.
      Specified by:
      isAllowXSBoolean in interface Renewing
      Returns:
      the Allow attribute value
    • setAllow

      public void setAllow(Boolean newAllow)
      Sets the wst:Renewing/@Allow attribute value.
      Specified by:
      setAllow in interface Renewing
      Parameters:
      newAllow - the Allow attribute value.
    • setAllow

      public void setAllow(XSBooleanValue newAllow)
      Sets the wst:Renewing/@Allow attribute value.
      Specified by:
      setAllow in interface Renewing
      Parameters:
      newAllow - the Allow attribute value.
    • isOK

      public Boolean isOK()
      Returns the wst:Renewing/@OK attribute value.
      Specified by:
      isOK in interface Renewing
      Returns:
      the OK attribute value
    • isOKXSBoolean

      public XSBooleanValue isOKXSBoolean()
      Returns the wst:Renewing/@OK attribute value.
      Specified by:
      isOKXSBoolean in interface Renewing
      Returns:
      the OK attribute value
    • setOK

      public void setOK(Boolean newOK)
      Sets the wst:Renewing/@OK attribute value.
      Specified by:
      setOK in interface Renewing
      Parameters:
      newOK - the OK attribute value.
    • setOK

      public void setOK(XSBooleanValue newOK)
      Sets the wst:Renewing/@OK attribute value.
      Specified by:
      setOK in interface Renewing
      Parameters:
      newOK - the OK attribute value.
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements