public class GsmNetParam extends Object
<xs:element xmlns:ns="MLP_SVC_RESULT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="gsm_net_param">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:cgi" minOccurs="0"/>
<xs:element ref="ns:neid" minOccurs="0"/>
<xs:element ref="ns:nmr" minOccurs="0"/>
<xs:element ref="ns:ta" minOccurs="0"/>
<xs:element ref="ns:lmsi" minOccurs="0"/>
<xs:element ref="ns:imsi" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
GsmNetParam() |
| Modifier and Type | Method and Description |
|---|---|
Cgi |
getCgi()
Get the 'cgi' element value.
|
Imsi |
getImsi()
Get the 'imsi' element value.
|
Lmsi |
getLmsi()
Get the 'lmsi' element value.
|
Neid |
getNeid()
Get the 'neid' element value.
|
Nmr |
getNmr()
Get the 'nmr' element value.
|
Ta |
getTa()
Get the 'ta' element value.
|
void |
setCgi(Cgi cgi)
Set the 'cgi' element value.
|
void |
setImsi(Imsi imsi)
Set the 'imsi' element value.
|
void |
setLmsi(Lmsi lmsi)
Set the 'lmsi' element value.
|
void |
setNeid(Neid neid)
Set the 'neid' element value.
|
void |
setNmr(Nmr nmr)
Set the 'nmr' element value.
|
void |
setTa(Ta ta)
Set the 'ta' element value.
|
public Cgi getCgi()
public void setCgi(Cgi cgi)
cgi - public Neid getNeid()
public void setNeid(Neid neid)
neid - public Nmr getNmr()
public void setNmr(Nmr nmr)
nmr - public Ta getTa()
public void setTa(Ta ta)
ta - public Lmsi getLmsi()
public void setLmsi(Lmsi lmsi)
lmsi - public Imsi getImsi()
public void setImsi(Imsi imsi)
imsi - Copyright © 2016. All Rights Reserved.