Package org.cxml
Class Status
java.lang.Object
org.cxml.Status
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.getText()Gets the value of the text property.getvalue()Gets the value of the value property.Gets the value of the xmlLang property.voidSets the value of the code property.voidSets the value of the text property.voidSets the value of the value property.voidsetXmlLang(String value) Sets the value of the xmlLang property.
-
Field Details
-
code
-
text
-
xmlLang
-
value
-
-
Constructor Details
-
Status
public Status()
-
-
Method Details
-
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
-
getText
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isString
-
getXmlLang
Gets the value of the xmlLang property.- Returns:
- possible object is
String
-
setXmlLang
Sets the value of the xmlLang 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
-