Package gov.cms.hh.xml.layout.rot
Class OasisRespond
java.lang.Object
gov.cms.hh.xml.layout.rot.OasisRespond
- Direct Known Subclasses:
OasisRespondObject
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="CategoryPoints" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="FieldDescription" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="FieldId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Response" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ResponseCategory" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ResponseLimit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the categoryPoints property.Gets the value of the fieldDescription property.Gets the value of the fieldId property.Gets the value of the response property.Gets the value of the responseCategory property.Gets the value of the responseLimit property.voidsetCategoryPoints(String value) Sets the value of the categoryPoints property.voidsetFieldDescription(String value) Sets the value of the fieldDescription property.voidsetFieldId(String value) Sets the value of the fieldId property.voidsetResponse(String value) Sets the value of the response property.voidsetResponseCategory(String value) Sets the value of the responseCategory property.voidsetResponseLimit(String value) Sets the value of the responseLimit property.
-
Field Details
-
categoryPoints
-
fieldDescription
-
fieldId
-
response
-
responseCategory
-
responseLimit
-
-
Constructor Details
-
OasisRespond
public OasisRespond()
-
-
Method Details
-
getCategoryPoints
Gets the value of the categoryPoints property.- Returns:
- possible object is
String
-
setCategoryPoints
Sets the value of the categoryPoints property.- Parameters:
value- allowed object isString
-
getFieldDescription
Gets the value of the fieldDescription property.- Returns:
- possible object is
String
-
setFieldDescription
Sets the value of the fieldDescription property.- Parameters:
value- allowed object isString
-
getFieldId
Gets the value of the fieldId property.- Returns:
- possible object is
String
-
setFieldId
Sets the value of the fieldId property.- Parameters:
value- allowed object isString
-
getResponse
Gets the value of the response property.- Returns:
- possible object is
String
-
setResponse
Sets the value of the response property.- Parameters:
value- allowed object isString
-
getResponseCategory
Gets the value of the responseCategory property.- Returns:
- possible object is
String
-
setResponseCategory
Sets the value of the responseCategory property.- Parameters:
value- allowed object isString
-
getResponseLimit
Gets the value of the responseLimit property.- Returns:
- possible object is
String
-
setResponseLimit
Sets the value of the responseLimit property.- Parameters:
value- allowed object isString
-