public class SvcInit extends Object
<xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="svc_init">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:hdr"/>
<xs:choice>
<xs:element ref="ns:slir"/>
<xs:element ref="ns:eme_lir"/>
<xs:element ref="ns:tlrr"/>
<xs:element ref="ns:tlrsr"/>
</xs:choice>
</xs:sequence>
<xs:attribute type="xs:string" fixed="3.1.0" name="ver"/>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
SvcInit() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearChoiceSelect()
Clear the choice selection.
|
EmeLir |
getEmeLir()
Get the 'eme_lir' element value.
|
Hdr |
getHdr()
Get the 'hdr' element value.
|
Slir |
getSlir()
Get the 'slir' element value.
|
Tlrr |
getTlrr()
Get the 'tlrr' element value.
|
Tlrsr |
getTlrsr()
Get the 'tlrsr' element value.
|
String |
getVer()
Get the 'ver' attribute value.
|
boolean |
ifEmeLir()
Check if EmeLir is current selection for choice.
|
boolean |
ifSlir()
Check if Slir is current selection for choice.
|
boolean |
ifTlrr()
Check if Tlrr is current selection for choice.
|
boolean |
ifTlrsr()
Check if Tlrsr is current selection for choice.
|
void |
setEmeLir(EmeLir emeLir)
Set the 'eme_lir' element value.
|
void |
setHdr(Hdr hdr)
Set the 'hdr' element value.
|
void |
setSlir(Slir slir)
Set the 'slir' element value.
|
void |
setTlrr(Tlrr tlrr)
Set the 'tlrr' element value.
|
void |
setTlrsr(Tlrsr tlrsr)
Set the 'tlrsr' 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 ifSlir()
true if selection, false if notpublic Slir getSlir()
public void setSlir(Slir slir)
slir - public boolean ifEmeLir()
true if selection, false if notpublic EmeLir getEmeLir()
public void setEmeLir(EmeLir emeLir)
emeLir - public boolean ifTlrr()
true if selection, false if notpublic Tlrr getTlrr()
public void setTlrr(Tlrr tlrr)
tlrr - public boolean ifTlrsr()
true if selection, false if notpublic Tlrsr getTlrsr()
public void setTlrsr(Tlrsr tlrsr)
tlrsr - public String getVer()
public void setVer(String ver)
ver - Copyright © 2016. All Rights Reserved.