Class Reference

java.lang.Object
org.apache.ws.security.message.token.Reference

public class Reference extends Object
Reference.

Author:
Davanum Srinivas (dims@yahoo.com).
  • Field Details

    • TOKEN

      public static final QName TOKEN
    • element

      protected Element element
  • Constructor Details

  • Method Details

    • getElement

      public Element getElement()
      get the dom element.

      Returns:
      TODO
    • getValueType

      public String getValueType()
      get the URI.

      Returns:
      TODO
    • getURI

      public String getURI()
      get the URI.

      Returns:
      TODO
    • setValueType

      public void setValueType(String valueType)
      set the Value type.

      Parameters:
      valueType -
    • setURI

      public void setURI(String uri)
      set the URI.

      Parameters:
      uri -
    • toString

      public String toString()
      return the string representation.

      Overrides:
      toString in class Object
      Returns:
      TODO