public class EmeLir extends Object
<xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="eme_lir">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="ns:msids"/>
<xs:sequence maxOccurs="unbounded">
<!-- Reference to inner class Sequence -->
</xs:sequence>
</xs:choice>
<xs:element ref="ns:eqop" minOccurs="0"/>
<xs:element ref="ns:geo_info" minOccurs="0"/>
<xs:element ref="ns:loc_type" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:string" fixed="3.1.0" name="ver"/>
</xs:complexType>
</xs:element>
| Modifier and Type | Class and Description |
|---|---|
static class |
EmeLir.Sequence
Schema fragment(s) for this class:
|
| Constructor and Description |
|---|
EmeLir() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearChoiceSelect()
Clear the choice selection.
|
Eqop |
getEqop()
Get the 'eqop' element value.
|
GeoInfo |
getGeoInfo()
Get the 'geo_info' element value.
|
LocType |
getLocType()
Get the 'loc_type' element value.
|
Msids |
getMsids()
Get the 'msids' element value.
|
List<EmeLir.Sequence> |
getSequenceList()
Get the list of sequence items.
|
String |
getVer()
Get the 'ver' attribute value.
|
boolean |
ifMsids()
Check if Msids is current selection for choice.
|
boolean |
ifSequenceList()
Check if SequenceList is current selection for choice.
|
void |
setEqop(Eqop eqop)
Set the 'eqop' element value.
|
void |
setGeoInfo(GeoInfo geoInfo)
Set the 'geo_info' element value.
|
void |
setLocType(LocType locType)
Set the 'loc_type' element value.
|
void |
setMsids(Msids msids)
Set the 'msids' element value.
|
void |
setSequenceList(List<EmeLir.Sequence> list)
Set the list of sequence items.
|
void |
setVer(String ver)
Set the 'ver' attribute value.
|
public void clearChoiceSelect()
public boolean ifMsids()
true if selection, false if notpublic Msids getMsids()
public void setMsids(Msids msids)
msids - public boolean ifSequenceList()
true if selection, false if notpublic List<EmeLir.Sequence> getSequenceList()
public void setSequenceList(List<EmeLir.Sequence> list)
list - public Eqop getEqop()
public void setEqop(Eqop eqop)
eqop - public GeoInfo getGeoInfo()
public void setGeoInfo(GeoInfo geoInfo)
geoInfo - public LocType getLocType()
public void setLocType(LocType locType)
locType - public String getVer()
public void setVer(String ver)
ver - Copyright © 2016. All Rights Reserved.