Package gov.cms.hh.xml.layout.rot
Class ReturnCode
java.lang.Object
gov.cms.hh.xml.layout.rot.ReturnCode
- Direct Known Subclasses:
ReturnCodeObject
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the description property.voidSets the value of the code property.voidsetDescription(String value) Sets the value of the description property.
-
Field Details
-
code
-
description
-
-
Constructor Details
-
ReturnCode
public ReturnCode()
-
-
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
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-