public class CellGlobalIdOrServiceAreaIdFixedLengthImpl extends OctetStringBase implements CellGlobalIdOrServiceAreaIdFixedLength
| Modifier and Type | Field and Description |
|---|---|
protected static javolution.xml.XMLFormat<CellGlobalIdOrServiceAreaIdFixedLengthImpl> |
CELL_GLOBAL_ID_OR_SERVICE_AREA_ID_FIXED_LENGTH_XML
XML Serialization/Deserialization
|
_PrimitiveName, data, maxLength, minLength| Constructor and Description |
|---|
CellGlobalIdOrServiceAreaIdFixedLengthImpl() |
CellGlobalIdOrServiceAreaIdFixedLengthImpl(byte[] data) |
CellGlobalIdOrServiceAreaIdFixedLengthImpl(int mcc,
int mnc,
int lac,
int cellIdOrServiceAreaCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCellIdOrServiceAreaCode() |
byte[] |
getData() |
int |
getLac() |
int |
getMCC() |
int |
getMNC() |
void |
setData(int mcc,
int mnc,
int lac,
int cellIdOrServiceAreaCode) |
String |
toString() |
_decode, decodeAll, decodeData, encodeAll, encodeAll, encodeData, equals, getIsPrimitive, getTag, getTagClass, hashCode, printDataArrprotected static final javolution.xml.XMLFormat<CellGlobalIdOrServiceAreaIdFixedLengthImpl> CELL_GLOBAL_ID_OR_SERVICE_AREA_ID_FIXED_LENGTH_XML
public CellGlobalIdOrServiceAreaIdFixedLengthImpl()
public CellGlobalIdOrServiceAreaIdFixedLengthImpl(byte[] data)
public CellGlobalIdOrServiceAreaIdFixedLengthImpl(int mcc,
int mnc,
int lac,
int cellIdOrServiceAreaCode)
throws MAPException
MAPExceptionpublic void setData(int mcc,
int mnc,
int lac,
int cellIdOrServiceAreaCode)
throws MAPException
MAPExceptionpublic byte[] getData()
getData in interface CellGlobalIdOrServiceAreaIdFixedLengthpublic int getMCC()
throws MAPException
getMCC in interface CellGlobalIdOrServiceAreaIdFixedLengthMAPExceptionpublic int getMNC()
throws MAPException
getMNC in interface CellGlobalIdOrServiceAreaIdFixedLengthMAPExceptionpublic int getLac()
throws MAPException
getLac in interface CellGlobalIdOrServiceAreaIdFixedLengthMAPExceptionpublic int getCellIdOrServiceAreaCode()
throws MAPException
getCellIdOrServiceAreaCode in interface CellGlobalIdOrServiceAreaIdFixedLengthMAPExceptionpublic String toString()
toString in class OctetStringBaseCopyright © 2016. All Rights Reserved.