Class KeyInfoReferenceImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.signature.impl.KeyInfoReferenceImpl
All Implemented Interfaces:
XMLObject, KeyInfoReference

public class KeyInfoReferenceImpl
extends AbstractXMLObject
implements KeyInfoReference
Concrete implementation of KeyInfoReference.
  • Field Details

    • id

      private String id
      Id attribute value.
    • uri

      private String uri
      URI attribute value.
  • Constructor Details

    • KeyInfoReferenceImpl

      protected KeyInfoReferenceImpl​(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details

    • getID

      public String getID()
      Get the Id attribute value.
      Specified by:
      getID in interface KeyInfoReference
      Returns:
      the Id attribute value
    • setID

      public void setID​(String newID)
      Set the Id attribute value.
      Specified by:
      setID in interface KeyInfoReference
      Parameters:
      newID - the new Id attribute value
    • getURI

      public String getURI()
      Get the URI attribute value.
      Specified by:
      getURI in interface KeyInfoReference
      Returns:
      the URI attribute value
    • setURI

      public void setURI​(String newURI)
      Set the URI attribute value.
      Specified by:
      setURI in interface KeyInfoReference
      Parameters:
      newURI - the new URI attribute value
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements