Interface AxisDescriptionType

    • Method Detail

      • setValues

        void setValues​(ValuesType value)
        Sets the value of the 'Values' containment reference.
        Parameters:
        value - the new value of the 'Values' containment reference.
        See Also:
        getValues()
      • setRefSys

        void setRefSys​(String value)
        Sets the value of the 'Ref Sys' attribute.
        Parameters:
        value - the new value of the 'Ref Sys' attribute.
        See Also:
        getRefSys()
      • setRefSysLabel

        void setRefSysLabel​(String value)
        Sets the value of the 'Ref Sys Label' attribute.
        Parameters:
        value - the new value of the 'Ref Sys Label' attribute.
        See Also:
        getRefSysLabel()
      • getSemantic

        String getSemantic()
        Returns the value of the 'Semantic' attribute. Definition of the semantics or meaning of the values in the XML element it belongs to. The value of this "semantic" attribute can be a RDF Property or Class of a taxonomy or ontology.
        Returns:
        the value of the 'Semantic' attribute.
        See Also:
        setSemantic(String), Wcs10Package.getAxisDescriptionType_Semantic()
      • setSemantic

        void setSemantic​(String value)
        Sets the value of the 'Semantic' attribute.
        Parameters:
        value - the new value of the 'Semantic' attribute.
        See Also:
        getSemantic()