public class Tlra extends Object
<xs:element xmlns:ns="MLP_SVC_RESULT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="tlra">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="ns:req_id"/>
<xs:sequence>
<xs:element ref="ns:result"/>
<xs:element ref="ns:add_info" minOccurs="0"/>
</xs:sequence>
</xs:choice>
</xs:sequence>
<xs:attribute type="xs:string" fixed="3.0.0" name="ver"/>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
Tlra() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearChoiceSelect()
Clear the choice selection.
|
AddInfo |
getAddInfo()
Get the 'add_info' element value.
|
ReqId |
getReqId()
Get the 'req_id' element value.
|
Result |
getResult()
Get the 'result' element value.
|
String |
getVer()
Get the 'ver' attribute value.
|
boolean |
ifReqId()
Check if ReqId is current selection for choice.
|
boolean |
ifResult()
Check if Result is current selection for choice.
|
void |
setAddInfo(AddInfo addInfo)
Set the 'add_info' element value.
|
void |
setReqId(ReqId reqId)
Set the 'req_id' element value.
|
void |
setResult(Result result)
Set the 'result' element value.
|
void |
setVer(String ver)
Set the 'ver' attribute value.
|
public void clearChoiceSelect()
public boolean ifReqId()
true if selection, false if notpublic ReqId getReqId()
public void setReqId(ReqId reqId)
reqId - public boolean ifResult()
true if selection, false if notpublic Result getResult()
public void setResult(Result result)
result - public AddInfo getAddInfo()
public void setAddInfo(AddInfo addInfo)
addInfo - public String getVer()
public void setVer(String ver)
ver - Copyright © 2016. All Rights Reserved.