test xml
This commit is contained in:
parent
ff02ba13d9
commit
2e07b2c417
2 changed files with 24 additions and 7 deletions
|
|
@ -18,7 +18,6 @@ public class RequestArgument {
|
|||
private String requestArgumentName;;
|
||||
private String requestArgumentURL;
|
||||
private SqlConnectionParams requestArgumentConnectionParams;
|
||||
private Integer requestArgumentLimit;
|
||||
|
||||
@XmlAttribute(name = "type")
|
||||
public RequestArgumentType getType() {
|
||||
|
|
@ -40,9 +39,4 @@ public class RequestArgument {
|
|||
return requestArgumentConnectionParams;
|
||||
}
|
||||
|
||||
@XmlElement(name = "RequestArgumentLimit")
|
||||
public Integer getRequestArgumentLimit() {
|
||||
return requestArgumentLimit;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue