Package org.cxml
Class TermReference
- java.lang.Object
-
- org.cxml.TermReference
-
public class TermReference extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TermReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetTerm()Gets the value of the term property.java.lang.StringgetTermName()Gets the value of the termName property.voidsetTerm(java.lang.String value)Sets the value of the term property.voidsetTermName(java.lang.String value)Sets the value of the termName property.
-
-
-
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 isString
-
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 isString
-
-