public class MAPErrorMessageFacilityNotSupImpl extends MAPErrorMessageImpl implements MAPErrorMessageFacilityNotSup
| Modifier and Type | Field and Description |
|---|---|
protected static javolution.xml.XMLFormat<MAPErrorMessageFacilityNotSupImpl> |
MAP_ERROR_MESSAGE_FACILITY_NOT_SUPPORTED_XML
XML Serialization/Deserialization
|
static int |
neededLcsCapabilityNotSupportedInServingNode_TAG |
static int |
shapeOfLocationEstimateNotSupported_TAG |
errorCode, MAP_ERROR_MESSAGE_XML| Constructor and Description |
|---|
MAPErrorMessageFacilityNotSupImpl() |
MAPErrorMessageFacilityNotSupImpl(MAPExtensionContainer extensionContainer,
Boolean shapeOfLocationEstimateNotSupported,
Boolean neededLcsCapabilityNotSupportedInServingNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeAll(org.mobicents.protocols.asn.AsnInputStream ansIS)
Decoding the length and the content of the primitive (the tag has already read)
|
void |
decodeData(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length)
Decoding the content of the primitive (the tag and the length have already read)
|
void |
encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs)
Encoding the tag, the length and the content.
|
void |
encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs,
int tagClass,
int tag)
Encoding the tag, the length and the content.
|
void |
encodeData(org.mobicents.protocols.asn.AsnOutputStream aos)
Encoding the content.
|
MAPErrorMessageFacilityNotSup |
getEmFacilityNotSup() |
MAPExtensionContainer |
getExtensionContainer() |
boolean |
getIsPrimitive() |
Boolean |
getNeededLcsCapabilityNotSupportedInServingNode() |
void |
getNeededLcsCapabilityNotSupportedInServingNode(Boolean neededLcsCapabilityNotSupportedInServingNode) |
Boolean |
getShapeOfLocationEstimateNotSupported() |
int |
getTag() |
int |
getTagClass() |
boolean |
isEmFacilityNotSup() |
void |
setExtensionContainer(MAPExtensionContainer extensionContainer) |
void |
setShapeOfLocationEstimateNotSupported(Boolean shapeOfLocationEstimateNotSupported) |
String |
toString() |
getEmAbsentSubscriber, getEmAbsentSubscriberSM, getEmBusySubscriber, getEmCallBarred, getEmCUGReject, getEmExtensionContainer, getEmParameterless, getEmPositionMethodFailure, getEmPwRegistrationFailure, getEmRoamingNotAllowed, getEmSMDeliveryFailure, getEmSsErrorStatus, getEmSsIncompatibility, getEmSubscriberBusyForMtSms, getEmSystemFailure, getEmUnauthorizedLCSClient, getEmUnknownSubscriber, getErrorCode, isEmAbsentSubscriber, isEmAbsentSubscriberSM, isEmBusySubscriber, isEmCallBarred, isEmCUGReject, isEmExtensionContainer, isEmParameterless, isEmPositionMethodFailure, isEmPwRegistrationFailure, isEmRoamingNotAllowed, isEmSMDeliveryFailure, isEmSsErrorStatus, isEmSsIncompatibility, isEmSubscriberBusyForMtSms, isEmSystemFailure, isEmUnauthorizedLCSClient, isEmUnknownSubscriberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEmAbsentSubscriber, getEmAbsentSubscriberSM, getEmCallBarred, getEmExtensionContainer, getEmParameterless, getEmPositionMethodFailure, getEmSMDeliveryFailure, getEmSubscriberBusyForMtSms, getEmSystemFailure, getEmUnauthorizedLCSClient, getEmUnknownSubscriber, getErrorCode, isEmAbsentSubscriber, isEmAbsentSubscriberSM, isEmCallBarred, isEmExtensionContainer, isEmParameterless, isEmPositionMethodFailure, isEmSMDeliveryFailure, isEmSubscriberBusyForMtSms, isEmSystemFailure, isEmUnauthorizedLCSClient, isEmUnknownSubscriberpublic static final int shapeOfLocationEstimateNotSupported_TAG
public static final int neededLcsCapabilityNotSupportedInServingNode_TAG
protected static final javolution.xml.XMLFormat<MAPErrorMessageFacilityNotSupImpl> MAP_ERROR_MESSAGE_FACILITY_NOT_SUPPORTED_XML
public MAPErrorMessageFacilityNotSupImpl(MAPExtensionContainer extensionContainer, Boolean shapeOfLocationEstimateNotSupported, Boolean neededLcsCapabilityNotSupportedInServingNode)
public MAPErrorMessageFacilityNotSupImpl()
public boolean isEmFacilityNotSup()
isEmFacilityNotSup in interface MAPErrorMessageisEmFacilityNotSup in class MAPErrorMessageImplpublic MAPErrorMessageFacilityNotSup getEmFacilityNotSup()
getEmFacilityNotSup in interface MAPErrorMessagegetEmFacilityNotSup in class MAPErrorMessageImplpublic MAPExtensionContainer getExtensionContainer()
getExtensionContainer in interface MAPErrorMessageFacilityNotSuppublic Boolean getShapeOfLocationEstimateNotSupported()
getShapeOfLocationEstimateNotSupported in interface MAPErrorMessageFacilityNotSuppublic Boolean getNeededLcsCapabilityNotSupportedInServingNode()
getNeededLcsCapabilityNotSupportedInServingNode in interface MAPErrorMessageFacilityNotSuppublic void setExtensionContainer(MAPExtensionContainer extensionContainer)
setExtensionContainer in interface MAPErrorMessageFacilityNotSuppublic void setShapeOfLocationEstimateNotSupported(Boolean shapeOfLocationEstimateNotSupported)
setShapeOfLocationEstimateNotSupported in interface MAPErrorMessageFacilityNotSuppublic void getNeededLcsCapabilityNotSupportedInServingNode(Boolean neededLcsCapabilityNotSupportedInServingNode)
getNeededLcsCapabilityNotSupportedInServingNode in interface MAPErrorMessageFacilityNotSuppublic int getTag()
throws MAPException
getTag in interface MAPAsnPrimitiveMAPExceptionpublic int getTagClass()
getTagClass in interface MAPAsnPrimitivepublic boolean getIsPrimitive()
getIsPrimitive in interface MAPAsnPrimitivepublic void decodeAll(org.mobicents.protocols.asn.AsnInputStream ansIS)
throws MAPParsingComponentException
MAPAsnPrimitivedecodeAll in interface MAPAsnPrimitiveansIS - The AsnInputStream that contains the length and the content of the primitiveMAPParsingComponentExceptionpublic void decodeData(org.mobicents.protocols.asn.AsnInputStream ansIS,
int length)
throws MAPParsingComponentException
MAPAsnPrimitivedecodeData in interface MAPAsnPrimitiveansIS - The AsnInputStream that contains the content of the primitivelength - The length of the contentMAPParsingComponentExceptionpublic void encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
MAPAsnPrimitiveencodeAll in interface MAPAsnPrimitiveMAPExceptionpublic void encodeAll(org.mobicents.protocols.asn.AsnOutputStream asnOs,
int tagClass,
int tag)
throws MAPException
MAPAsnPrimitiveencodeAll in interface MAPAsnPrimitiveMAPExceptionpublic void encodeData(org.mobicents.protocols.asn.AsnOutputStream aos)
throws MAPException
MAPAsnPrimitiveencodeData in interface MAPAsnPrimitiveMAPExceptionCopyright © 2016. All Rights Reserved.