org.oma.protocols.mlp.svc_init.Tlrr Maven / Gradle / Ivy
package org.oma.protocols.mlp.svc_init;
/**
* Schema fragment(s) for this class:
*
* <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>
*
*/
public class Tlrr
{
private Msids msids;
private Interval interval;
private StartTime startTime;
private StopTime stopTime;
private TlrrEvent tlrrEvent;
private Qop qop;
private GeoInfo geoInfo;
private Pushaddr pushaddr;
private LocType locType;
private Prio prio;
private String ver;
/**
* Get the 'msids' element value.
*
* @return value
*/
public Msids getMsids() {
return msids;
}
/**
* Set the 'msids' element value.
*
* @param msids
*/
public void setMsids(Msids msids) {
this.msids = msids;
}
/**
* Get the 'interval' element value.
*
* @return value
*/
public Interval getInterval() {
return interval;
}
/**
* Set the 'interval' element value.
*
* @param interval
*/
public void setInterval(Interval interval) {
this.interval = interval;
}
/**
* Get the 'start_time' element value.
*
* @return value
*/
public StartTime getStartTime() {
return startTime;
}
/**
* Set the 'start_time' element value.
*
* @param startTime
*/
public void setStartTime(StartTime startTime) {
this.startTime = startTime;
}
/**
* Get the 'stop_time' element value.
*
* @return value
*/
public StopTime getStopTime() {
return stopTime;
}
/**
* Set the 'stop_time' element value.
*
* @param stopTime
*/
public void setStopTime(StopTime stopTime) {
this.stopTime = stopTime;
}
/**
* Get the 'tlrr_event' element value.
*
* @return value
*/
public TlrrEvent getTlrrEvent() {
return tlrrEvent;
}
/**
* Set the 'tlrr_event' element value.
*
* @param tlrrEvent
*/
public void setTlrrEvent(TlrrEvent tlrrEvent) {
this.tlrrEvent = tlrrEvent;
}
/**
* Get the 'qop' element value.
*
* @return value
*/
public Qop getQop() {
return qop;
}
/**
* Set the 'qop' element value.
*
* @param qop
*/
public void setQop(Qop qop) {
this.qop = qop;
}
/**
* Get the 'geo_info' element value.
*
* @return value
*/
public GeoInfo getGeoInfo() {
return geoInfo;
}
/**
* Set the 'geo_info' element value.
*
* @param geoInfo
*/
public void setGeoInfo(GeoInfo geoInfo) {
this.geoInfo = geoInfo;
}
/**
* Get the 'pushaddr' element value.
*
* @return value
*/
public Pushaddr getPushaddr() {
return pushaddr;
}
/**
* Set the 'pushaddr' element value.
*
* @param pushaddr
*/
public void setPushaddr(Pushaddr pushaddr) {
this.pushaddr = pushaddr;
}
/**
* Get the 'loc_type' element value.
*
* @return value
*/
public LocType getLocType() {
return locType;
}
/**
* Set the 'loc_type' element value.
*
* @param locType
*/
public void setLocType(LocType locType) {
this.locType = locType;
}
/**
* Get the 'prio' element value.
*
* @return value
*/
public Prio getPrio() {
return prio;
}
/**
* Set the 'prio' element value.
*
* @param prio
*/
public void setPrio(Prio prio) {
this.prio = prio;
}
/**
* Get the 'ver' attribute value.
*
* @return value
*/
public String getVer() {
return ver;
}
/**
* Set the 'ver' attribute value.
*
* @param ver
*/
public void setVer(String ver) {
this.ver = ver;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy