Interface EndpointReferenceType

  • All Superinterfaces:
    org.opensaml.core.xml.AttributeExtensibleXMLObject, org.opensaml.core.xml.ElementExtensibleXMLObject, WSAddressingObject, org.opensaml.core.xml.XMLObject
    All Known Subinterfaces:
    EndpointReference, FaultTo, From, Issuer, ReplyTo

    public interface EndpointReferenceType
    extends org.opensaml.core.xml.AttributeExtensibleXMLObject, org.opensaml.core.xml.ElementExtensibleXMLObject, WSAddressingObject
    Interface for element of type EndpointReferenceType.
    See Also:
    "WS-Addressing 1.0 - Core"
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Address getAddress()
      Returns the <wsa:Address> child element.
      Metadata getMetadata()
      Returns the optional <wsa:Metadata> child element.
      ReferenceParameters getReferenceParameters()
      Returns the optional <wsa:ReferenceParameters> child element.
      void setAddress​(Address address)
      Sets the <wsa:Address> child element.
      void setMetadata​(Metadata metadata)
      Sets the <wsa:Metadata> child element.
      void setReferenceParameters​(ReferenceParameters referenceParameters)
      Sets the <wsa:ReferenceParameters> child element.
      • Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject

        getUnknownAttributes
      • Methods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject

        getUnknownXMLObjects, getUnknownXMLObjects
      • Methods inherited from interface org.opensaml.core.xml.XMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
    • Field Detail

      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getAddress

        Address getAddress()
        Returns the <wsa:Address> child element.
        Returns:
        the Address child element or null
      • setAddress

        void setAddress​(Address address)
        Sets the <wsa:Address> child element.
        Parameters:
        address - the Address child element to set.
      • getMetadata

        Metadata getMetadata()
        Returns the optional <wsa:Metadata> child element.
        Returns:
        the Metadata child element or null.
      • setMetadata

        void setMetadata​(Metadata metadata)
        Sets the <wsa:Metadata> child element.
        Parameters:
        metadata - the Metadata child element to set.
      • setReferenceParameters

        void setReferenceParameters​(ReferenceParameters referenceParameters)
        Sets the <wsa:ReferenceParameters> child element.
        Parameters:
        referenceParameters - the ReferenceParameters child element to set.