Interface KeyTypeDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getKeyType

        String getKeyType()
        Gets the "KeyType" element
      • xgetKeyType

        KeyTypeOpenEnum xgetKeyType()
        Gets (as xml) the "KeyType" element
      • setKeyType

        void setKeyType​(String keyType)
        Sets the "KeyType" element
      • xsetKeyType

        void xsetKeyType​(KeyTypeOpenEnum keyType)
        Sets (as xml) the "KeyType" element