Package org.cxml

Class TermReference


  • public class TermReference
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String term  
      protected java.lang.String termName  
    • Constructor Summary

      Constructors 
      Constructor Description
      TermReference()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTerm()
      Gets the value of the term property.
      java.lang.String getTermName()
      Gets the value of the termName property.
      void setTerm​(java.lang.String value)
      Sets the value of the term property.
      void setTermName​(java.lang.String value)
      Sets the value of the termName property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • termName

        protected java.lang.String termName
      • term

        protected java.lang.String term
    • Constructor Detail

      • TermReference

        public TermReference()
    • Method Detail

      • getTermName

        public java.lang.String getTermName()
        Gets the value of the termName property.
        Returns:
        possible object is String
      • setTermName

        public void setTermName​(java.lang.String value)
        Sets the value of the termName property.
        Parameters:
        value - allowed object is String
      • getTerm

        public java.lang.String getTerm()
        Gets the value of the term property.
        Returns:
        possible object is String
      • setTerm

        public void setTerm​(java.lang.String value)
        Sets the value of the term property.
        Parameters:
        value - allowed object is String