public class Cgi extends Object
<xs:element xmlns:ns="MLP_SVC_RESULT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="cgi">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:mcc"/>
<xs:element ref="ns:mnc"/>
<xs:element ref="ns:lac"/>
<xs:element ref="ns:cellid"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
Cgi() |
| Modifier and Type | Method and Description |
|---|---|
Cellid |
getCellid()
Get the 'cellid' element value.
|
Lac |
getLac()
Get the 'lac' element value.
|
Mcc |
getMcc()
Get the 'mcc' element value.
|
Mnc |
getMnc()
Get the 'mnc' element value.
|
void |
setCellid(Cellid cellid)
Set the 'cellid' element value.
|
void |
setLac(Lac lac)
Set the 'lac' element value.
|
void |
setMcc(Mcc mcc)
Set the 'mcc' element value.
|
void |
setMnc(Mnc mnc)
Set the 'mnc' element value.
|
public Mcc getMcc()
public void setMcc(Mcc mcc)
mcc - public Mnc getMnc()
public void setMnc(Mnc mnc)
mnc - public Lac getLac()
public void setLac(Lac lac)
lac - public Cellid getCellid()
public void setCellid(Cellid cellid)
cellid - Copyright © 2016. All Rights Reserved.