Interface ReferenceType

All Superinterfaces:
ElementExtensibleXMLObject, XMLObject
All Known Subinterfaces:
DataReference, KeyReference
All Known Implementing Classes:
DataReferenceImpl, KeyReferenceImpl, ReferenceTypeImpl

public interface ReferenceType extends ElementExtensibleXMLObject
XMLObject representing XML Encryption, version 20021210, ReferenceType type. This is the base type for DataReference and KeyReference types.
  • Field Details

  • Method Details

    • getURI

      @Nullable String getURI()
      Get the URI attribute which indicates the referent of this reference.
      Returns:
      the URI referent attribute value
    • setURI

      void setURI(@Nullable String newURI)
      Set the URI attribute which indicates the referent of this reference.
      Parameters:
      newURI - the new URI attribute value