Package org.cxml
Class Classification
java.lang.Object
org.cxml.Classification
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the domain property.getvalue()Gets the value of the value property.voidSets the value of the code property.voidSets the value of the domain property.voidSets the value of the value property.
-
Field Details
-
domain
-
code
-
value
-
-
Constructor Details
-
Classification
public Classification()
-
-
Method Details
-
getDomain
Gets the value of the domain property.- Returns:
- possible object is
String
-
setDomain
Sets the value of the domain property.- Parameters:
value- allowed object isString
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getvalue
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
Sets the value of the value property.- Parameters:
value- allowed object isString
-