Class SchemaElementProperties

    • Constructor Detail

      • SchemaElementProperties

        public SchemaElementProperties()
        Default constructor
      • SchemaElementProperties

        public SchemaElementProperties​(SchemaElementProperties template)
        Copy/clone Constructor.
        Parameters:
        template - template object to copy.
    • Method Detail

      • getIsDeprecated

        public boolean getIsDeprecated()
        Is the schema element deprecated?
        Returns:
        boolean flag
      • setIsDeprecated

        public void setIsDeprecated​(boolean deprecated)
        Set whether the schema element deprecated or not. Default is false.
        Parameters:
        deprecated - boolean flag
      • getDisplayName

        public String getDisplayName()
        Return the simple name of the schema element.
        Returns:
        string name
      • setDisplayName

        public void setDisplayName​(String name)
        Set up the simple name of the schema element.
        Parameters:
        name - String display name
      • getDescription

        public String getDescription()
        Returns the stored description property for the schema element.
        Returns:
        string description
      • setDescription

        public void setDescription​(String description)
        Set up the stored description property for the schema element.
        Parameters:
        description - string description
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class ReferenceableProperties
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison