Package org.cxml

Class TermReference

java.lang.Object
org.cxml.TermReference

public class TermReference extends Object
  • Field Details

    • termName

      protected String termName
    • term

      protected String term
  • Constructor Details

    • TermReference

      public TermReference()
  • Method Details

    • getTermName

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

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

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

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