public class EmeLia extends Object
<xs:element xmlns:ns="MLP_SVC_RESULT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="eme_lia">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="ns:eme_pos" maxOccurs="unbounded"/>
<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 |
|---|
EmeLia() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearChoiceSelect()
Clear the choice selection.
|
AddInfo |
getAddInfo()
Get the 'add_info' element value.
|
List<EmePos> |
getEmePoList()
Get the list of 'eme_pos' element items.
|
Result |
getResult()
Get the 'result' element value.
|
String |
getVer()
Get the 'ver' attribute value.
|
boolean |
ifEmePoList()
Check if EmePoList 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 |
setEmePoList(List<EmePos> list)
Set the list of 'eme_pos' element items.
|
void |
setResult(Result result)
Set the 'result' element value.
|
void |
setVer(String ver)
Set the 'ver' attribute value.
|
public void clearChoiceSelect()
public boolean ifEmePoList()
true if selection, false if notpublic List<EmePos> getEmePoList()
public void setEmePoList(List<EmePos> list)
list - 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.