Class ExternalReferenceRequestBody

  • All Implemented Interfaces:
    Serializable

    public class ExternalReferenceRequestBody
    extends ExternalReferenceProperties
    ExternalReferenceRequestBody describes the properties of the external reference plus the optional identifiers for an owning element.
    See Also:
    Serialized Form
    • Constructor Detail

      • ExternalReferenceRequestBody

        public ExternalReferenceRequestBody()
        Default constructor
      • ExternalReferenceRequestBody

        public ExternalReferenceRequestBody​(ExternalReferenceRequestBody template)
        Copy/clone constructor.
        Parameters:
        template - object to copy
      • ExternalReferenceRequestBody

        public ExternalReferenceRequestBody​(ExternalReferenceProperties template)
        Copy/clone constructor.
        Parameters:
        template - object to copy
    • Method Detail

      • getAnchorGUID

        public String getAnchorGUID()
        Return the unique identifier of the element that this is to be attached to.
        Returns:
        string guid
      • setAnchorGUID

        public void setAnchorGUID​(String anchorGUID)
        Set up the unique identifier of the element that this is to be attached to.
        Parameters:
        anchorGUID - string guid
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class ExternalReferenceProperties
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison