Package org.cxml

Class QNCode

java.lang.Object
org.cxml.QNCode

public class QNCode extends Object
  • Field Details

    • domain

      protected String domain
    • codeGroup

      protected String codeGroup
    • codeGroupDescription

      protected String codeGroupDescription
    • code

      protected String code
    • codeDescription

      protected String codeDescription
  • Constructor Details

    • QNCode

      public QNCode()
  • Method Details

    • getDomain

      public String getDomain()
      Gets the value of the domain property.
      Returns:
      possible object is String
    • setDomain

      public void setDomain(String value)
      Sets the value of the domain property.
      Parameters:
      value - allowed object is String
    • getCodeGroup

      public String getCodeGroup()
      Gets the value of the codeGroup property.
      Returns:
      possible object is String
    • setCodeGroup

      public void setCodeGroup(String value)
      Sets the value of the codeGroup property.
      Parameters:
      value - allowed object is String
    • getCodeGroupDescription

      public String getCodeGroupDescription()
      Gets the value of the codeGroupDescription property.
      Returns:
      possible object is String
    • setCodeGroupDescription

      public void setCodeGroupDescription(String value)
      Sets the value of the codeGroupDescription property.
      Parameters:
      value - allowed object is String
    • getCode

      public String getCode()
      Gets the value of the code property.
      Returns:
      possible object is String
    • setCode

      public void setCode(String value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is String
    • getCodeDescription

      public String getCodeDescription()
      Gets the value of the codeDescription property.
      Returns:
      possible object is String
    • setCodeDescription

      public void setCodeDescription(String value)
      Sets the value of the codeDescription property.
      Parameters:
      value - allowed object is String