Package org.cxml
Class Classification
- java.lang.Object
-
- org.cxml.Classification
-
public class Classification extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Classification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Gets the value of the code property.java.lang.StringgetDomain()Gets the value of the domain property.java.lang.Stringgetvalue()Gets the value of the value property.voidsetCode(java.lang.String value)Sets the value of the code property.voidsetDomain(java.lang.String value)Sets the value of the domain property.voidsetvalue(java.lang.String value)Sets the value of the value property.
-
-
-
Method Detail
-
getDomain
public java.lang.String getDomain()
Gets the value of the domain property.- Returns:
- possible object is
String
-
setDomain
public void setDomain(java.lang.String value)
Sets the value of the domain property.- Parameters:
value- allowed object isString
-
getCode
public java.lang.String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(java.lang.String value)
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getvalue
public java.lang.String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
public void setvalue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-