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

    • ELEMENT_LOCAL_NAME

      static final String ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • ELEMENT_NAME

      static final QName ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
    • RELATIONSHIP_TYPE_ATTRIB_NAME

      static final String RELATIONSHIP_TYPE_ATTRIB_NAME
      The RelationshipType attribute name.
      See Also:
    • RELATIONSHIP_TYPE_REPLY

      static final String RELATIONSHIP_TYPE_REPLY
      RelationshipType attribute - Reply URI.
      See Also:
  • Method Details

    • getRelationshipType

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

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