Class ReferenceTypeImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.encryption.impl.ReferenceTypeImpl
All Implemented Interfaces:
ElementExtensibleXMLObject, XMLObject, ReferenceType
Direct Known Subclasses:
DataReferenceImpl, KeyReferenceImpl

public class ReferenceTypeImpl extends AbstractXMLObject implements ReferenceType
Concrete implementation of ReferenceType.
  • Field Details

  • Constructor Details

    • ReferenceTypeImpl

      protected ReferenceTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - namespace URI
      elementLocalName - local name
      namespacePrefix - namespace prefix
  • Method Details

    • getURI

      public String getURI()
      Get the URI attribute which indicates the referent of this reference.
      Specified by:
      getURI in interface ReferenceType
      Returns:
      the URI referent attribute value
    • setURI

      public void setURI(String newURI)
      Set the URI attribute which indicates the referent of this reference.
      Specified by:
      setURI in interface ReferenceType
      Parameters:
      newURI - the new URI attribute value
    • getUnknownXMLObjects

      public List<XMLObject> getUnknownXMLObjects()
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model
    • getUnknownXMLObjects

      public List<XMLObject> getUnknownXMLObjects(QName typeOrName)
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Parameters:
      typeOrName - the QName of the statements to return
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model TODO: think this should be typed List<? extends XMLObject>
    • 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