public class GlobalCellIdImpl extends OctetStringBase implements GlobalCellId
| Modifier and Type | Field and Description |
|---|---|
protected static javolution.xml.XMLFormat<GlobalCellIdImpl> |
GLOBAL_CELL_ID_XML
XML Serialization/Deserialization
|
_PrimitiveName, data, maxLength, minLength| Constructor and Description |
|---|
GlobalCellIdImpl() |
GlobalCellIdImpl(byte[] data) |
GlobalCellIdImpl(int mcc,
int mnc,
int lac,
int cellId) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCellId() |
byte[] |
getData() |
int |
getLac() |
int |
getMcc() |
int |
getMnc() |
void |
setData(int mcc,
int mnc,
int lac,
int cellId) |
String |
toString() |
_decode, decodeAll, decodeData, encodeAll, encodeAll, encodeData, equals, getIsPrimitive, getTag, getTagClass, hashCode, printDataArrprotected static final javolution.xml.XMLFormat<GlobalCellIdImpl> GLOBAL_CELL_ID_XML
public GlobalCellIdImpl()
public GlobalCellIdImpl(byte[] data)
public GlobalCellIdImpl(int mcc,
int mnc,
int lac,
int cellId)
throws MAPException
MAPExceptionpublic void setData(int mcc,
int mnc,
int lac,
int cellId)
throws MAPException
MAPExceptionpublic byte[] getData()
getData in interface GlobalCellIdpublic int getMcc()
throws MAPException
getMcc in interface GlobalCellIdMAPExceptionpublic int getMnc()
throws MAPException
getMnc in interface GlobalCellIdMAPExceptionpublic int getLac()
throws MAPException
getLac in interface GlobalCellIdMAPExceptionpublic int getCellId()
throws MAPException
getCellId in interface GlobalCellIdMAPExceptionpublic String toString()
toString in class OctetStringBaseCopyright © 2016. All Rights Reserved.