public class Tlrep extends Object
<xs:element xmlns:ns="MLP_SVC_RESULT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="tlrep">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:req_id"/>
<xs:element ref="ns:trl_pos" maxOccurs="unbounded"/>
<xs:element ref="ns:time_remaining" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:string" fixed="3.0.0" name="ver"/>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
Tlrep() |
| Modifier and Type | Method and Description |
|---|---|
ReqId |
getReqId()
Get the 'req_id' element value.
|
TimeRemaining |
getTimeRemaining()
Get the 'time_remaining' element value.
|
List<TrlPos> |
getTrlPoList()
Get the list of 'trl_pos' element items.
|
String |
getVer()
Get the 'ver' attribute value.
|
void |
setReqId(ReqId reqId)
Set the 'req_id' element value.
|
void |
setTimeRemaining(TimeRemaining timeRemaining)
Set the 'time_remaining' element value.
|
void |
setTrlPoList(List<TrlPos> list)
Set the list of 'trl_pos' element items.
|
void |
setVer(String ver)
Set the 'ver' attribute value.
|
public ReqId getReqId()
public void setReqId(ReqId reqId)
reqId - public List<TrlPos> getTrlPoList()
public void setTrlPoList(List<TrlPos> list)
list - public TimeRemaining getTimeRemaining()
public void setTimeRemaining(TimeRemaining timeRemaining)
timeRemaining - public String getVer()
public void setVer(String ver)
ver - Copyright © 2016. All Rights Reserved.