Class OasisRespond

java.lang.Object
gov.cms.hh.xml.layout.rot.OasisRespond
Direct Known Subclasses:
OasisRespondObject

public class OasisRespond extends Object

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 Details

    • categoryPoints

      protected String categoryPoints
    • fieldDescription

      protected String fieldDescription
    • fieldId

      protected String fieldId
    • response

      protected String response
    • responseCategory

      protected String responseCategory
    • responseLimit

      protected String responseLimit
  • Constructor Details

    • OasisRespond

      public OasisRespond()
  • Method Details

    • getCategoryPoints

      public String getCategoryPoints()
      Gets the value of the categoryPoints property.
      Returns:
      possible object is String
    • setCategoryPoints

      public void setCategoryPoints(String value)
      Sets the value of the categoryPoints property.
      Parameters:
      value - allowed object is String
    • getFieldDescription

      public String getFieldDescription()
      Gets the value of the fieldDescription property.
      Returns:
      possible object is String
    • setFieldDescription

      public void setFieldDescription(String value)
      Sets the value of the fieldDescription property.
      Parameters:
      value - allowed object is String
    • getFieldId

      public String getFieldId()
      Gets the value of the fieldId property.
      Returns:
      possible object is String
    • setFieldId

      public void setFieldId(String value)
      Sets the value of the fieldId property.
      Parameters:
      value - allowed object is String
    • getResponse

      public String getResponse()
      Gets the value of the response property.
      Returns:
      possible object is String
    • setResponse

      public void setResponse(String value)
      Sets the value of the response property.
      Parameters:
      value - allowed object is String
    • getResponseCategory

      public String getResponseCategory()
      Gets the value of the responseCategory property.
      Returns:
      possible object is String
    • setResponseCategory

      public void setResponseCategory(String value)
      Sets the value of the responseCategory property.
      Parameters:
      value - allowed object is String
    • getResponseLimit

      public String getResponseLimit()
      Gets the value of the responseLimit property.
      Returns:
      possible object is String
    • setResponseLimit

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