Package org.cxml
Class TermReference
java.lang.Object
org.cxml.TermReference
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTerm()Gets the value of the term property.Gets the value of the termName property.voidSets the value of the term property.voidsetTermName(String value) Sets the value of the termName property.
-
Field Details
-
termName
-
term
-
-
Constructor Details
-
TermReference
public TermReference()
-
-
Method Details
-
getTermName
Gets the value of the termName property.- Returns:
- possible object is
String
-
setTermName
Sets the value of the termName property.- Parameters:
value- allowed object isString
-
getTerm
Gets the value of the term property.- Returns:
- possible object is
String
-
setTerm
Sets the value of the term property.- Parameters:
value- allowed object isString
-