public class SvcResult extends Object
<xs:element xmlns:ns="MLP_SVC_RESULT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="svc_result">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:hdr" minOccurs="0"/>
<xs:choice>
<xs:element ref="ns:slia"/>
<xs:element ref="ns:slirep"/>
<xs:element ref="ns:slrep"/>
<xs:element ref="ns:eme_lia"/>
<xs:element ref="ns:emerep"/>
<xs:element ref="ns:tlra"/>
<xs:element ref="ns:tlrep"/>
<xs:element ref="ns:tlrsa"/>
</xs:choice>
</xs:sequence>
<xs:attribute type="xs:string" fixed="3.1.0" name="ver"/>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
SvcResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearChoiceSelect()
Clear the choice selection.
|
EmeLia |
getEmeLia()
Get the 'eme_lia' element value.
|
Emerep |
getEmerep()
Get the 'emerep' element value.
|
Hdr |
getHdr()
Get the 'hdr' element value.
|
Slia |
getSlia()
Get the 'slia' element value.
|
Slirep |
getSlirep()
Get the 'slirep' element value.
|
Slrep |
getSlrep()
Get the 'slrep' element value.
|
Tlra |
getTlra()
Get the 'tlra' element value.
|
Tlrep |
getTlrep()
Get the 'tlrep' element value.
|
Tlrsa |
getTlrsa()
Get the 'tlrsa' element value.
|
String |
getVer()
Get the 'ver' attribute value.
|
boolean |
ifEmeLia()
Check if EmeLia is current selection for choice.
|
boolean |
ifEmerep()
Check if Emerep is current selection for choice.
|
boolean |
ifSlia()
Check if Slia is current selection for choice.
|
boolean |
ifSlirep()
Check if Slirep is current selection for choice.
|
boolean |
ifSlrep()
Check if Slrep is current selection for choice.
|
boolean |
ifTlra()
Check if Tlra is current selection for choice.
|
boolean |
ifTlrep()
Check if Tlrep is current selection for choice.
|
boolean |
ifTlrsa()
Check if Tlrsa is current selection for choice.
|
void |
setEmeLia(EmeLia emeLia)
Set the 'eme_lia' element value.
|
void |
setEmerep(Emerep emerep)
Set the 'emerep' element value.
|
void |
setHdr(Hdr hdr)
Set the 'hdr' element value.
|
void |
setSlia(Slia slia)
Set the 'slia' element value.
|
void |
setSlirep(Slirep slirep)
Set the 'slirep' element value.
|
void |
setSlrep(Slrep slrep)
Set the 'slrep' element value.
|
void |
setTlra(Tlra tlra)
Set the 'tlra' element value.
|
void |
setTlrep(Tlrep tlrep)
Set the 'tlrep' element value.
|
void |
setTlrsa(Tlrsa tlrsa)
Set the 'tlrsa' element value.
|
void |
setVer(String ver)
Set the 'ver' attribute value.
|
public Hdr getHdr()
public void setHdr(Hdr hdr)
hdr - public void clearChoiceSelect()
public boolean ifSlia()
true if selection, false if notpublic Slia getSlia()
public void setSlia(Slia slia)
slia - public boolean ifSlirep()
true if selection, false if notpublic Slirep getSlirep()
public void setSlirep(Slirep slirep)
slirep - public boolean ifSlrep()
true if selection, false if notpublic Slrep getSlrep()
public void setSlrep(Slrep slrep)
slrep - public boolean ifEmeLia()
true if selection, false if notpublic EmeLia getEmeLia()
public void setEmeLia(EmeLia emeLia)
emeLia - public boolean ifEmerep()
true if selection, false if notpublic Emerep getEmerep()
public void setEmerep(Emerep emerep)
emerep - public boolean ifTlra()
true if selection, false if notpublic Tlra getTlra()
public void setTlra(Tlra tlra)
tlra - public boolean ifTlrep()
true if selection, false if notpublic Tlrep getTlrep()
public void setTlrep(Tlrep tlrep)
tlrep - public boolean ifTlrsa()
true if selection, false if notpublic Tlrsa getTlrsa()
public void setTlrsa(Tlrsa tlrsa)
tlrsa - public String getVer()
public void setVer(String ver)
ver - Copyright © 2016. All Rights Reserved.