Class KeyIdentifierType


public class KeyIdentifierType extends EncodedString
A security token key identifier <p>Java class for KeyIdentifierType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="KeyIdentifierType"> <simpleContent> <extension base="<http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd>EncodedString"> <attribute name="ValueType" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </simpleContent> </complexType> }</pre>
  • Field Details

    • valueType

      protected String valueType
  • Constructor Details

    • KeyIdentifierType

      public KeyIdentifierType()
  • Method Details

    • getValueType

      public String getValueType()
      Gets the value of the valueType property.
      Returns:
      possible object is String
    • setValueType

      public void setValueType(String value)
      Sets the value of the valueType property.
      Parameters:
      value - allowed object is String