Update Select bean

revert-70ac1926
Kaveesha 4 years ago
parent d89277a8e7
commit 90c45dc387

@ -27,6 +27,7 @@ public class Select {
private String valueType;
private List<Option> options;
private String mode;
@XmlElement(name = "ValueType", required = true)
public String getValueType() {
@ -46,4 +47,13 @@ public class Select {
public void setOptions(List<Option> options) {
this.options = options;
}
@XmlElement(name = "Mode")
public String getMode() {
return mode;
}
public void setMode(String mode) {
this.mode = mode;
}
}

Loading…
Cancel
Save