public class Slir extends Object
<xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="slir">
<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:element ref="ns:prio" minOccurs="0"/>
<xs:element ref="ns:pushaddr" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:string" fixed="3.0.0" name="ver"/>
<xs:attribute default="SYNC" name="res_type">
<xs:simpleType>
<!-- Reference to inner class ResType -->
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
| Modifier and Type | Class and Description |
|---|---|
static class |
Slir.ResType
Schema fragment(s) for this class:
|
static class |
Slir.Sequence
Schema fragment(s) for this class:
|
| Constructor and Description |
|---|
Slir() |
| 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.
|
Prio |
getPrio()
Get the 'prio' element value.
|
Pushaddr |
getPushaddr()
Get the 'pushaddr' element value.
|
Slir.ResType |
getResType()
Get the 'res_type' attribute value.
|
List<Slir.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 |
setPrio(Prio prio)
Set the 'prio' element value.
|
void |
setPushaddr(Pushaddr pushaddr)
Set the 'pushaddr' element value.
|
void |
setResType(Slir.ResType resType)
Set the 'res_type' attribute value.
|
void |
setSequenceList(List<Slir.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<Slir.Sequence> getSequenceList()
public void setSequenceList(List<Slir.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 Prio getPrio()
public void setPrio(Prio prio)
prio - public Pushaddr getPushaddr()
public void setPushaddr(Pushaddr pushaddr)
pushaddr - public String getVer()
public void setVer(String ver)
ver - public Slir.ResType getResType()
public void setResType(Slir.ResType resType)
resType - Copyright © 2016. All Rights Reserved.