public class Tlrr extends Object
<xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="tlrr">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:msids"/>
<xs:element ref="ns:interval" minOccurs="0"/>
<xs:element ref="ns:start_time" minOccurs="0"/>
<xs:element ref="ns:stop_time" minOccurs="0"/>
<xs:element ref="ns:tlrr_event" minOccurs="0"/>
<xs:element ref="ns:qop" minOccurs="0"/>
<xs:element ref="ns:geo_info" minOccurs="0"/>
<xs:element ref="ns:pushaddr" minOccurs="0"/>
<xs:element ref="ns:loc_type" minOccurs="0"/>
<xs:element ref="ns:prio" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:string" fixed="3.0.0" name="ver"/>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
Tlrr() |
| Modifier and Type | Method and Description |
|---|---|
GeoInfo |
getGeoInfo()
Get the 'geo_info' element value.
|
Interval |
getInterval()
Get the 'interval' 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.
|
Qop |
getQop()
Get the 'qop' element value.
|
StartTime |
getStartTime()
Get the 'start_time' element value.
|
StopTime |
getStopTime()
Get the 'stop_time' element value.
|
TlrrEvent |
getTlrrEvent()
Get the 'tlrr_event' element value.
|
String |
getVer()
Get the 'ver' attribute value.
|
void |
setGeoInfo(GeoInfo geoInfo)
Set the 'geo_info' element value.
|
void |
setInterval(Interval interval)
Set the 'interval' 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 |
setQop(Qop qop)
Set the 'qop' element value.
|
void |
setStartTime(StartTime startTime)
Set the 'start_time' element value.
|
void |
setStopTime(StopTime stopTime)
Set the 'stop_time' element value.
|
void |
setTlrrEvent(TlrrEvent tlrrEvent)
Set the 'tlrr_event' element value.
|
void |
setVer(String ver)
Set the 'ver' attribute value.
|
public Msids getMsids()
public void setMsids(Msids msids)
msids - public Interval getInterval()
public void setInterval(Interval interval)
interval - public StartTime getStartTime()
public void setStartTime(StartTime startTime)
startTime - public StopTime getStopTime()
public void setStopTime(StopTime stopTime)
stopTime - public TlrrEvent getTlrrEvent()
public void setTlrrEvent(TlrrEvent tlrrEvent)
tlrrEvent - public Qop getQop()
public void setQop(Qop qop)
qop - public GeoInfo getGeoInfo()
public void setGeoInfo(GeoInfo geoInfo)
geoInfo - public Pushaddr getPushaddr()
public void setPushaddr(Pushaddr pushaddr)
pushaddr - public LocType getLocType()
public void setLocType(LocType locType)
locType - public Prio getPrio()
public void setPrio(Prio prio)
prio - public String getVer()
public void setVer(String ver)
ver - Copyright © 2016. All Rights Reserved.