Interface RelatesTo

All Superinterfaces:
AttributeExtensibleXMLObject, WSAddressingObject, XMLObject, XSURI
All Known Implementing Classes:
RelatesToImpl

public interface RelatesTo extends XSURI, AttributeExtensibleXMLObject, WSAddressingObject
Interface for element <wsa:RelatesTo>.
See Also:
  • "WS-Addressing 1.0 - Core"
  • Field Details

  • Method Details

    • getRelationshipType

      @Nullable String getRelationshipType()
      Returns the RelationshipType attribute URI value.
      Returns:
      the RelationshipType attribute value or null.
    • setRelationshipType

      void setRelationshipType(@Nullable String newRelationshipType)
      Sets the RelationshipType attribute URI value.
      Parameters:
      newRelationshipType - the RelationshipType attribute value.