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()
String
public void setCategoryPoints(String value)
value
- allowed object is
String
public String getFieldDescription()
String
public void setFieldDescription(String value)
value
- allowed object is
String
public String getFieldId()
String
public void setFieldId(String value)
value
- allowed object is
String
public String getResponse()
String
public void setResponse(String value)
value
- allowed object is
String
public String getResponseCategory()
String
public void setResponseCategory(String value)
value
- allowed object is
String
public String getResponseLimit()
String
Copyright © 2022. All rights reserved.