Package org.cxml

Class Status

java.lang.Object
org.cxml.Status

public class Status extends Object
  • Field Details

    • code

      protected String code
    • text

      protected String text
    • xmlLang

      protected String xmlLang
    • value

      protected String value
  • Constructor Details

    • Status

      public Status()
  • Method Details

    • 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
    • getText

      public String getText()
      Gets the value of the text property.
      Returns:
      possible object is String
    • setText

      public void setText(String value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is String
    • getXmlLang

      public String getXmlLang()
      Gets the value of the xmlLang property.
      Returns:
      possible object is String
    • setXmlLang

      public void setXmlLang(String value)
      Sets the value of the xmlLang property.
      Parameters:
      value - allowed object is String
    • getvalue

      public String getvalue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setvalue

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