Interface RenewingType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface RenewingType
    extends XmlObject
    An XML RenewingType(@http://docs.oasis-open.org/ws-sx/ws-trust/200512/). This is a complex type.
    • Method Detail

      • getAllow

        boolean getAllow()
        Gets the "Allow" attribute
      • xgetAllow

        XmlBoolean xgetAllow()
        Gets (as xml) the "Allow" attribute
      • isSetAllow

        boolean isSetAllow()
        True if has "Allow" attribute
      • setAllow

        void setAllow​(boolean allow)
        Sets the "Allow" attribute
      • xsetAllow

        void xsetAllow​(XmlBoolean allow)
        Sets (as xml) the "Allow" attribute
      • unsetAllow

        void unsetAllow()
        Unsets the "Allow" attribute
      • getOK

        boolean getOK()
        Gets the "OK" attribute
      • xgetOK

        XmlBoolean xgetOK()
        Gets (as xml) the "OK" attribute
      • isSetOK

        boolean isSetOK()
        True if has "OK" attribute
      • setOK

        void setOK​(boolean ok)
        Sets the "OK" attribute
      • xsetOK

        void xsetOK​(XmlBoolean ok)
        Sets (as xml) the "OK" attribute
      • unsetOK

        void unsetOK()
        Unsets the "OK" attribute