Interface RelatesTo

    • Field Detail

      • ELEMENT_NAME

        static final QName ELEMENT_NAME
        Default element name.
      • 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:
        Constant Field Values
      • RELATIONSHIP_TYPE_REPLY

        static final String RELATIONSHIP_TYPE_REPLY
        RelationshipType attribute - Reply URI.
        See Also:
        Constant Field Values
    • Method Detail

      • 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.