Package org.cxml
Class QNCode
java.lang.Object
org.cxml.QNCode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the codeDescription property.Gets the value of the codeGroup property.Gets the value of the codeGroupDescription property.Gets the value of the domain property.voidSets the value of the code property.voidsetCodeDescription(String value) Sets the value of the codeDescription property.voidsetCodeGroup(String value) Sets the value of the codeGroup property.voidsetCodeGroupDescription(String value) Sets the value of the codeGroupDescription property.voidSets the value of the domain property.
-
Field Details
-
domain
-
codeGroup
-
codeGroupDescription
-
code
-
codeDescription
-
-
Constructor Details
-
QNCode
public QNCode()
-
-
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
-
getCodeGroup
Gets the value of the codeGroup property.- Returns:
- possible object is
String
-
setCodeGroup
Sets the value of the codeGroup property.- Parameters:
value- allowed object isString
-
getCodeGroupDescription
Gets the value of the codeGroupDescription property.- Returns:
- possible object is
String
-
setCodeGroupDescription
Sets the value of the codeGroupDescription 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
-
getCodeDescription
Gets the value of the codeDescription property.- Returns:
- possible object is
String
-
setCodeDescription
Sets the value of the codeDescription property.- Parameters:
value- allowed object isString
-