public class Slirep extends Object
<xs:element xmlns:ns="MLP_SVC_RESULT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="slirep">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:req_id"/>
<xs:element ref="ns:pos" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute type="xs:string" fixed="3.0.0" name="ver"/>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
Slirep() |
| Modifier and Type | Method and Description |
|---|---|
List<Pos> |
getPoList()
Get the list of 'pos' element items.
|
ReqId |
getReqId()
Get the 'req_id' element value.
|
String |
getVer()
Get the 'ver' attribute value.
|
void |
setPoList(List<Pos> list)
Set the list of 'pos' element items.
|
void |
setReqId(ReqId reqId)
Set the 'req_id' element value.
|
void |
setVer(String ver)
Set the 'ver' attribute value.
|
public ReqId getReqId()
public void setReqId(ReqId reqId)
reqId - public void setPoList(List<Pos> list)
list - public String getVer()
public void setVer(String ver)
ver - Copyright © 2016. All Rights Reserved.