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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
categoryPoints |
protected String |
fieldDescription |
protected String |
fieldId |
protected String |
response |
protected String |
responseCategory |
protected String |
responseLimit |
| Constructor and Description |
|---|
OasisRespond() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryPoints()
Gets the value of the categoryPoints property.
|
String |
getFieldDescription()
Gets the value of the fieldDescription property.
|
String |
getFieldId()
Gets the value of the fieldId property.
|
String |
getResponse()
Gets the value of the response property.
|
String |
getResponseCategory()
Gets the value of the responseCategory property.
|
String |
getResponseLimit()
Gets the value of the responseLimit property.
|
void |
setCategoryPoints(String value)
Sets the value of the categoryPoints property.
|
void |
setFieldDescription(String value)
Sets the value of the fieldDescription property.
|
void |
setFieldId(String value)
Sets the value of the fieldId property.
|
void |
setResponse(String value)
Sets the value of the response property.
|
void |
setResponseCategory(String value)
Sets the value of the responseCategory property.
|
void |
setResponseLimit(String value)
Sets the value of the responseLimit property.
|
protected String categoryPoints
protected String fieldDescription
protected String fieldId
protected String response
protected String responseCategory
protected String responseLimit
public String getCategoryPoints()
Stringpublic void setCategoryPoints(String value)
value - allowed object is
Stringpublic String getFieldDescription()
Stringpublic void setFieldDescription(String value)
value - allowed object is
Stringpublic String getFieldId()
Stringpublic void setFieldId(String value)
value - allowed object is
Stringpublic String getResponse()
Stringpublic void setResponse(String value)
value - allowed object is
Stringpublic String getResponseCategory()
Stringpublic void setResponseCategory(String value)
value - allowed object is
Stringpublic String getResponseLimit()
StringCopyright © 2023. All rights reserved.