Class ExternalReferenceElement

    • Constructor Detail

      • ExternalReferenceElement

        public ExternalReferenceElement()
        Default Constructor
      • ExternalReferenceElement

        public ExternalReferenceElement​(ExternalReferenceElement template)
        Copy/clone Constructor - the resulting object.
        Parameters:
        template - object being copied
    • Method Detail

      • setElementHeader

        public void setElementHeader​(ElementHeader elementHeader)
        Set up the element header associated with the properties.
        Specified by:
        setElementHeader in interface MetadataElement
        Parameters:
        elementHeader - element header object
      • getProperties

        public ExternalReferenceProperties getProperties()
        Return the link to external documentation that are relevant to this element.
        Returns:
        list of external references
      • setProperties

        public void setProperties​(ExternalReferenceProperties properties)
        Set up the list of links to external documentation that are relevant to this element.
        Parameters:
        properties - of external references
      • toString

        public String toString()
        JSON-style toString.
        Overrides:
        toString in class Object
        Returns:
        list of properties and their values.
      • equals

        public boolean equals​(Object objectToCompare)
        Equals method that returns true if containing properties are the same.
        Overrides:
        equals in class Object
        Parameters:
        objectToCompare - object to compare
        Returns:
        boolean result of comparison
      • hashCode

        public int hashCode()
        Hash of properties
        Overrides:
        hashCode in class Object
        Returns:
        int