public class WSResponseLabelValueBeanArray extends WSResponse implements java.io.Serializable
WSLabelValueBean array response object
together with a response status code and error messages.| Modifier and Type | Field and Description |
|---|---|
protected WSLabelValueBean[] |
labelValueBeans
Wrapped laValueBeans
|
errorCode, errorMessages, status| Constructor and Description |
|---|
WSResponseLabelValueBeanArray() |
WSResponseLabelValueBeanArray(WSResponse replay) |
| Modifier and Type | Method and Description |
|---|---|
WSLabelValueBean[] |
getLabelValueBeans() |
void |
setLabelValueBeans(WSLabelValueBean[] labelValueBeans) |
getErrorCode, getErrorMessages, getStatus, setErrorCode, setErrorMessages, setStatusprotected WSLabelValueBean[] labelValueBeans
public WSResponseLabelValueBeanArray()
public WSResponseLabelValueBeanArray(WSResponse replay)
public WSLabelValueBean[] getLabelValueBeans()
public void setLabelValueBeans(WSLabelValueBean[] labelValueBeans)
labelValueBeans - the labelValueBeans to set