Interface Reference

All Superinterfaces:
AttributeExtensibleXMLObject, WSSecurityObject, XMLObject
All Known Implementing Classes:
ReferenceImpl

public interface Reference extends AttributeExtensibleXMLObject, WSSecurityObject
The <wsse:Reference> empty element.
See Also:
  • "WS-Security 2004, Chapter 7.2"
  • Field Details

  • Method Details

    • getURI

      @Nullable String getURI()
      Returns the wsse:Reference/@URI attribute value.
      Returns:
      the URI attribute value.
    • setURI

      void setURI(@Nullable String newURI)
      Sets the wsse:Reference/@URI attribute value.
      Parameters:
      newURI - the URI to set.
    • getValueType

      @Nullable String getValueType()
      Returns the ValueType attribute URI value.
      Returns:
      the ValueType attribute value or null.
    • setValueType

      void setValueType(@Nullable String newValueType)
      Sets the ValueType attribute URI value.
      Parameters:
      newValueType - the ValueType attribute value.