Class MetadataField

    • Method Detail

      • getElement

        public String getElement()
        Get the element name.
        Returns:
        element name
      • setElement

        public void setElement​(String element)
        Set the element name.
        Parameters:
        element - new value for element
      • getQualifier

        public String getQualifier()
        Get the qualifier.
        Returns:
        qualifier
      • setQualifier

        public void setQualifier​(String qualifier)
        Set the qualifier.
        Parameters:
        qualifier - new value for qualifier
      • getScopeNote

        public String getScopeNote()
        Get the scope note.
        Returns:
        scope note
      • setScopeNote

        public void setScopeNote​(String scopeNote)
        Set the scope note.
        Parameters:
        scopeNote - new value for scope note
      • getMetadataSchema

        public MetadataSchema getMetadataSchema()
        Get the schema .
        Returns:
        schema record
      • setMetadataSchema

        public void setMetadataSchema​(MetadataSchema metadataSchema)
        Set the schema record key.
        Parameters:
        metadataSchema - new value for key
      • equals

        public boolean equals​(Object obj)
        Return true if other is the same MetadataField as this object, false otherwise
        Overrides:
        equals in class Object
        Parameters:
        obj - object to compare to
        Returns:
        true if object passed in represents the same MetadataField as this object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toString

        public String toString​(char separator)