Interface KeySizeDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface KeySizeDocument
    extends XmlObject
    A document containing one KeySize(@http://docs.oasis-open.org/ws-sx/ws-trust/200512/) element. This is a complex type.
    • Method Detail

      • getKeySize

        long getKeySize()
        Gets the "KeySize" element
      • xgetKeySize

        XmlUnsignedInt xgetKeySize()
        Gets (as xml) the "KeySize" element
      • setKeySize

        void setKeySize​(long keySize)
        Sets the "KeySize" element
      • xsetKeySize

        void xsetKeySize​(XmlUnsignedInt keySize)
        Sets (as xml) the "KeySize" element