Serialized Form
-
Package com.opencloud.slee.resources.cgin
-
Class AbstractEncodedDataObject extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
encoded
T encoded
Encoded data. Ifnull
then the encoded form of the state is not known. (There may or may not be a decoded form of the state, and that may or may not be known.)
-
-
-
Class AbstractInfoObject extends ImmutableDataObject implements Serializable
-
Class AbstractLazyEncodedByteArray extends AbstractLazyEncodedDataObject<byte[]> implements Serializable
-
Class AbstractLazyEncodedDataObject extends AbstractEncodedDataObject<T> implements Serializable
-
Serialized Fields
-
isDecoded
boolean isDecoded
Whether the state is in the decoded form. (The state is in the encoded form if encoded != null.)
-
-
-
Class AbstractLazyEncodedNamedInteger extends AbstractLazyEncodedDataObject<T extends NamedInteger> implements Serializable
-
Class ArrayDataObject extends AbstractList<T> implements Serializable
-
Serialized Fields
-
readonly
boolean readonly
-
value
T[] value
-
-
-
Class ArrayOfDataObject extends ArrayDataObject<T extends DataObject> implements Serializable
-
Class ASN1Null extends ImmutableDataObject implements Serializable
-
Serialization Methods
-
readResolve
public Object readResolve()
Ensures that the static instance is used on deserialization.
-
-
-
Class ASN1Time extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Day_present
boolean Day_present
Whether field Day is present. -
Day_value
int Day_value
Value of field Day. -
Hour_present
boolean Hour_present
Whether field Hour is present. -
Hour_value
int Hour_value
Value of field Hour. -
IsUTCTime_present
boolean IsUTCTime_present
Whether field IsUTCTime is present. -
IsUTCTime_value
boolean IsUTCTime_value
Value of field IsUTCTime. -
MilliSecond_present
boolean MilliSecond_present
Whether field MilliSecond is present. -
MilliSecond_value
int MilliSecond_value
Value of field MilliSecond. -
Minute_present
boolean Minute_present
Whether field Minute is present. -
Minute_value
int Minute_value
Value of field Minute. -
MinuteDifferential_present
boolean MinuteDifferential_present
Whether field MinuteDifferential is present. -
MinuteDifferential_value
int MinuteDifferential_value
Value of field MinuteDifferential. -
Month_present
boolean Month_present
Whether field Month is present. -
Month_value
int Month_value
Value of field Month. -
Second_present
boolean Second_present
Whether field Second is present. -
Second_value
int Second_value
Value of field Second. -
Year_present
boolean Year_present
Whether field Year is present. -
Year_value
int Year_value
Value of field Year.
-
-
-
Class BitString extends AbstractDataObject implements Serializable
-
Serialized Fields
-
bitSet
BitSet bitSet
Set of bit values.
-
-
-
Class BitStringWithNamedBits extends BitString implements Serializable
-
Class BitStringWithNamedBits.NamedBit extends NamedInteger implements Serializable
-
Class BooleanDataObject extends ImmutableDataObject implements Serializable
-
Serialized Fields
-
value
Boolean value
-
-
-
Class Code extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
choice
Code.Choice choice
Discriminant for which choice is chosen. -
Global_value
ObjectID Global_value
Value of field Global. -
Local_value
int Local_value
Value of field Local. -
National_value
int National_value
Value of field National. -
Private_value
int Private_value
Value of field Private.
-
-
-
Class ContainingOctetString extends ExtendibleOctetString implements Serializable
-
Serialized Fields
-
Contained_value
DataObject Contained_value
-
decodingError
Throwable decodingError
-
-
-
Class DecodeException extends IllegalStateException implements Serializable
-
Class DecodeFailedException extends ProtocolException implements Serializable
-
Class DialogCreationFailedException extends ProtocolException implements Serializable
-
Class EncodedExternal extends ImmutableDataObject implements Serializable
-
Serialized Fields
-
dataValueDescriptor
String dataValueDescriptor
-
decodingError
Throwable decodingError
-
directReference
ObjectID directReference
-
encodedValue
byte[] encodedValue
-
encoding
EncodedExternal.ExternalEncoding encoding
-
indirectReference
Long indirectReference
-
-
-
Class EncodedInteger extends Number implements Serializable
-
Serialized Fields
-
value
int value
-
-
-
Class EncodedStringWithIndicators extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Data_value
byte[] Data_value
Value of field Data. -
Indicators_value
StringIndicators Indicators_value
Value of field Indicators.
-
-
-
Class EncodeException extends IllegalStateException implements Serializable
-
Class EncodeFailedException extends ProtocolException implements Serializable
-
Class ExtendibleOctetString extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ByteArray_value
byte[] ByteArray_value
-
-
-
Class IllegalDialogStateException extends ProtocolException implements Serializable
-
Class IllegalOperationStateException extends ProtocolException implements Serializable
-
Class ObjectID extends ImmutableDataObject implements Serializable
-
Serialized Fields
-
cachedHashCode
int cachedHashCode
Cached hashcode (result of Arrays.hashCode(encoded)) -
encoded
byte[] encoded
BER-encoded value, always present -
ids
long[] ids
Array of subidentifiers, or null if not yet decoded
-
-
-
Class OpenId extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
OpenId.Choice choice
Value of the discriminant. -
Global_value
ObjectID Global_value
Value of the field global. -
Local_value
long Local_value
Value of the field local.
-
-
-
Class OpenId.Choice extends NamedInteger implements Serializable
-
Class ProtocolException extends Exception implements Serializable
-
Class RejectProblem.GeneralProblem extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class RejectProblem.InvokeProblem extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class RejectProblem.ReturnErrorProblem extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class RejectProblem.ReturnResultProblem extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class RejectProblem.TransactionProblem extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class SccpAddress extends AbstractDataObject implements Serializable
-
Serialized Fields
-
address
String address
-
addressType
SccpAddress.Type addressType
-
encoding
byte encoding
-
gt
SccpAddress.GTIndicator gt
-
national
boolean national
-
nature
byte nature
-
pc
int pc
-
plan
byte plan
-
routeOnPC
boolean routeOnPC
-
ssn
short ssn
-
tt
short tt
-
-
-
Class StringIndicators extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
NumSemiOctets_present
boolean NumSemiOctets_present
Whether field NumSemiOctets is present. -
NumSemiOctets_value
int NumSemiOctets_value
Value of field NumSemiOctets. -
Odd_present
boolean Odd_present
Whether field Odd is present. -
Odd_value
boolean Odd_value
Value of field Odd.
-
-
-
Class TcapApplicationContext extends ImmutableDataObject implements Serializable
-
Serialized Fields
-
acn
ObjectID acn
-
cachedHashCode
int cachedHashCode
-
initiator
TcapOperation[] initiator
-
moduleName
String moduleName
-
protocolName
String protocolName
-
responder
TcapOperation[] responder
-
tcapStackType
TcapStackType tcapStackType
-
valuerefName
String valuerefName
-
-
-
Class TcapError extends ImmutableDataObject implements Serializable
-
Serialized Fields
-
apiName
String apiName
-
baseError
TcapError baseError
-
cachedHashCode
int cachedHashCode
-
code
Code code
-
errorEventClassName
String errorEventClassName
-
errorEventTypeID
EventTypeID errorEventTypeID
-
fieldName
String fieldName
-
moduleName
String moduleName
-
paramOptional
boolean paramOptional
-
paramTypeName
String paramTypeName
-
parent
TcapError parent
-
protocolName
String protocolName
-
valuerefName
String valuerefName
-
-
-
Class TcapOperation extends ImmutableDataObject implements Serializable
-
Serialized Fields
-
apiName
String apiName
-
argOptional
boolean argOptional
-
argTypeName
String argTypeName
-
baseOperation
TcapOperation baseOperation
-
cachedHashCode
int cachedHashCode
-
classOfOperation
TcapOperation.OperationClass classOfOperation
-
code
Code code
-
errors
TcapError[] errors
-
fieldName
String fieldName
-
invokeEventClassName
String invokeEventClassName
-
invokeEventTypeID
EventTypeID invokeEventTypeID
-
linkedOperations
TcapOperation[] linkedOperations
-
moduleName
String moduleName
-
parent
TcapOperation parent
-
protocolName
String protocolName
-
resultEventClassName
String resultEventClassName
-
resultEventTypeID
EventTypeID resultEventTypeID
-
resultOptional
boolean resultOptional
-
resultTypeName
String resultTypeName
-
valuerefName
String valuerefName
-
-
-
Class TooManyInvokesException extends ProtocolException implements Serializable
-
Class UnknownErrorException extends ProtocolException implements Serializable
-
Class UnknownOperationException extends ProtocolException implements Serializable
-
Class UnsupportedApplicationContextException extends ProtocolException implements Serializable
-
Class UnsupportedDigitException extends RuntimeException implements Serializable
-
-
Package com.opencloud.slee.resources.cgin.callcontrol
-
Class CCAChBillingChargingCharacteristics extends ExtendibleOctetString implements Serializable
-
Class CCApplyChargingArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AChBillingChargingCharacteristics_value
CCAChBillingChargingCharacteristics AChBillingChargingCharacteristics_value
Value of the field aChBillingChargingCharacteristics. -
PartyToCharge_value
CCLegID PartyToCharge_value
Value of the field partyToCharge.
-
-
-
Class CCApplyChargingReportArg extends ExtendibleOctetString implements Serializable
-
Class CCAssistRequestInstructionsArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CorrelationID_value
GenericNumber CorrelationID_value
Value of the field correlationID. -
IPSSPCapabilities_value
CCIPSSPCapabilities IPSSPCapabilities_value
Value of the field iPSSPCapabilities.
-
-
-
Class CCBasicGapCriteria extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CalledAddressAndService_value
CCBasicGapCriteria.CalledAddressAndService CalledAddressAndService_value
Value of the field calledAddressAndService. -
CalledAddressValue_value
GenericNumber CalledAddressValue_value
Value of the field calledAddressValue. -
CallingAddressAndService_value
CCBasicGapCriteria.CallingAddressAndService CallingAddressAndService_value
Value of the field callingAddressAndService. -
choice
CCBasicGapCriteria.Choice choice
Value of the discriminant. -
GapOnService_value
CCGapOnService GapOnService_value
Value of the field gapOnService.
-
-
-
Class CCBasicGapCriteria.CalledAddressAndService extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CalledAddressValue_value
GenericNumber CalledAddressValue_value
Value of the field calledAddressValue. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey.
-
-
-
Class CCBasicGapCriteria.CallingAddressAndService extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallingAddressValue_value
GenericNumber CallingAddressValue_value
Value of the field callingAddressValue. -
LocationNumber_value
LocationNumber LocationNumber_value
Value of the field locationNumber. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey.
-
-
-
Class CCBasicGapCriteria.Choice extends NamedInteger implements Serializable
-
Class CCBCSMEvent extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
EventTypeBCSM_value
CCEventTypeBCSM EventTypeBCSM_value
Value of the field eventTypeBCSM. -
LegID_value
CCLegID LegID_value
Value of the field legID. -
MonitorMode_value
CCMonitorMode MonitorMode_value
Value of the field monitorMode.
-
-
-
Class CCBearerCapability extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BearerCap_value
BearerCapability BearerCap_value
Value of the field bearerCap. -
choice
CCBearerCapability.Choice choice
Value of the discriminant.
-
-
-
Class CCBearerCapability.Choice extends NamedInteger implements Serializable
-
Class CCCallGapArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ControlType_value
CCControlType ControlType_value
Value of the field controlType. -
GapCriteria_value
CCGapCriteria GapCriteria_value
Value of the field gapCriteria. -
GapIndicators_value
CCGapIndicators GapIndicators_value
Value of the field gapIndicators. -
GapTreatment_value
CCGapTreatment GapTreatment_value
Value of the field gapTreatment.
-
-
-
Class CCCallInformationReportArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
RequestedInformationList_value
CCRequestedInformation[] RequestedInformationList_value
Value of the field requestedInformationList.
-
-
-
Class CCCallInformationRequestArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
RequestedInformationTypeList_value
CCRequestedInformationType[] RequestedInformationTypeList_value
Value of the field requestedInformationTypeList.
-
-
-
Class CCCancelArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CCCancelArg.Choice choice
Value of the discriminant. -
InvokeID_value
int InvokeID_value
Value of the field invokeID.
-
-
-
Class CCCancelArg.Choice extends NamedInteger implements Serializable
-
Class CCCancelFailedArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Operation_present
boolean Operation_present
Whether a value for the field operation is present. -
Operation_value
int Operation_value
Value of the field operation. -
Problem_value
CCCancelFailedArg.Problem Problem_value
Value of the field problem.
-
-
-
Class CCCollectedDigits extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CancelDigit_value
AddressDelimiter CancelDigit_value
Value of the field cancelDigit. -
EndOfReplyDigit_value
AddressDelimiter EndOfReplyDigit_value
Value of the field endOfReplyDigit. -
Errortreatment_value
CCErrorTreatment Errortreatment_value
Value of the field errortreatment. -
FirstDigitTimeOut_present
boolean FirstDigitTimeOut_present
Whether a value for the field firstDigitTimeOut is present. -
FirstDigitTimeOut_value
int FirstDigitTimeOut_value
Value of the field firstDigitTimeOut. -
InterDigitTimeOut_present
boolean InterDigitTimeOut_present
Whether a value for the field interDigitTimeOut is present. -
InterDigitTimeOut_value
int InterDigitTimeOut_value
Value of the field interDigitTimeOut. -
InterruptableAnnInd_present
boolean InterruptableAnnInd_present
Whether a value for the field interruptableAnnInd is present. -
InterruptableAnnInd_value
boolean InterruptableAnnInd_value
Value of the field interruptableAnnInd. -
MaximumNbOfDigits_present
boolean MaximumNbOfDigits_present
Whether a value for the field maximumNbOfDigits is present. -
MaximumNbOfDigits_value
int MaximumNbOfDigits_value
Value of the field maximumNbOfDigits. -
MinimumNbOfDigits_present
boolean MinimumNbOfDigits_present
Whether a value for the field minimumNbOfDigits is present. -
MinimumNbOfDigits_value
int MinimumNbOfDigits_value
Value of the field minimumNbOfDigits. -
StartDigit_value
AddressDelimiter StartDigit_value
Value of the field startDigit. -
VoiceBack_present
boolean VoiceBack_present
Whether a value for the field voiceBack is present. -
VoiceBack_value
boolean VoiceBack_value
Value of the field voiceBack. -
VoiceInformation_present
boolean VoiceInformation_present
Whether a value for the field voiceInformation is present. -
VoiceInformation_value
boolean VoiceInformation_value
Value of the field voiceInformation.
-
-
-
Class CCCollectedInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CCCollectedInfo.Choice choice
Value of the discriminant. -
CollectedDigits_value
CCCollectedDigits CollectedDigits_value
Value of the field collectedDigits.
-
-
-
Class CCCollectedInfo.Choice extends NamedInteger implements Serializable
-
Class CCConnectArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AlertingPattern_value
Signal AlertingPattern_value
Value of the field alertingPattern. -
CallingPartysCategory_value
CallingPartysCategory CallingPartysCategory_value
Value of the field callingPartysCategory. -
DestinationRoutingAddress_value
CalledPartyNumber[] DestinationRoutingAddress_value
Value of the field destinationRoutingAddress. -
OriginalCalledPartyID_value
OriginalCalledNumber OriginalCalledPartyID_value
Value of the field originalCalledPartyID. -
RedirectingPartyID_value
RedirectingPartyNumber RedirectingPartyID_value
Value of the field redirectingPartyID. -
RedirectionInformation_value
RedirectionInformation RedirectionInformation_value
Value of the field redirectionInformation.
-
-
-
Class CCConnectToResourceArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ResourceAddress_value
CCConnectToResourceArg.ResourceAddress ResourceAddress_value
Value of the field resourceAddress.
-
-
-
Class CCConnectToResourceArg.ResourceAddress extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CCConnectToResourceArg.ResourceAddress.Choice choice
Value of the discriminant. -
IpRoutingAddress_value
CalledPartyNumber IpRoutingAddress_value
Value of the field ipRoutingAddress.
-
-
-
Class CCConnectToResourceArg.ResourceAddress.Choice extends NamedInteger implements Serializable
-
Class CCControlType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class CCEstablishTemporaryConnectionArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AssistingSSPIPRoutingAddress_value
GenericNumber AssistingSSPIPRoutingAddress_value
Value of the field assistingSSPIPRoutingAddress. -
CginAssistingDialogCorrelationID_value
GenericDigits CginAssistingDialogCorrelationID_value
Value of the field cginAssistingDialogCorrelationID. -
CorrelationID_value
GenericDigits CorrelationID_value
Value of the field correlationID. -
ScfID_value
CCScfID ScfID_value
Value of the field scfID.
-
-
-
Class CCEventReportBCSMArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
EventSpecificInformationBCSM_value
CCEventSpecificInformationBCSM EventSpecificInformationBCSM_value
Value of the field eventSpecificInformationBCSM. -
EventTypeBCSM_value
CCEventTypeBCSM EventTypeBCSM_value
Value of the field eventTypeBCSM. -
LegID_value
CCLegID LegID_value
Value of the field legID. -
MiscCallInfo_value
CCMiscCallInfo MiscCallInfo_value
Value of the field miscCallInfo.
-
-
-
Class CCEventSpecificInformationBCSM extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AnalyzedInfoSpecificInfo_value
CCEventSpecificInformationBCSM.AnalyzedInfoSpecificInfo AnalyzedInfoSpecificInfo_value
Value of the field analyzedInfoSpecificInfo. -
choice
CCEventSpecificInformationBCSM.Choice choice
Value of the discriminant. -
CollectedInfoSpecificInfo_value
CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo CollectedInfoSpecificInfo_value
Value of the field collectedInfoSpecificInfo. -
OAnswerSpecificInfo_value
CCEventSpecificInformationBCSM.OAnswerSpecificInfo OAnswerSpecificInfo_value
Value of the field oAnswerSpecificInfo. -
OCalledPartyBusySpecificInfo_value
CCEventSpecificInformationBCSM.OCalledPartyBusySpecificInfo OCalledPartyBusySpecificInfo_value
Value of the field oCalledPartyBusySpecificInfo. -
ODisconnectSpecificInfo_value
CCEventSpecificInformationBCSM.ODisconnectSpecificInfo ODisconnectSpecificInfo_value
Value of the field oDisconnectSpecificInfo. -
OMidCallSpecificInfo_value
CCEventSpecificInformationBCSM.OMidCallSpecificInfo OMidCallSpecificInfo_value
Value of the field oMidCallSpecificInfo. -
ONoAnswerSpecificInfo_value
CCEventSpecificInformationBCSM.ONoAnswerSpecificInfo ONoAnswerSpecificInfo_value
Value of the field oNoAnswerSpecificInfo. -
RouteSelectFailureSpecificInfo_value
CCEventSpecificInformationBCSM.RouteSelectFailureSpecificInfo RouteSelectFailureSpecificInfo_value
Value of the field routeSelectFailureSpecificInfo. -
TAnswerSpecificInfo_value
CCEventSpecificInformationBCSM.TAnswerSpecificInfo TAnswerSpecificInfo_value
Value of the field tAnswerSpecificInfo. -
TCalledPartyBusySpecificInfo_value
CCEventSpecificInformationBCSM.TCalledPartyBusySpecificInfo TCalledPartyBusySpecificInfo_value
Value of the field tCalledPartyBusySpecificInfo. -
TDisconnectSpecificInfo_value
CCEventSpecificInformationBCSM.TDisconnectSpecificInfo TDisconnectSpecificInfo_value
Value of the field tDisconnectSpecificInfo. -
TMidCallSpecificInfo_value
CCEventSpecificInformationBCSM.TMidCallSpecificInfo TMidCallSpecificInfo_value
Value of the field tMidCallSpecificInfo. -
TNoAnswerSpecificInfo_value
CCEventSpecificInformationBCSM.TNoAnswerSpecificInfo TNoAnswerSpecificInfo_value
Value of the field tNoAnswerSpecificInfo.
-
-
-
Class CCEventSpecificInformationBCSM.AnalyzedInfoSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CalledPartyNumber_value
CalledPartyNumber CalledPartyNumber_value
Value of the field calledPartyNumber.
-
-
-
Class CCEventSpecificInformationBCSM.Choice extends NamedInteger implements Serializable
-
Class CCEventSpecificInformationBCSM.CollectedInfoSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CalledPartyNumber_value
CalledPartyNumber CalledPartyNumber_value
Value of the field calledPartyNumber.
-
-
-
Class CCEventSpecificInformationBCSM.OAnswerSpecificInfo extends AbstractFieldsObject implements Serializable
-
Class CCEventSpecificInformationBCSM.OCalledPartyBusySpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BusyCause_value
Cause BusyCause_value
Value of the field busyCause.
-
-
-
Class CCEventSpecificInformationBCSM.ODisconnectSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ReleaseCause_value
Cause ReleaseCause_value
Value of the field releaseCause.
-
-
-
Class CCEventSpecificInformationBCSM.OMidCallSpecificInfo extends AbstractFieldsObject implements Serializable
-
Class CCEventSpecificInformationBCSM.ONoAnswerSpecificInfo extends AbstractFieldsObject implements Serializable
-
Class CCEventSpecificInformationBCSM.RouteSelectFailureSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
FailureCause_value
Cause FailureCause_value
Value of the field failureCause.
-
-
-
Class CCEventSpecificInformationBCSM.TAnswerSpecificInfo extends AbstractFieldsObject implements Serializable
-
Class CCEventSpecificInformationBCSM.TCalledPartyBusySpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BusyCause_value
Cause BusyCause_value
Value of the field busyCause.
-
-
-
Class CCEventSpecificInformationBCSM.TDisconnectSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ReleaseCause_value
Cause ReleaseCause_value
Value of the field releaseCause.
-
-
-
Class CCEventSpecificInformationBCSM.TMidCallSpecificInfo extends AbstractFieldsObject implements Serializable
-
Class CCEventSpecificInformationBCSM.TNoAnswerSpecificInfo extends AbstractFieldsObject implements Serializable
-
Class CCEventTypeBCSM extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class CCFurnishChargingInformationArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CCFurnishChargingInformationArg.Choice choice
Value of the discriminant. -
FCIBCCcs1_value
CCFurnishChargingInformationArg.FCIBCCcs1 FCIBCCcs1_value
Value of the field fCIBCCcs1.
-
-
-
Class CCFurnishChargingInformationArg.Choice extends NamedInteger implements Serializable
-
Class CCFurnishChargingInformationArg.FCIBCCcs1 extends ExtendibleOctetString implements Serializable
-
Class CCGapCriteria extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicGapCriteria_value
CCBasicGapCriteria BasicGapCriteria_value
Value of the field basicGapCriteria. -
choice
CCGapCriteria.Choice choice
Value of the discriminant.
-
-
-
Class CCGapCriteria.Choice extends NamedInteger implements Serializable
-
Class CCGapIndicators extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Duration_present
boolean Duration_present
Whether a value for the field duration is present. -
Duration_value
long Duration_value
Value of the field duration. -
Interval_present
boolean Interval_present
Whether a value for the field interval is present. -
Interval_value
long Interval_value
Value of the field interval.
-
-
-
Class CCGapOnService extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey.
-
-
-
Class CCGapTreatment extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CCGapTreatment.Choice choice
Value of the discriminant. -
InformationToSend_value
CCInformationToSend InformationToSend_value
Value of the field informationToSend. -
ReleaseCause_value
Cause ReleaseCause_value
Value of the field releaseCause.
-
-
-
Class CCGapTreatment.Choice extends NamedInteger implements Serializable
-
Class CCInbandInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Duration_present
boolean Duration_present
Whether a value for the field duration is present. -
Duration_value
int Duration_value
Value of the field duration. -
Interval_present
boolean Interval_present
Whether a value for the field interval is present. -
Interval_value
int Interval_value
Value of the field interval. -
MessageID_value
CCMessageID MessageID_value
Value of the field messageID. -
NumberOfRepetitions_present
boolean NumberOfRepetitions_present
Whether a value for the field numberOfRepetitions is present. -
NumberOfRepetitions_value
int NumberOfRepetitions_value
Value of the field numberOfRepetitions.
-
-
-
Class CCInformationToSend extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CCInformationToSend.Choice choice
Value of the discriminant. -
InbandInfo_value
CCInbandInfo InbandInfo_value
Value of the field inbandInfo. -
Tone_value
CCTone Tone_value
Value of the field tone.
-
-
-
Class CCInformationToSend.Choice extends NamedInteger implements Serializable
-
Class CCInitialDPArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AdditionalCallingPartyNumber_value
GenericNumber AdditionalCallingPartyNumber_value
Value of the field additionalCallingPartyNumber. -
BearerCapability_value
CCBearerCapability BearerCapability_value
Value of the field bearerCapability. -
CalledPartyNumber_value
CalledPartyNumber CalledPartyNumber_value
Value of the field calledPartyNumber. -
CallingPartyNumber_value
CallingPartyNumber CallingPartyNumber_value
Value of the field callingPartyNumber. -
CallingPartysCategory_value
CallingPartysCategory CallingPartysCategory_value
Value of the field callingPartysCategory. -
EventTypeBCSM_value
CCEventTypeBCSM EventTypeBCSM_value
Value of the field eventTypeBCSM. -
HighLayerCompatibility_value
HighLayerCompatibility HighLayerCompatibility_value
Value of the field highLayerCompatibility. -
IPSSPCapabilities_value
CCIPSSPCapabilities IPSSPCapabilities_value
Value of the field iPSSPCapabilities. -
LocationNumber_value
LocationNumber LocationNumber_value
Value of the field locationNumber. -
OriginalCalledPartyID_value
OriginalCalledNumber OriginalCalledPartyID_value
Value of the field originalCalledPartyID. -
RedirectingPartyID_value
RedirectingPartyNumber RedirectingPartyID_value
Value of the field redirectingPartyID. -
RedirectionInformation_value
RedirectionInformation RedirectionInformation_value
Value of the field redirectionInformation. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey.
-
-
-
Class CCIPSSPCapabilities extends ExtendibleOctetString implements Serializable
-
Class CCLegID extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CCLegID.Choice choice
Value of the discriminant. -
ReceivingSideID_value
LegType ReceivingSideID_value
Value of the field receivingSideID. -
SendingSideID_value
LegType SendingSideID_value
Value of the field sendingSideID.
-
-
-
Class CCLegID.Choice extends NamedInteger implements Serializable
-
Class CCMessageID extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CCMessageID.Choice choice
Value of the discriminant. -
ElementaryMessageID_value
int ElementaryMessageID_value
Value of the field elementaryMessageID. -
ElementaryMessageIDs_value
int[] ElementaryMessageIDs_value
Value of the field elementaryMessageIDs. -
Text_value
CCMessageID.Text Text_value
Value of the field text. -
VariableMessage_value
CCMessageID.VariableMessage VariableMessage_value
Value of the field variableMessage.
-
-
-
Class CCMessageID.Text extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Attributes_value
CCMessageID.Text.Attributes Attributes_value
Value of the field attributes. -
MessageContent_value
String MessageContent_value
Value of the field messageContent.
-
-
-
Class CCMessageID.Text.Attributes extends ExtendibleOctetString implements Serializable
-
Class CCMessageID.VariableMessage extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ElementaryMessageID_present
boolean ElementaryMessageID_present
Whether a value for the field elementaryMessageID is present. -
ElementaryMessageID_value
int ElementaryMessageID_value
Value of the field elementaryMessageID. -
VariableParts_value
CCVariablePart[] VariableParts_value
Value of the field variableParts.
-
-
-
Class CCMiscCallInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
MessageType_value
CCMiscCallInfo.MessageType MessageType_value
Value of the field messageType.
-
-
-
Class CCMiscCallInfo.MessageType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class CCPlayAnnouncementArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DisconnectFromIPForbidden_present
boolean DisconnectFromIPForbidden_present
Whether a value for the field disconnectFromIPForbidden is present. -
DisconnectFromIPForbidden_value
boolean DisconnectFromIPForbidden_value
Value of the field disconnectFromIPForbidden. -
InformationToSend_value
CCInformationToSend InformationToSend_value
Value of the field informationToSend. -
RequestAnnouncementComplete_present
boolean RequestAnnouncementComplete_present
Whether a value for the field requestAnnouncementComplete is present. -
RequestAnnouncementComplete_value
boolean RequestAnnouncementComplete_value
Value of the field requestAnnouncementComplete.
-
-
-
Class CCPromptAndCollectUserInformationArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CollectedInfo_value
CCCollectedInfo CollectedInfo_value
Value of the field collectedInfo. -
DisconnectFromIPForbidden_present
boolean DisconnectFromIPForbidden_present
Whether a value for the field disconnectFromIPForbidden is present. -
DisconnectFromIPForbidden_value
boolean DisconnectFromIPForbidden_value
Value of the field disconnectFromIPForbidden. -
InformationToSend_value
CCInformationToSend InformationToSend_value
Value of the field informationToSend.
-
-
-
Class CCReceivedInformationArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CCReceivedInformationArg.Choice choice
Value of the discriminant. -
DigitsResponse_value
GenericDigits DigitsResponse_value
Value of the field digitsResponse.
-
-
-
Class CCReceivedInformationArg.Choice extends NamedInteger implements Serializable
-
Class CCReleaseCallArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CCReleaseCallArg.Choice choice
Value of the discriminant. -
InitialCallSegment_value
Cause InitialCallSegment_value
Value of the field initialCallSegment.
-
-
-
Class CCReleaseCallArg.Choice extends NamedInteger implements Serializable
-
Class CCRequestedInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
RequestedInformationType_value
CCRequestedInformationType RequestedInformationType_value
Value of the field requestedInformationType. -
RequestedInformationValue_value
CCRequestedInformationValue RequestedInformationValue_value
Value of the field requestedInformationValue.
-
-
-
Class CCRequestedInformationType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class CCRequestedInformationValue extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallAttemptElapsedTimeValue_value
int CallAttemptElapsedTimeValue_value
Value of the field callAttemptElapsedTimeValue. -
CallConnectedElapsedTimeValue_value
int CallConnectedElapsedTimeValue_value
Value of the field callConnectedElapsedTimeValue. -
CallStopTimeValue_value
DateAndTime CallStopTimeValue_value
Value of the field callStopTimeValue. -
choice
CCRequestedInformationValue.Choice choice
Value of the discriminant. -
ReleaseCauseValue_value
Cause ReleaseCauseValue_value
Value of the field releaseCauseValue.
-
-
-
Class CCRequestedInformationValue.Choice extends NamedInteger implements Serializable
-
Class CCRequestReportBCSMEventArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BcsmEvents_value
CCBCSMEvent[] BcsmEvents_value
Value of the field bcsmEvents.
-
-
-
Class CCResetTimerArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
TimerID_value
CCTimerID TimerID_value
Value of the field timerID. -
Timervalue_present
boolean Timervalue_present
Whether a value for the field timervalue is present. -
Timervalue_value
int Timervalue_value
Value of the field timervalue.
-
-
-
Class CCScfID extends ExtendibleOctetString implements Serializable
-
Class CCSCIBillingChargingCharacteristics extends ExtendibleOctetString implements Serializable
-
Class CCSendChargingInformationArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
LegID_value
CCLegID LegID_value
Value of the field legID. -
SCIBillingChargingCharacteristics_value
CCSCIBillingChargingCharacteristics SCIBillingChargingCharacteristics_value
Value of the field sCIBillingChargingCharacteristics.
-
-
-
Class CCSpecializedResourceReportArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CCSpecializedResourceReportArg.Choice choice
Value of the discriminant.
-
-
-
Class CCSpecializedResourceReportArg.Choice extends NamedInteger implements Serializable
-
Class CCTone extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Duration_present
boolean Duration_present
Whether a value for the field duration is present. -
Duration_value
int Duration_value
Value of the field duration. -
ToneID_present
boolean ToneID_present
Whether a value for the field toneID is present. -
ToneID_value
int ToneID_value
Value of the field toneID.
-
-
-
Class CCVariablePart extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CCVariablePart.Choice choice
Value of the discriminant. -
Date_value
YearMonthDay Date_value
Value of the field date. -
Integer_value
int Integer_value
Value of the field integer. -
Number_value
GenericDigits Number_value
Value of the field number. -
Price_value
PriceInHundredthsOfUnits Price_value
Value of the field price. -
Time_value
HourMinute Time_value
Value of the field time.
-
-
-
Class CCVariablePart.Choice extends NamedInteger implements Serializable
-
-
Package com.opencloud.slee.resources.cgin.cap_v1
-
Class CAP1ConnectArg extends CCConnectArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
GenericNumbers_value
GenericNumber[] GenericNumbers_value
Value of the field genericNumbers. -
OCSIApplicable_present
boolean OCSIApplicable_present
Whether a value for the field oCSIApplicable is present. -
SuppressionOfAnnouncement_present
boolean SuppressionOfAnnouncement_present
Whether a value for the field suppressionOfAnnouncement is present.
-
-
-
Class CAP1EventReportBCSMArg extends CCEventReportBCSMArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CAP1ExtensionField extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Criticality_value
CAP1CriticalityType Criticality_value
Value of the field criticality. -
Type_value
OpenId Type_value
Value of the field type. -
Value_value
ContainingOctetString Value_value
Value of the field value.
-
-
-
Class CAP1InitialDPArg extends CCInitialDPArg implements Serializable
-
Serialized Fields
-
CalledPartyBCDNumber_value
CalledPartyBCDNumber CalledPartyBCDNumber_value
Value of the field calledPartyBCDNumber. -
CallReferenceNumber_value
byte[] CallReferenceNumber_value
Value of the field callReferenceNumber. -
Ext_basicServiceCode_value
MAPExt_BasicServiceCode Ext_basicServiceCode_value
Value of the field ext-basicServiceCode. -
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
IMSI_value
IMSIAddress IMSI_value
Value of the field iMSI. -
LocationInformation_value
MAPLocationInformation LocationInformation_value
Value of the field locationInformation. -
MscAddress_value
AddressString MscAddress_value
Value of the field mscAddress. -
SubscriberState_value
MAPSubscriberState SubscriberState_value
Value of the field subscriberState.
-
-
-
Class CAP1RequestReportBCSMEventArg extends CCRequestReportBCSMEventArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
-
Package com.opencloud.slee.resources.cgin.cap_v1.metadata
-
Class CAP1EXTENSION extends AbstractInfoObject implements Serializable
-
Serialized Fields
-
Criticality
CAP1CriticalityType Criticality
Value field. -
ExtensionType
Class<ExtensionType> ExtensionType
Open type field. -
Id
OpenId Id
Identifier field.
-
-
-
-
Package com.opencloud.slee.resources.cgin.cap_v2
-
Class CAP2AChBillingChargingCharacteristics extends CCAChBillingChargingCharacteristics implements Serializable
-
Serialized Fields
-
ContainedValue_value
CAP2CAMEL_AChBillingChargingCharacteristics ContainedValue_value
The contained value.
-
-
-
Class CAP2AOCBeforeAnswer extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AOCInitial_value
CAP2CAI_GSM0224 AOCInitial_value
Value of the field aOCInitial. -
AOCSubsequent_value
CAP2AOCSubsequent AOCSubsequent_value
Value of the field aOCSubsequent.
-
-
-
Class CAP2AOCSubsequent extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CAI_GSM0224_value
CAP2CAI_GSM0224 CAI_GSM0224_value
Value of the field cAI-GSM0224. -
TariffSwitchInterval_present
boolean TariffSwitchInterval_present
Whether a value for the field tariffSwitchInterval is present. -
TariffSwitchInterval_value
int TariffSwitchInterval_value
Value of the field tariffSwitchInterval.
-
-
-
Class CAP2ApplyChargingArg extends CCApplyChargingArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CAP2ApplyChargingReportArg extends CCApplyChargingReportArg implements Serializable
-
Serialized Fields
-
ContainedValue_value
CAP2CAMEL_CallResult ContainedValue_value
The contained value.
-
-
-
Class CAP2AssistRequestInstructionsArg extends CCAssistRequestInstructionsArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CAP2BCSMEvent extends CCBCSMEvent implements Serializable
-
Serialized Fields
-
DPSpecificCriteria_value
CAP2DPSpecificCriteria DPSpecificCriteria_value
Value of the field dPSpecificCriteria.
-
-
-
Class CAP2CAI_GSM0224 extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
E1_present
boolean E1_present
Whether a value for the field e1 is present. -
E1_value
int E1_value
Value of the field e1. -
E2_present
boolean E2_present
Whether a value for the field e2 is present. -
E2_value
int E2_value
Value of the field e2. -
E3_present
boolean E3_present
Whether a value for the field e3 is present. -
E3_value
int E3_value
Value of the field e3. -
E4_present
boolean E4_present
Whether a value for the field e4 is present. -
E4_value
int E4_value
Value of the field e4. -
E5_present
boolean E5_present
Whether a value for the field e5 is present. -
E5_value
int E5_value
Value of the field e5. -
E6_present
boolean E6_present
Whether a value for the field e6 is present. -
E6_value
int E6_value
Value of the field e6. -
E7_present
boolean E7_present
Whether a value for the field e7 is present. -
E7_value
int E7_value
Value of the field e7.
-
-
-
Class CAP2CallInformationReportArg extends CCCallInformationReportArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
LegID_value
CCLegID LegID_value
Value of the field legID.
-
-
-
Class CAP2CallInformationRequestArg extends CCCallInformationRequestArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
LegID_value
CCLegID LegID_value
Value of the field legID.
-
-
-
Class CAP2CAMEL_AChBillingChargingCharacteristics extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP2CAMEL_AChBillingChargingCharacteristics.Choice choice
Value of the discriminant. -
TimeDurationCharging_value
CAP2CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging TimeDurationCharging_value
Value of the field timeDurationCharging.
-
-
-
Class CAP2CAMEL_AChBillingChargingCharacteristics.Choice extends NamedInteger implements Serializable
-
Class CAP2CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
MaxCallPeriodDuration_present
boolean MaxCallPeriodDuration_present
Whether a value for the field maxCallPeriodDuration is present. -
MaxCallPeriodDuration_value
int MaxCallPeriodDuration_value
Value of the field maxCallPeriodDuration. -
ReleaseIfdurationExceeded_v2_value
CAP2ReleaseIfDurationExceeded ReleaseIfdurationExceeded_v2_value
Value of the field releaseIfdurationExceeded. -
TariffSwitchInterval_present
boolean TariffSwitchInterval_present
Whether a value for the field tariffSwitchInterval is present. -
TariffSwitchInterval_value
int TariffSwitchInterval_value
Value of the field tariffSwitchInterval.
-
-
-
Class CAP2CAMEL_CallResult extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP2CAMEL_CallResult.Choice choice
Value of the discriminant. -
TimeDurationChargingResult_value
CAP2CAMEL_CallResult.TimeDurationChargingResult TimeDurationChargingResult_value
Value of the field timeDurationChargingResult.
-
-
-
Class CAP2CAMEL_CallResult.Choice extends NamedInteger implements Serializable
-
Class CAP2CAMEL_CallResult.TimeDurationChargingResult extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallActive_present
boolean CallActive_present
Whether a value for the field callActive is present. -
CallActive_value
boolean CallActive_value
Value of the field callActive. -
PartyToCharge_value
CCLegID PartyToCharge_value
Value of the field partyToCharge. -
TimeInformation_value
CAP2TimeInformation TimeInformation_value
Value of the field timeInformation.
-
-
-
Class CAP2CAMEL_FCIBillingChargingCharacteristics extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP2CAMEL_FCIBillingChargingCharacteristics.Choice choice
Value of the discriminant. -
FCIBCCCAMELsequence1_value
CAP2CAMEL_FCIBillingChargingCharacteristics.FCIBCCCAMELsequence1 FCIBCCCAMELsequence1_value
Value of the field fCIBCCCAMELsequence1.
-
-
-
Class CAP2CAMEL_FCIBillingChargingCharacteristics.Choice extends NamedInteger implements Serializable
-
Class CAP2CAMEL_FCIBillingChargingCharacteristics.FCIBCCCAMELsequence1 extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
FreeFormatData_value
byte[] FreeFormatData_value
Value of the field freeFormatData. -
PartyToCharge_value
CCLegID PartyToCharge_value
Value of the field partyToCharge.
-
-
-
Class CAP2CAMEL_SCIBillingChargingCharacteristics extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AOCAfterAnswer_value
CAP2AOCSubsequent AOCAfterAnswer_value
Value of the field aOCAfterAnswer. -
AOCBeforeAnswer_value
CAP2AOCBeforeAnswer AOCBeforeAnswer_value
Value of the field aOCBeforeAnswer. -
choice
CAP2CAMEL_SCIBillingChargingCharacteristics.Choice choice
Value of the discriminant.
-
-
-
Class CAP2CAMEL_SCIBillingChargingCharacteristics.Choice extends NamedInteger implements Serializable
-
Class CAP2ConnectArg extends CAP1ConnectArg implements Serializable
-
Serialized Fields
-
Na_Info_value
CAP2NA_Info Na_Info_value
Value of the field na-Info.
-
-
-
Class CAP2ConnectToResourceArg extends CCConnectToResourceArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
ServiceInteractionIndicatorsTwo_value
CAP2ServiceInteractionIndicatorsTwo ServiceInteractionIndicatorsTwo_value
Value of the field serviceInteractionIndicatorsTwo.
-
-
-
Class CAP2DPSpecificCriteria extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ApplicationTimer_value
int ApplicationTimer_value
Value of the field applicationTimer. -
choice
CAP2DPSpecificCriteria.Choice choice
Value of the discriminant.
-
-
-
Class CAP2DPSpecificCriteria.Choice extends NamedInteger implements Serializable
-
Class CAP2EstablishTemporaryConnectionArg extends CCEstablishTemporaryConnectionArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
Na_info_value
CAP2NA_Info Na_info_value
Value of the field na-info. -
ServiceInteractionIndicatorsTwo_value
CAP2ServiceInteractionIndicatorsTwo ServiceInteractionIndicatorsTwo_value
Value of the field serviceInteractionIndicatorsTwo.
-
-
-
Class CAP2EventSpecificInformationBCSM extends CCEventSpecificInformationBCSM implements Serializable
-
Class CAP2EventSpecificInformationBCSM.Choice extends CCEventSpecificInformationBCSM.Choice implements Serializable
-
Class CAP2EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo extends CCEventSpecificInformationBCSM.TCalledPartyBusySpecificInfo implements Serializable
-
Serialized Fields
-
CallForwarded_present
boolean CallForwarded_present
Whether a value for the field callForwarded is present.
-
-
-
Class CAP2EventSpecificInformationBCSM.TNoAnswerSpecificInfo extends CCEventSpecificInformationBCSM.TNoAnswerSpecificInfo implements Serializable
-
Serialized Fields
-
CallForwarded_present
boolean CallForwarded_present
Whether a value for the field callForwarded is present.
-
-
-
Class CAP2FurnishChargingInformationArg extends CCFurnishChargingInformationArg implements Serializable
-
Class CAP2FurnishChargingInformationArg.Choice extends CCFurnishChargingInformationArg.Choice implements Serializable
-
Class CAP2FurnishChargingInformationArg.FCIBCCcs1 extends CCFurnishChargingInformationArg.FCIBCCcs1 implements Serializable
-
Serialized Fields
-
ContainedValue_value
CAP2CAMEL_FCIBillingChargingCharacteristics ContainedValue_value
The contained value.
-
-
-
Class CAP2InitialDPArg extends CAP1InitialDPArg implements Serializable
-
Serialized Fields
-
Gsm_ForwardingPending_present
boolean Gsm_ForwardingPending_present
Whether a value for the field gsm-ForwardingPending is present. -
InitialDPArgExtension_value
CAP2InitialDPArgExtension InitialDPArgExtension_value
Value of the field initialDPArgExtension. -
TimeAndTimezone_value
TimeAndTimezone TimeAndTimezone_value
Value of the field timeAndTimezone.
-
-
-
Class CAP2InitialDPArgExtension extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
GmscAddress_value
AddressString GmscAddress_value
Value of the field gmscAddress. -
NaCarrierInformation_value
CAP2NACarrierInformation NaCarrierInformation_value
Value of the field naCarrierInformation.
-
-
-
Class CAP2IPSSPCapabilities extends CCIPSSPCapabilities implements Serializable
-
Serialized Fields
-
ContainedValue_value
CAPIPSSPCapabilities ContainedValue_value
The contained value.
-
-
-
Class CAP2NA_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
NaCarrierInformation_value
CAP2NACarrierInformation NaCarrierInformation_value
Value of the field naCarrierInformation. -
NaChargeNumber_value
byte[] NaChargeNumber_value
Value of the field naChargeNumber. -
NaOliInfo_value
byte[] NaOliInfo_value
Value of the field naOliInfo.
-
-
-
Class CAP2NACarrierInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
NaCarrierId_value
byte[] NaCarrierId_value
Value of the field naCarrierId. -
NaCICSelectionType_value
byte[] NaCICSelectionType_value
Value of the field naCICSelectionType.
-
-
-
Class CAP2PlayAnnouncementArg extends CCPlayAnnouncementArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CAP2PromptAndCollectUserInformationArg extends CCPromptAndCollectUserInformationArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CAP2ReleaseIfDurationExceeded extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
Tone_present
boolean Tone_present
Whether a value for the field tone is present. -
Tone_value
boolean Tone_value
Value of the field tone.
-
-
-
Class CAP2ResetTimerArg extends CCResetTimerArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CAP2SCIBillingChargingCharacteristics extends CCSCIBillingChargingCharacteristics implements Serializable
-
Serialized Fields
-
ContainedValue_value
CAP2CAMEL_SCIBillingChargingCharacteristics ContainedValue_value
The contained value.
-
-
-
Class CAP2SendChargingInformationArg extends CCSendChargingInformationArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CAP2ServiceInteractionIndicatorsTwo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BothwayThroughConnectionInd_value
CAP2BothwayThroughConnectionInd BothwayThroughConnectionInd_value
Value of the field bothwayThroughConnectionInd.
-
-
-
Class CAP2TimeIfTariffSwitch extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
TariffSwitchInterval_present
boolean TariffSwitchInterval_present
Whether a value for the field tariffSwitchInterval is present. -
TariffSwitchInterval_value
int TariffSwitchInterval_value
Value of the field tariffSwitchInterval. -
TimeSinceTariffSwitch_present
boolean TimeSinceTariffSwitch_present
Whether a value for the field timeSinceTariffSwitch is present. -
TimeSinceTariffSwitch_value
int TimeSinceTariffSwitch_value
Value of the field timeSinceTariffSwitch.
-
-
-
Class CAP2TimeInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP2TimeInformation.Choice choice
Value of the discriminant. -
TimeIfNoTariffSwitch_value
int TimeIfNoTariffSwitch_value
Value of the field timeIfNoTariffSwitch. -
TimeIfTariffSwitch_value
CAP2TimeIfTariffSwitch TimeIfTariffSwitch_value
Value of the field timeIfTariffSwitch.
-
-
-
-
Package com.opencloud.slee.resources.cgin.cap_v2.metadata
-
Class CAP2EXTENSION extends AbstractInfoObject implements Serializable
-
Serialized Fields
-
Criticality
CAP1CriticalityType Criticality
Value field. -
ExtensionType
Class<ExtensionType> ExtensionType
Open type field. -
Id
OpenId Id
Identifier field.
-
-
-
-
Package com.opencloud.slee.resources.cgin.cap_v3
-
Class CAP3AOCGPRS extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AOCInitial_value
CAP2CAI_GSM0224 AOCInitial_value
Value of the field aOCInitial. -
AOCSubsequent_value
CAP2AOCSubsequent AOCSubsequent_value
Value of the field aOCSubsequent.
-
-
-
Class CAP3ApplyChargingArg extends CAP2ApplyChargingArg implements Serializable
-
Class CAP3ApplyChargingGPRSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ChargingCharacteristics_value
CAP3ChargingCharacteristics ChargingCharacteristics_value
Value of the field chargingCharacteristics. -
PDPID_value
byte[] PDPID_value
Value of the field pDPID. -
TariffSwitchInterval_present
boolean TariffSwitchInterval_present
Whether a value for the field tariffSwitchInterval is present. -
TariffSwitchInterval_value
int TariffSwitchInterval_value
Value of the field tariffSwitchInterval.
-
-
-
Class CAP3ApplyChargingReportGPRSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Active_present
boolean Active_present
Whether a value for the field active is present. -
Active_value
boolean Active_value
Value of the field active. -
ChargingResult_value
CAP3ChargingResult ChargingResult_value
Value of the field chargingResult. -
ChargingRollOver_value
CAP3ChargingRollOver ChargingRollOver_value
Value of the field chargingRollOver. -
PDPID_value
byte[] PDPID_value
Value of the field pDPID. -
QualityOfService_value
CAP3QualityOfService QualityOfService_value
Value of the field qualityOfService.
-
-
-
Class CAP3BackwardServiceInteractionInd extends AbstractFieldsObject implements Serializable
-
Class CAP3CallGapArg extends CCCallGapArg implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CAP3CAMEL_AChBillingChargingCharacteristics extends CAP2CAMEL_AChBillingChargingCharacteristics implements Serializable
-
Class CAP3CAMEL_AChBillingChargingCharacteristics.Choice extends CAP2CAMEL_AChBillingChargingCharacteristics.Choice implements Serializable
-
Class CAP3CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging extends CAP2CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
ReleaseIfdurationExceeded_v3_present
boolean ReleaseIfdurationExceeded_v3_present
Whether a value for the field releaseIfdurationExceeded is present. -
ReleaseIfdurationExceeded_v3_value
boolean ReleaseIfdurationExceeded_v3_value
Value of the field releaseIfdurationExceeded. -
Tone_present
boolean Tone_present
Whether a value for the field tone is present. -
Tone_value
boolean Tone_value
Value of the field tone.
-
-
-
Class CAP3CAMEL_CallResult extends CAP2CAMEL_CallResult implements Serializable
-
Class CAP3CAMEL_CallResult.Choice extends CAP2CAMEL_CallResult.Choice implements Serializable
-
Class CAP3CAMEL_CallResult.TimeDurationChargingResult extends CAP2CAMEL_CallResult.TimeDurationChargingResult implements Serializable
-
Serialized Fields
-
CallReleasedAtTcpExpiry_present
boolean CallReleasedAtTcpExpiry_present
Whether a value for the field callReleasedAtTcpExpiry is present. -
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CAP3CAMEL_FCIBillingChargingCharacteristics extends CAP2CAMEL_FCIBillingChargingCharacteristics implements Serializable
-
Class CAP3CAMEL_FCIBillingChargingCharacteristics.Choice extends CAP2CAMEL_FCIBillingChargingCharacteristics.Choice implements Serializable
-
Class CAP3CAMEL_FCIBillingChargingCharacteristics.FCIBCCCAMELsequence1 extends CAP2CAMEL_FCIBillingChargingCharacteristics.FCIBCCCAMELsequence1 implements Serializable
-
Serialized Fields
-
AppendFreeFormatData_value
CAP3AppendFreeFormatData AppendFreeFormatData_value
Value of the field appendFreeFormatData.
-
-
-
Class CAP3CAMEL_FCIGPRSBillingChargingCharacteristics extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
FCIBCCCAMELsequence1_value
CAP3CAMEL_FCIGPRSBillingChargingCharacteristics.FCIBCCCAMELsequence1 FCIBCCCAMELsequence1_value
Value of the field fCIBCCCAMELsequence1.
-
-
-
Class CAP3CAMEL_FCIGPRSBillingChargingCharacteristics.FCIBCCCAMELsequence1 extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AppendFreeFormatData_value
CAP3AppendFreeFormatData AppendFreeFormatData_value
Value of the field appendFreeFormatData. -
FreeFormatData_value
byte[] FreeFormatData_value
Value of the field freeFormatData. -
PDPID_value
byte[] PDPID_value
Value of the field pDPID.
-
-
-
Class CAP3CAMEL_FCISMSBillingChargingCharacteristics extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP3CAMEL_FCISMSBillingChargingCharacteristics.Choice choice
Value of the discriminant. -
FCIBCCCAMELsequence1_value
CAP3CAMEL_FCISMSBillingChargingCharacteristics.FCIBCCCAMELsequence1 FCIBCCCAMELsequence1_value
Value of the field fCIBCCCAMELsequence1.
-
-
-
Class CAP3CAMEL_FCISMSBillingChargingCharacteristics.FCIBCCCAMELsequence1 extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AppendFreeFormatData_value
CAP3AppendFreeFormatData AppendFreeFormatData_value
Value of the field appendFreeFormatData. -
FreeFormatData_value
byte[] FreeFormatData_value
Value of the field freeFormatData.
-
-
-
Class CAP3CAMEL_SCIGPRSBillingChargingCharacteristics extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AOCGPRS_value
CAP3AOCGPRS AOCGPRS_value
Value of the field aOCGPRS. -
PDPID_value
byte[] PDPID_value
Value of the field pDPID.
-
-
-
Class CAP3CancelGPRSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
PDPID_value
byte[] PDPID_value
Value of the field pDPID.
-
-
-
Class CAP3CAP_GPRS_ReferenceNumber extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DestinationReference_present
boolean DestinationReference_present
Whether a value for the field destinationReference is present. -
DestinationReference_value
int DestinationReference_value
Value of the field destinationReference. -
OriginationReference_present
boolean OriginationReference_present
Whether a value for the field originationReference is present. -
OriginationReference_value
int OriginationReference_value
Value of the field originationReference.
-
-
-
Class CAP3ChargingCharacteristics extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP3ChargingCharacteristics.Choice choice
Value of the discriminant. -
MaxElapsedTime_value
int MaxElapsedTime_value
Value of the field maxElapsedTime. -
MaxTransferredVolume_value
long MaxTransferredVolume_value
Value of the field maxTransferredVolume.
-
-
-
Class CAP3ChargingResult extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP3ChargingResult.Choice choice
Value of the discriminant. -
ElapsedTime_value
CAP3ElapsedTime ElapsedTime_value
Value of the field elapsedTime. -
TransferredVolume_value
CAP3TransferredVolume TransferredVolume_value
Value of the field transferredVolume.
-
-
-
Class CAP3ChargingRollOver extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP3ChargingRollOver.Choice choice
Value of the discriminant. -
ElapsedTimeRollOver_value
CAP3ElapsedTimeRollOver ElapsedTimeRollOver_value
Value of the field elapsedTimeRollOver. -
TransferredVolumeRollOver_value
CAP3TransferredVolumeRollOver TransferredVolumeRollOver_value
Value of the field transferredVolumeRollOver.
-
-
-
Class CAP3CompoundCriteria extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicGapCriteria_value
CCBasicGapCriteria BasicGapCriteria_value
Value of the field basicGapCriteria. -
ScfID_value
CCScfID ScfID_value
Value of the field scfID.
-
-
-
Class CAP3ConnectArg extends CAP2ConnectArg implements Serializable
-
Serialized Fields
-
Carrier_value
byte[] Carrier_value
Value of the field carrier. -
ChargeNumber_value
LocationNumber ChargeNumber_value
Value of the field chargeNumber. -
Cug_Interlock_value
CUGInterLockCode Cug_Interlock_value
Value of the field cug-Interlock. -
Cug_OutgoingAccess_present
boolean Cug_OutgoingAccess_present
Whether a value for the field cug-OutgoingAccess is present. -
NaOliInfo_value
byte[] NaOliInfo_value
Value of the field naOliInfo. -
ServiceInteractionIndicatorsTwo_value
CAP3ServiceInteractionIndicatorsTwo ServiceInteractionIndicatorsTwo_value
Value of the field serviceInteractionIndicatorsTwo.
-
-
-
Class CAP3ConnectGPRSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AccessPointName_value
AccessPointName AccessPointName_value
Value of the field accessPointName. -
PdpID_value
byte[] PdpID_value
Value of the field pdpID.
-
-
-
Class CAP3ConnectSMSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallingPartysNumber_value
AddressString CallingPartysNumber_value
Value of the field callingPartysNumber. -
DestinationSubscriberNumber_value
CalledPartyBCDNumber DestinationSubscriberNumber_value
Value of the field destinationSubscriberNumber. -
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
SMSCAddress_value
AddressString SMSCAddress_value
Value of the field sMSCAddress.
-
-
-
Class CAP3ContinueGPRSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
PDPID_value
byte[] PDPID_value
Value of the field pDPID.
-
-
-
Class CAP3ContinueWithArgumentArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AlertingPattern_value
Signal AlertingPattern_value
Value of the field alertingPattern. -
CallingPartysCategory_value
CallingPartysCategory CallingPartysCategory_value
Value of the field callingPartysCategory. -
Carrier_value
byte[] Carrier_value
Value of the field carrier. -
ChargeNumber_value
LocationNumber ChargeNumber_value
Value of the field chargeNumber. -
Cug_Interlock_value
CUGInterLockCode Cug_Interlock_value
Value of the field cug-Interlock. -
Cug_OutgoingAccess_present
boolean Cug_OutgoingAccess_present
Whether a value for the field cug-OutgoingAccess is present. -
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
GenericNumbers_value
GenericNumber[] GenericNumbers_value
Value of the field genericNumbers. -
NaOliInfo_value
byte[] NaOliInfo_value
Value of the field naOliInfo. -
ServiceInteractionIndicatorsTwo_value
CAP3ServiceInteractionIndicatorsTwo ServiceInteractionIndicatorsTwo_value
Value of the field serviceInteractionIndicatorsTwo. -
SuppressionOfAnnouncement_present
boolean SuppressionOfAnnouncement_present
Whether a value for the field suppressionOfAnnouncement is present.
-
-
-
Class CAP3ElapsedTime extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP3ElapsedTime.Choice choice
Value of the discriminant. -
TimeGPRSIfNoTariffSwitch_value
int TimeGPRSIfNoTariffSwitch_value
Value of the field timeGPRSIfNoTariffSwitch. -
TimeGPRSIfTariffSwitch_value
CAP3ElapsedTime.TimeGPRSIfTariffSwitch TimeGPRSIfTariffSwitch_value
Value of the field timeGPRSIfTariffSwitch.
-
-
-
Class CAP3ElapsedTime.TimeGPRSIfTariffSwitch extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
TimeGPRSSinceLastTariffSwitch_present
boolean TimeGPRSSinceLastTariffSwitch_present
Whether a value for the field timeGPRSSinceLastTariffSwitch is present. -
TimeGPRSSinceLastTariffSwitch_value
int TimeGPRSSinceLastTariffSwitch_value
Value of the field timeGPRSSinceLastTariffSwitch. -
TimeGPRSTariffSwitchInterval_present
boolean TimeGPRSTariffSwitchInterval_present
Whether a value for the field timeGPRSTariffSwitchInterval is present. -
TimeGPRSTariffSwitchInterval_value
int TimeGPRSTariffSwitchInterval_value
Value of the field timeGPRSTariffSwitchInterval.
-
-
-
Class CAP3ElapsedTimeRollOver extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP3ElapsedTimeRollOver.Choice choice
Value of the discriminant. -
RO_TimeGPRSIfNoTariffSwitch_value
int RO_TimeGPRSIfNoTariffSwitch_value
Value of the field rO-TimeGPRSIfNoTariffSwitch. -
RO_TimeGPRSIfTariffSwitch_value
CAP3ElapsedTimeRollOver.RO_TimeGPRSIfTariffSwitch RO_TimeGPRSIfTariffSwitch_value
Value of the field rO-TimeGPRSIfTariffSwitch.
-
-
-
Class CAP3ElapsedTimeRollOver.RO_TimeGPRSIfTariffSwitch extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
RO_TimeGPRSSinceLastTariffSwitch_present
boolean RO_TimeGPRSSinceLastTariffSwitch_present
Whether a value for the field rO-TimeGPRSSinceLastTariffSwitch is present. -
RO_TimeGPRSSinceLastTariffSwitch_value
int RO_TimeGPRSSinceLastTariffSwitch_value
Value of the field rO-TimeGPRSSinceLastTariffSwitch. -
RO_TimeGPRSTariffSwitchInterval_present
boolean RO_TimeGPRSTariffSwitchInterval_present
Whether a value for the field rO-TimeGPRSTariffSwitchInterval is present. -
RO_TimeGPRSTariffSwitchInterval_value
int RO_TimeGPRSTariffSwitchInterval_value
Value of the field rO-TimeGPRSTariffSwitchInterval.
-
-
-
Class CAP3EndUserAddress extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
PDPAddress_value
byte[] PDPAddress_value
Value of the field pDPAddress. -
PDPTypeNumber_value
byte[] PDPTypeNumber_value
Value of the field pDPTypeNumber. -
PDPTypeOrganization_value
byte[] PDPTypeOrganization_value
Value of the field pDPTypeOrganization.
-
-
-
Class CAP3EntityReleasedGPRSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
GPRSCause_value
byte[] GPRSCause_value
Value of the field gPRSCause. -
PDPID_value
byte[] PDPID_value
Value of the field pDPID.
-
-
-
Class CAP3EstablishTemporaryConnectionArg extends CAP2EstablishTemporaryConnectionArg implements Serializable
-
Serialized Fields
-
Carrier_value
byte[] Carrier_value
Value of the field carrier. -
ChargeNumber_value
LocationNumber ChargeNumber_value
Value of the field chargeNumber. -
NaOliInfo_value
byte[] NaOliInfo_value
Value of the field naOliInfo.
-
-
-
Class CAP3EventReportGPRSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
GPRSEventSpecificInformation_value
CAP3GPRSEventSpecificInformation GPRSEventSpecificInformation_value
Value of the field gPRSEventSpecificInformation. -
GPRSEventType_value
CAP3GPRSEventType GPRSEventType_value
Value of the field gPRSEventType. -
MiscGPRSInfo_value
CCMiscCallInfo MiscGPRSInfo_value
Value of the field miscGPRSInfo. -
PDPID_value
byte[] PDPID_value
Value of the field pDPID.
-
-
-
Class CAP3EventReportSMSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
EventSpecificInformationSMS_value
CAP3EventSpecificInformationSMS EventSpecificInformationSMS_value
Value of the field eventSpecificInformationSMS. -
EventTypeSMS_value
CAP3EventTypeSMS EventTypeSMS_value
Value of the field eventTypeSMS. -
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
MiscCallInfo_value
CCMiscCallInfo MiscCallInfo_value
Value of the field miscCallInfo.
-
-
-
Class CAP3EventSpecificInformationBCSM extends CAP2EventSpecificInformationBCSM implements Serializable
-
Class CAP3EventSpecificInformationBCSM.Choice extends CAP2EventSpecificInformationBCSM.Choice implements Serializable
-
Class CAP3EventSpecificInformationBCSM.OAnswerSpecificInfo extends CCEventSpecificInformationBCSM.OAnswerSpecificInfo implements Serializable
-
Serialized Fields
-
DestinationAddress_value
CalledPartyNumber DestinationAddress_value
Value of the field destinationAddress. -
ForwardedCall_present
boolean ForwardedCall_present
Whether a value for the field forwardedCall is present. -
Or_Call_present
boolean Or_Call_present
Whether a value for the field or-Call is present.
-
-
-
Class CAP3EventSpecificInformationBCSM.TAnswerSpecificInfo extends CCEventSpecificInformationBCSM.TAnswerSpecificInfo implements Serializable
-
Serialized Fields
-
DestinationAddress_value
CalledPartyNumber DestinationAddress_value
Value of the field destinationAddress. -
ForwardedCall_present
boolean ForwardedCall_present
Whether a value for the field forwardedCall is present. -
Or_Call_present
boolean Or_Call_present
Whether a value for the field or-Call is present.
-
-
-
Class CAP3EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo extends CAP2EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo implements Serializable
-
Serialized Fields
-
RouteNotPermitted_present
boolean RouteNotPermitted_present
Whether a value for the field routeNotPermitted is present.
-
-
-
Class CAP3EventSpecificInformationSMS extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP3EventSpecificInformationSMS.Choice choice
Value of the discriminant. -
O_smsFailureSpecificInfo_value
CAP3EventSpecificInformationSMS.O_smsFailureSpecificInfo O_smsFailureSpecificInfo_value
Value of the field o-smsFailureSpecificInfo. -
O_smsSubmittedSpecificInfo_value
CAP3EventSpecificInformationSMS.O_smsSubmittedSpecificInfo O_smsSubmittedSpecificInfo_value
Value of the field o-smsSubmittedSpecificInfo.
-
-
-
Class CAP3EventSpecificInformationSMS.Choice extends NamedInteger implements Serializable
-
Class CAP3EventSpecificInformationSMS.O_smsFailureSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
FailureCause_value
CAP3SMSCause FailureCause_value
Value of the field failureCause.
-
-
-
Class CAP3EventSpecificInformationSMS.O_smsSubmittedSpecificInfo extends AbstractFieldsObject implements Serializable
-
Class CAP3EventTypeSMS extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class CAP3ForwardServiceInteractionInd extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallDiversionTreatmentIndicator_value
Treatment CallDiversionTreatmentIndicator_value
Value of the field callDiversionTreatmentIndicator. -
CallingPartyRestrictionIndicator_value
CallingPartyRestriction CallingPartyRestrictionIndicator_value
Value of the field callingPartyRestrictionIndicator. -
ConferenceTreatmentIndicator_value
Treatment ConferenceTreatmentIndicator_value
Value of the field conferenceTreatmentIndicator.
-
-
-
Class CAP3FurnishChargingInformationArg extends CAP2FurnishChargingInformationArg implements Serializable
-
Class CAP3FurnishChargingInformationArg.Choice extends CAP2FurnishChargingInformationArg.Choice implements Serializable
-
Class CAP3FurnishChargingInformationGPRSArg extends ExtendibleOctetString implements Serializable
-
Serialized Fields
-
ContainedValue_value
CAP3CAMEL_FCIGPRSBillingChargingCharacteristics ContainedValue_value
The contained value.
-
-
-
Class CAP3FurnishChargingInformationSMSArg extends ExtendibleOctetString implements Serializable
-
Serialized Fields
-
ContainedValue_value
CAP3CAMEL_FCISMSBillingChargingCharacteristics ContainedValue_value
The contained value.
-
-
-
Class CAP3GapCriteria extends CCGapCriteria implements Serializable
-
Serialized Fields
-
CompoundGapCriteria_value
CAP3CompoundCriteria CompoundGapCriteria_value
Value of the field compoundGapCriteria.
-
-
-
Class CAP3GapCriteria.Choice extends CCGapCriteria.Choice implements Serializable
-
Class CAP3GPRS_QoS extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP3GPRS_QoS.Choice choice
Value of the discriminant. -
Long_QoS_format_value
byte[] Long_QoS_format_value
Value of the field long-QoS-format. -
Short_QoS_format_value
byte[] Short_QoS_format_value
Value of the field short-QoS-format.
-
-
-
Class CAP3GPRSEvent extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
GPRSEventType_value
CAP3GPRSEventType GPRSEventType_value
Value of the field gPRSEventType. -
MonitorMode_value
CCMonitorMode MonitorMode_value
Value of the field monitorMode.
-
-
-
Class CAP3GPRSEventSpecificInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AttachChangeOfPositionSpecificInformation_value
CAP3GPRSEventSpecificInformation.AttachChangeOfPositionSpecificInformation AttachChangeOfPositionSpecificInformation_value
Value of the field attachChangeOfPositionSpecificInformation. -
choice
CAP3GPRSEventSpecificInformation.Choice choice
Value of the discriminant. -
DetachSpecificInformation_value
CAP3GPRSEventSpecificInformation.DetachSpecificInformation DetachSpecificInformation_value
Value of the field detachSpecificInformation. -
DisconnectSpecificInformation_value
CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation DisconnectSpecificInformation_value
Value of the field disconnectSpecificInformation. -
Pdp_ContextchangeOfPositionSpecificInformation_value
CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation Pdp_ContextchangeOfPositionSpecificInformation_value
Value of the field pdp-ContextchangeOfPositionSpecificInformation. -
PDPContextEstablishmentAcknowledgementSpecificInformation_value
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation PDPContextEstablishmentAcknowledgementSpecificInformation_value
Value of the field pDPContextEstablishmentAcknowledgementSpecificInformation. -
PDPContextEstablishmentSpecificInformation_value
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation PDPContextEstablishmentSpecificInformation_value
Value of the field pDPContextEstablishmentSpecificInformation.
-
-
-
Class CAP3GPRSEventSpecificInformation.AttachChangeOfPositionSpecificInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
LocationInformationGPRS_value
CAP3LocationInformationGPRS LocationInformationGPRS_value
Value of the field locationInformationGPRS.
-
-
-
Class CAP3GPRSEventSpecificInformation.DetachSpecificInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
InitiatingEntity_value
CAP3InitiatingEntity InitiatingEntity_value
Value of the field initiatingEntity. -
RouteingAreaUpdate_present
boolean RouteingAreaUpdate_present
Whether a value for the field routeingAreaUpdate is present.
-
-
-
Class CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
InitiatingEntity_value
CAP3InitiatingEntity InitiatingEntity_value
Value of the field initiatingEntity. -
RouteingAreaUpdate_present
boolean RouteingAreaUpdate_present
Whether a value for the field routeingAreaUpdate is present.
-
-
-
Class CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AccessPointName_value
AccessPointName AccessPointName_value
Value of the field accessPointName. -
ChargingID_value
byte[] ChargingID_value
Value of the field chargingID. -
EndUserAddress_value
CAP3EndUserAddress EndUserAddress_value
Value of the field endUserAddress. -
GGSNAddress_value
GSNAddress GGSNAddress_value
Value of the field gGSNAddress. -
LocationInformationGPRS_value
CAP3LocationInformationGPRS LocationInformationGPRS_value
Value of the field locationInformationGPRS. -
QualityOfService_value
CAP3QualityOfService QualityOfService_value
Value of the field qualityOfService. -
TimeAndTimeZone_value
TimeAndTimezone TimeAndTimeZone_value
Value of the field timeAndTimeZone.
-
-
-
Class CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AccessPointName_value
AccessPointName AccessPointName_value
Value of the field accessPointName. -
ChargingID_value
byte[] ChargingID_value
Value of the field chargingID. -
EndUserAddress_value
CAP3EndUserAddress EndUserAddress_value
Value of the field endUserAddress. -
GGSNAddress_value
GSNAddress GGSNAddress_value
Value of the field gGSNAddress. -
LocationInformationGPRS_value
CAP3LocationInformationGPRS LocationInformationGPRS_value
Value of the field locationInformationGPRS. -
QualityOfService_value
CAP3QualityOfService QualityOfService_value
Value of the field qualityOfService. -
TimeAndTimeZone_value
TimeAndTimezone TimeAndTimeZone_value
Value of the field timeAndTimeZone.
-
-
-
Class CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AccessPointName_value
AccessPointName AccessPointName_value
Value of the field accessPointName. -
EndUserAddress_value
CAP3EndUserAddress EndUserAddress_value
Value of the field endUserAddress. -
LocationInformationGPRS_value
CAP3LocationInformationGPRS LocationInformationGPRS_value
Value of the field locationInformationGPRS. -
PDPInitiationType_value
CAP3PDPInitiationType PDPInitiationType_value
Value of the field pDPInitiationType. -
QualityOfService_value
CAP3QualityOfService QualityOfService_value
Value of the field qualityOfService. -
SecondaryPDP_context_present
boolean SecondaryPDP_context_present
Whether a value for the field secondaryPDP-context is present. -
TimeAndTimeZone_value
TimeAndTimezone TimeAndTimeZone_value
Value of the field timeAndTimeZone.
-
-
-
Class CAP3GPRSEventType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class CAP3GPRSMSClass extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
MSNetworkCapability_value
byte[] MSNetworkCapability_value
Value of the field mSNetworkCapability. -
MSRadioAccessCapability_value
byte[] MSRadioAccessCapability_value
Value of the field mSRadioAccessCapability.
-
-
-
Class CAP3InitialDPArg extends CAP2InitialDPArg implements Serializable
-
Serialized Fields
-
Carrier_value
byte[] Carrier_value
Value of the field carrier. -
Cause_value
Cause Cause_value
Value of the field cause. -
CGEncountered_value
CAP3CGEncountered CGEncountered_value
Value of the field cGEncountered. -
Cug_Index_present
boolean Cug_Index_present
Whether a value for the field cug-Index is present. -
Cug_Index_value
int Cug_Index_value
Value of the field cug-Index. -
Cug_Interlock_value
CUGInterLockCode Cug_Interlock_value
Value of the field cug-Interlock. -
Cug_OutgoingAccess_present
boolean Cug_OutgoingAccess_present
Whether a value for the field cug-OutgoingAccess is present. -
ServiceInteractionIndicatorsTwo_value
CAP3ServiceInteractionIndicatorsTwo ServiceInteractionIndicatorsTwo_value
Value of the field serviceInteractionIndicatorsTwo.
-
-
-
Class CAP3InitialDPGPRSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AccessPointName_value
AccessPointName AccessPointName_value
Value of the field accessPointName. -
ChargingID_value
byte[] ChargingID_value
Value of the field chargingID. -
EndUserAddress_value
CAP3EndUserAddress EndUserAddress_value
Value of the field endUserAddress. -
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
GGSNAddress_value
GSNAddress GGSNAddress_value
Value of the field gGSNAddress. -
GPRSEventType_value
CAP3GPRSEventType GPRSEventType_value
Value of the field gPRSEventType. -
GPRSMSClass_value
CAP3GPRSMSClass GPRSMSClass_value
Value of the field gPRSMSClass. -
IMSI_value
IMSIAddress IMSI_value
Value of the field iMSI. -
LocationInformationGPRS_value
CAP3LocationInformationGPRS LocationInformationGPRS_value
Value of the field locationInformationGPRS. -
MSISDN_value
AddressString MSISDN_value
Value of the field mSISDN. -
PDPInitiationType_value
CAP3PDPInitiationType PDPInitiationType_value
Value of the field pDPInitiationType. -
QualityOfService_value
CAP3QualityOfService QualityOfService_value
Value of the field qualityOfService. -
RouteingAreaIdentity_value
byte[] RouteingAreaIdentity_value
Value of the field routeingAreaIdentity. -
SecondaryPDP_context_present
boolean SecondaryPDP_context_present
Whether a value for the field secondaryPDP-context is present. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey. -
SGSNCapabilities_value
byte[] SGSNCapabilities_value
Value of the field sGSNCapabilities. -
TimeAndTimeZone_value
TimeAndTimezone TimeAndTimeZone_value
Value of the field timeAndTimeZone.
-
-
-
Class CAP3InitialDPSMSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallingPartyNumber_value
AddressString CallingPartyNumber_value
Value of the field callingPartyNumber. -
DestinationSubscriberNumber_value
CalledPartyBCDNumber DestinationSubscriberNumber_value
Value of the field destinationSubscriberNumber. -
EventTypeSMS_value
CAP3EventTypeSMS EventTypeSMS_value
Value of the field eventTypeSMS. -
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
IMSI_value
IMSIAddress IMSI_value
Value of the field iMSI. -
LocationInformationGPRS_value
CAP3LocationInformationGPRS LocationInformationGPRS_value
Value of the field locationInformationGPRS. -
LocationInformationMSC_value
MAPLocationInformation LocationInformationMSC_value
Value of the field locationInformationMSC. -
MscAddress_value
AddressString MscAddress_value
Value of the field mscAddress. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey. -
Sgsn_Number_value
AddressString Sgsn_Number_value
Value of the field sgsn-Number. -
SMSCAddress_value
AddressString SMSCAddress_value
Value of the field sMSCAddress. -
SmsReferenceNumber_value
byte[] SmsReferenceNumber_value
Value of the field smsReferenceNumber. -
TimeAndTimezone_value
TimeAndTimezone TimeAndTimezone_value
Value of the field timeAndTimezone. -
TPDataCodingScheme_value
byte[] TPDataCodingScheme_value
Value of the field tPDataCodingScheme. -
TPProtocolIdentifier_value
SMSProtocolId TPProtocolIdentifier_value
Value of the field tPProtocolIdentifier. -
TPShortMessageSubmissionInfo_value
byte[] TPShortMessageSubmissionInfo_value
Value of the field tPShortMessageSubmissionInfo. -
TPValidityPeriod_value
byte[] TPValidityPeriod_value
Value of the field tPValidityPeriod.
-
-
-
Class CAP3LocationInformationGPRS extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CellGlobalIdOrServiceAreaIdOrLAI_value
byte[] CellGlobalIdOrServiceAreaIdOrLAI_value
Value of the field cellGlobalIdOrServiceAreaIdOrLAI. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GeographicalInformation_value
byte[] GeographicalInformation_value
Value of the field geographicalInformation. -
RouteingAreaIdentity_value
byte[] RouteingAreaIdentity_value
Value of the field routeingAreaIdentity. -
Sai_Present_present
boolean Sai_Present_present
Whether a value for the field sai-Present is present. -
SelectedLSAIdentity_value
LocalisedServiceAreaId SelectedLSAIdentity_value
Value of the field selectedLSAIdentity. -
Sgsn_Number_value
AddressString Sgsn_Number_value
Value of the field sgsn-Number.
-
-
-
Class CAP3QualityOfService extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Negotiated_QoS_value
CAP3GPRS_QoS Negotiated_QoS_value
Value of the field negotiated-QoS. -
Requested_QoS_value
CAP3GPRS_QoS Requested_QoS_value
Value of the field requested-QoS. -
Subscribed_QoS_value
CAP3GPRS_QoS Subscribed_QoS_value
Value of the field subscribed-QoS.
-
-
-
Class CAP3ReleaseGPRSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
GprsCause_value
byte[] GprsCause_value
Value of the field gprsCause. -
PDPID_value
byte[] PDPID_value
Value of the field pDPID.
-
-
-
Class CAP3RequestReportGPRSEventArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
GPRSEvent_value
CAP3GPRSEvent[] GPRSEvent_value
Value of the field gPRSEvent. -
PDPID_value
byte[] PDPID_value
Value of the field pDPID.
-
-
-
Class CAP3RequestReportSMSEventArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
SMSEvents_value
CAP3SMSEvent[] SMSEvents_value
Value of the field sMSEvents.
-
-
-
Class CAP3ResetTimerGPRSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
TimerID_value
CCTimerID TimerID_value
Value of the field timerID. -
Timervalue_present
boolean Timervalue_present
Whether a value for the field timervalue is present. -
Timervalue_value
int Timervalue_value
Value of the field timervalue.
-
-
-
Class CAP3ResetTimerSMSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
TimerID_value
CCTimerID TimerID_value
Value of the field timerID. -
Timervalue_present
boolean Timervalue_present
Whether a value for the field timervalue is present. -
Timervalue_value
int Timervalue_value
Value of the field timervalue.
-
-
-
Class CAP3SCIGPRSBillingChargingCharacteristics extends ExtendibleOctetString implements Serializable
-
Serialized Fields
-
ContainedValue_value
CAP3CAMEL_SCIGPRSBillingChargingCharacteristics ContainedValue_value
The contained value.
-
-
-
Class CAP3SendChargingInformationArg extends CAP2SendChargingInformationArg implements Serializable
-
Class CAP3SendChargingInformationGPRSArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
SCIGPRSBillingChargingCharacteristics_value
CAP3SCIGPRSBillingChargingCharacteristics SCIGPRSBillingChargingCharacteristics_value
Value of the field sCIGPRSBillingChargingCharacteristics.
-
-
-
Class CAP3ServiceInteractionIndicatorsTwo extends CAP2ServiceInteractionIndicatorsTwo implements Serializable
-
Serialized Fields
-
BackwardServiceInteractionInd_value
CAP3BackwardServiceInteractionInd BackwardServiceInteractionInd_value
Value of the field backwardServiceInteractionInd. -
ConnectedNumberTreatmentInd_value
CAP3ConnectedNumberTreatmentInd ConnectedNumberTreatmentInd_value
Value of the field connectedNumberTreatmentInd. -
CwTreatmentIndicator_value
Treatment CwTreatmentIndicator_value
Value of the field cwTreatmentIndicator. -
EctTreatmentIndicator_value
Treatment EctTreatmentIndicator_value
Value of the field ectTreatmentIndicator. -
ForwardServiceInteractionInd_value
CAP3ForwardServiceInteractionInd ForwardServiceInteractionInd_value
Value of the field forwardServiceInteractionInd. -
HoldTreatmentIndicator_value
Treatment HoldTreatmentIndicator_value
Value of the field holdTreatmentIndicator. -
NonCUGCall_present
boolean NonCUGCall_present
Whether a value for the field nonCUGCall is present.
-
-
-
Class CAP3SMSEvent extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
EventTypeSMS_value
CAP3EventTypeSMS EventTypeSMS_value
Value of the field eventTypeSMS. -
MonitorMode_value
CCMonitorMode MonitorMode_value
Value of the field monitorMode.
-
-
-
Class CAP3TransferredVolume extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP3TransferredVolume.Choice choice
Value of the discriminant. -
VolumeIfNoTariffSwitch_value
long VolumeIfNoTariffSwitch_value
Value of the field volumeIfNoTariffSwitch. -
VolumeIfTariffSwitch_value
CAP3TransferredVolume.VolumeIfTariffSwitch VolumeIfTariffSwitch_value
Value of the field volumeIfTariffSwitch.
-
-
-
Class CAP3TransferredVolume.VolumeIfTariffSwitch extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
VolumeSinceLastTariffSwitch_present
boolean VolumeSinceLastTariffSwitch_present
Whether a value for the field volumeSinceLastTariffSwitch is present. -
VolumeSinceLastTariffSwitch_value
long VolumeSinceLastTariffSwitch_value
Value of the field volumeSinceLastTariffSwitch. -
VolumeTariffSwitchInterval_present
boolean VolumeTariffSwitchInterval_present
Whether a value for the field volumeTariffSwitchInterval is present. -
VolumeTariffSwitchInterval_value
long VolumeTariffSwitchInterval_value
Value of the field volumeTariffSwitchInterval.
-
-
-
Class CAP3TransferredVolumeRollOver extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP3TransferredVolumeRollOver.Choice choice
Value of the discriminant. -
RO_VolumeIfNoTariffSwitch_value
int RO_VolumeIfNoTariffSwitch_value
Value of the field rO-VolumeIfNoTariffSwitch. -
RO_VolumeIfTariffSwitch_value
CAP3TransferredVolumeRollOver.RO_VolumeIfTariffSwitch RO_VolumeIfTariffSwitch_value
Value of the field rO-VolumeIfTariffSwitch.
-
-
-
Class CAP3TransferredVolumeRollOver.RO_VolumeIfTariffSwitch extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
RO_VolumeSinceLastTariffSwitch_present
boolean RO_VolumeSinceLastTariffSwitch_present
Whether a value for the field rO-VolumeSinceLastTariffSwitch is present. -
RO_VolumeSinceLastTariffSwitch_value
int RO_VolumeSinceLastTariffSwitch_value
Value of the field rO-VolumeSinceLastTariffSwitch. -
RO_VolumeTariffSwitchInterval_present
boolean RO_VolumeTariffSwitchInterval_present
Whether a value for the field rO-VolumeTariffSwitchInterval is present. -
RO_VolumeTariffSwitchInterval_value
int RO_VolumeTariffSwitchInterval_value
Value of the field rO-VolumeTariffSwitchInterval.
-
-
-
-
Package com.opencloud.slee.resources.cgin.cap_v3.metadata
-
Class CAP3EXTENSION extends AbstractInfoObject implements Serializable
-
Serialized Fields
-
Criticality
CAP1CriticalityType Criticality
Value field. -
ExtensionType
Class<ExtensionType> ExtensionType
Open type field. -
Id
OpenId Id
Identifier field.
-
-
-
-
Package com.opencloud.slee.resources.cgin.cap_v4
-
Class CAP4AChChargingAddress extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP4AChChargingAddress.Choice choice
Value of the discriminant. -
LegID_value
CCLegID LegID_value
Value of the field legID. -
SrfConnection_value
int SrfConnection_value
Value of the field srfConnection.
-
-
-
Class CAP4ApplyChargingArg extends CAP3ApplyChargingArg implements Serializable
-
Serialized Fields
-
AChChargingAddress_value
CAP4AChChargingAddress AChChargingAddress_value
Value of the field aChChargingAddress.
-
-
-
Class CAP4AudibleIndicator extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BurstList_value
CAP4BurstList BurstList_value
Value of the field burstList. -
choice
CAP4AudibleIndicator.Choice choice
Value of the discriminant. -
Tone_value
boolean Tone_value
Value of the field tone.
-
-
-
Class CAP4BCSM_Failure extends AbstractFieldsObject implements Serializable
-
Class CAP4BCSMEvent extends CAP2BCSMEvent implements Serializable
-
Serialized Fields
-
AutomaticRearm_present
boolean AutomaticRearm_present
Whether a value for the field automaticRearm is present.
-
-
-
Class CAP4Burst extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BurstInterval_present
boolean BurstInterval_present
Whether a value for the field burstInterval is present. -
BurstInterval_value
int BurstInterval_value
Value of the field burstInterval. -
NumberOfBursts_present
boolean NumberOfBursts_present
Whether a value for the field numberOfBursts is present. -
NumberOfBursts_value
int NumberOfBursts_value
Value of the field numberOfBursts. -
NumberOfTonesInBurst_present
boolean NumberOfTonesInBurst_present
Whether a value for the field numberOfTonesInBurst is present. -
NumberOfTonesInBurst_value
int NumberOfTonesInBurst_value
Value of the field numberOfTonesInBurst. -
ToneDuration_present
boolean ToneDuration_present
Whether a value for the field toneDuration is present. -
ToneDuration_value
int ToneDuration_value
Value of the field toneDuration. -
ToneInterval_present
boolean ToneInterval_present
Whether a value for the field toneInterval is present. -
ToneInterval_value
int ToneInterval_value
Value of the field toneInterval.
-
-
-
Class CAP4BurstList extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Bursts_value
CAP4Burst Bursts_value
Value of the field bursts. -
WarningPeriod_present
boolean WarningPeriod_present
Whether a value for the field warningPeriod is present. -
WarningPeriod_value
int WarningPeriod_value
Value of the field warningPeriod.
-
-
-
Class CAP4CallSegmentFailure extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallSegmentID_present
boolean CallSegmentID_present
Whether a value for the field callSegmentID is present. -
CallSegmentID_value
int CallSegmentID_value
Value of the field callSegmentID. -
Cause_value
Cause Cause_value
Value of the field cause.
-
-
-
Class CAP4CallSegmentToCancel extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallSegmentID_present
boolean CallSegmentID_present
Whether a value for the field callSegmentID is present. -
CallSegmentID_value
int CallSegmentID_value
Value of the field callSegmentID. -
InvokeID_present
boolean InvokeID_present
Whether a value for the field invokeID is present. -
InvokeID_value
int InvokeID_value
Value of the field invokeID.
-
-
-
Class CAP4CAMEL_AChBillingChargingCharacteristics extends CAP2CAMEL_AChBillingChargingCharacteristics implements Serializable
-
Class CAP4CAMEL_AChBillingChargingCharacteristics.Choice extends CAP2CAMEL_AChBillingChargingCharacteristics.Choice implements Serializable
-
Class CAP4CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging extends CAP2CAMEL_AChBillingChargingCharacteristics.TimeDurationCharging implements Serializable
-
Serialized Fields
-
AudibleIndicator_value
CAP4AudibleIndicator AudibleIndicator_value
Value of the field audibleIndicator. -
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
ReleaseIfdurationExceeded_v3_present
boolean ReleaseIfdurationExceeded_v3_present
Whether a value for the field releaseIfdurationExceeded is present. -
ReleaseIfdurationExceeded_v3_value
boolean ReleaseIfdurationExceeded_v3_value
Value of the field releaseIfdurationExceeded.
-
-
-
Class CAP4CAMEL_CallResult extends CAP3CAMEL_CallResult implements Serializable
-
Class CAP4CAMEL_CallResult.Choice extends CAP3CAMEL_CallResult.Choice implements Serializable
-
Class CAP4CAMEL_CallResult.TimeDurationChargingResult extends CAP3CAMEL_CallResult.TimeDurationChargingResult implements Serializable
-
Serialized Fields
-
AChChargingAddress_value
CAP4AChChargingAddress AChChargingAddress_value
Value of the field aChChargingAddress.
-
-
-
Class CAP4CAMEL_FCIBillingChargingCharacteristics extends CAP3CAMEL_FCIBillingChargingCharacteristics implements Serializable
-
Class CAP4CAMEL_FCIBillingChargingCharacteristics.Choice extends CAP3CAMEL_FCIBillingChargingCharacteristics.Choice implements Serializable
-
Class CAP4CAMEL_SCIBillingChargingCharacteristics extends CAP2CAMEL_SCIBillingChargingCharacteristics implements Serializable
-
Serialized Fields
-
AOC_extension_value
CAP4CAMEL_SCIBillingChargingCharacteristicsAlt AOC_extension_value
Value of the field aOC-extension.
-
-
-
Class CAP4CAMEL_SCIBillingChargingCharacteristics.Choice extends CAP2CAMEL_SCIBillingChargingCharacteristics.Choice implements Serializable
-
Class CAP4CAMEL_SCIBillingChargingCharacteristicsAlt extends AbstractFieldsObject implements Serializable
-
Class CAP4CancelArg extends CCCancelArg implements Serializable
-
Serialized Fields
-
CallSegmentToCancel_value
CAP4CallSegmentToCancel CallSegmentToCancel_value
Value of the field callSegmentToCancel.
-
-
-
Class CAP4CancelArg.Choice extends CCCancelArg.Choice implements Serializable
-
Class CAP4CAP_GPRS_ReferenceNumber extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DestinationReference_present
boolean DestinationReference_present
Whether a value for the field destinationReference is present. -
DestinationReference_value
int DestinationReference_value
Value of the field destinationReference. -
OriginationReference_present
boolean OriginationReference_present
Whether a value for the field originationReference is present. -
OriginationReference_value
int OriginationReference_value
Value of the field originationReference.
-
-
-
Class CAP4ChangeOfLocation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CellGlobalId_value
CellGlobalId CellGlobalId_value
Value of the field cellGlobalId. -
ChangeOfLocationAlt_value
CAP4ChangeOfLocationAlt ChangeOfLocationAlt_value
Value of the field changeOfLocationAlt. -
choice
CAP4ChangeOfLocation.Choice choice
Value of the discriminant. -
LocationAreaId_value
LocationAreaId LocationAreaId_value
Value of the field locationAreaId. -
ServiceAreaId_value
CellGlobalId ServiceAreaId_value
Value of the field serviceAreaId.
-
-
-
Class CAP4ChangeOfLocationAlt extends AbstractFieldsObject implements Serializable
-
Class CAP4CollectInformationArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CAP4ConnectArg extends CAP3ConnectArg implements Serializable
-
Serialized Fields
-
Bor_InterrogationRequested_present
boolean Bor_InterrogationRequested_present
Whether a value for the field bor-InterrogationRequested is present. -
LegToBeConnected_value
CCLegID LegToBeConnected_value
Value of the field legToBeConnected. -
Suppress_N_CSI_present
boolean Suppress_N_CSI_present
Whether a value for the field suppress-N-CSI is present.
-
-
-
Class CAP4ConnectToResourceArg extends CAP2ConnectToResourceArg implements Serializable
-
Serialized Fields
-
CallSegmentID_present
boolean CallSegmentID_present
Whether a value for the field callSegmentID is present. -
CallSegmentID_value
int CallSegmentID_value
Value of the field callSegmentID.
-
-
-
Class CAP4ContinueWithArgumentArg extends CAP3ContinueWithArgumentArg implements Serializable
-
Serialized Fields
-
Bor_InterrogationRequested_present
boolean Bor_InterrogationRequested_present
Whether a value for the field bor-InterrogationRequested is present. -
ContinueWithArgumentArgExtension_value
CAP4ContinueWithArgumentArgExtension ContinueWithArgumentArgExtension_value
Value of the field continueWithArgumentArgExtension. -
Suppress_O_CSI_present
boolean Suppress_O_CSI_present
Whether a value for the field suppress-O-CSI is present.
-
-
-
Class CAP4ContinueWithArgumentArgExtension extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
LegOrCallSegment_value
CAP4LegOrCallSegment LegOrCallSegment_value
Value of the field legOrCallSegment. -
Suppress_D_CSI_present
boolean Suppress_D_CSI_present
Whether a value for the field suppress-D-CSI is present. -
Suppress_N_CSI_present
boolean Suppress_N_CSI_present
Whether a value for the field suppress-N-CSI is present. -
SuppressOutgoingCallBarring_present
boolean SuppressOutgoingCallBarring_present
Whether a value for the field suppressOutgoingCallBarring is present.
-
-
-
Class CAP4DisconnectForwardConnectionWithArgumentArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallSegmentID_present
boolean CallSegmentID_present
Whether a value for the field callSegmentID is present. -
CallSegmentID_value
int CallSegmentID_value
Value of the field callSegmentID. -
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CAP4DisconnectLegArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
LegToBeReleased_value
CCLegID LegToBeReleased_value
Value of the field legToBeReleased. -
ReleaseCause_value
Cause ReleaseCause_value
Value of the field releaseCause.
-
-
-
Class CAP4DpSpecificCriteria extends CAP2DPSpecificCriteria implements Serializable
-
Serialized Fields
-
DpSpecificCriteriaAlt_value
CAP4DpSpecificCriteriaAlt DpSpecificCriteriaAlt_value
Value of the field dpSpecificCriteriaAlt. -
MidCallControlInfo_value
CAP4MidCallControlInfo MidCallControlInfo_value
Value of the field midCallControlInfo.
-
-
-
Class CAP4DpSpecificCriteria.Choice extends CAP2DPSpecificCriteria.Choice implements Serializable
-
Class CAP4DpSpecificCriteriaAlt extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ChangeOfPositionControlInfo_value
CAP4ChangeOfLocation[] ChangeOfPositionControlInfo_value
Value of the field changeOfPositionControlInfo. -
InterDigitTimeout_present
boolean InterDigitTimeout_present
Whether a value for the field interDigitTimeout is present. -
InterDigitTimeout_value
int InterDigitTimeout_value
Value of the field interDigitTimeout. -
NumberOfDigits_present
boolean NumberOfDigits_present
Whether a value for the field numberOfDigits is present. -
NumberOfDigits_value
int NumberOfDigits_value
Value of the field numberOfDigits.
-
-
-
Class CAP4DpSpecificInfoAlt extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CollectedInfoSpecificInfo_value
CAP4DpSpecificInfoAlt.CollectedInfoSpecificInfo CollectedInfoSpecificInfo_value
Value of the field collectedInfoSpecificInfo. -
OServiceChangeSpecificInfo_value
CAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo OServiceChangeSpecificInfo_value
Value of the field oServiceChangeSpecificInfo. -
TServiceChangeSpecificInfo_value
CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo TServiceChangeSpecificInfo_value
Value of the field tServiceChangeSpecificInfo.
-
-
-
Class CAP4DpSpecificInfoAlt.CollectedInfoSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CalledPartyNumber_value
CalledPartyNumber CalledPartyNumber_value
Value of the field calledPartyNumber.
-
-
-
Class CAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ext_basicServiceCode_value
MAPExt_BasicServiceCode Ext_basicServiceCode_value
Value of the field ext-basicServiceCode. -
InitiatorOfServiceChange_value
CAP4InitiatorOfServiceChange InitiatorOfServiceChange_value
Value of the field initiatorOfServiceChange. -
NatureOfServiceChange_value
CAP4NatureOfServiceChange NatureOfServiceChange_value
Value of the field natureOfServiceChange.
-
-
-
Class CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ext_basicServiceCode_value
MAPExt_BasicServiceCode Ext_basicServiceCode_value
Value of the field ext-basicServiceCode. -
InitiatorOfServiceChange_value
CAP4InitiatorOfServiceChange InitiatorOfServiceChange_value
Value of the field initiatorOfServiceChange. -
NatureOfServiceChange_value
CAP4NatureOfServiceChange NatureOfServiceChange_value
Value of the field natureOfServiceChange.
-
-
-
Class CAP4EntityReleasedArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BCSM_Failure_value
CAP4BCSM_Failure BCSM_Failure_value
Value of the field bCSM-Failure. -
CallSegmentFailure_value
CAP4CallSegmentFailure CallSegmentFailure_value
Value of the field callSegmentFailure. -
choice
CAP4EntityReleasedArg.Choice choice
Value of the discriminant.
-
-
-
Class CAP4EstablishTemporaryConnectionArg extends CAP3EstablishTemporaryConnectionArg implements Serializable
-
Serialized Fields
-
CallingPartyNumber_value
CallingPartyNumber CallingPartyNumber_value
Value of the field callingPartyNumber. -
CallSegmentID_present
boolean CallSegmentID_present
Whether a value for the field callSegmentID is present. -
CallSegmentID_value
int CallSegmentID_value
Value of the field callSegmentID. -
OriginalCalledPartyID_value
OriginalCalledNumber OriginalCalledPartyID_value
Value of the field originalCalledPartyID.
-
-
-
Class CAP4EventSpecificInformationBCSM extends CAP3EventSpecificInformationBCSM implements Serializable
-
Serialized Fields
-
CallAcceptedSpecificInfo_value
CAP4EventSpecificInformationBCSM.CallAcceptedSpecificInfo CallAcceptedSpecificInfo_value
Value of the field callAcceptedSpecificInfo. -
DpSpecificInfoAlt_value
CAP4DpSpecificInfoAlt DpSpecificInfoAlt_value
Value of the field dpSpecificInfoAlt. -
OAbandonSpecificInfo_value
CAP4EventSpecificInformationBCSM.OAbandonSpecificInfo OAbandonSpecificInfo_value
Value of the field oAbandonSpecificInfo. -
OChangeOfPositionSpecificInfo_value
CAP4EventSpecificInformationBCSM.OChangeOfPositionSpecificInfo OChangeOfPositionSpecificInfo_value
Value of the field oChangeOfPositionSpecificInfo. -
OTermSeizedSpecificInfo_value
CAP4EventSpecificInformationBCSM.OTermSeizedSpecificInfo OTermSeizedSpecificInfo_value
Value of the field oTermSeizedSpecificInfo. -
TChangeOfPositionSpecificInfo_value
CAP4EventSpecificInformationBCSM.TChangeOfPositionSpecificInfo TChangeOfPositionSpecificInfo_value
Value of the field tChangeOfPositionSpecificInfo.
-
-
-
Class CAP4EventSpecificInformationBCSM.CallAcceptedSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
LocationInformation_value
MAPLocationInformation LocationInformation_value
Value of the field locationInformation.
-
-
-
Class CAP4EventSpecificInformationBCSM.Choice extends CAP3EventSpecificInformationBCSM.Choice implements Serializable
-
Class CAP4EventSpecificInformationBCSM.OAbandonSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
RouteNotPermitted_present
boolean RouteNotPermitted_present
Whether a value for the field routeNotPermitted is present.
-
-
-
Class CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo extends CAP3EventSpecificInformationBCSM.OAnswerSpecificInfo implements Serializable
-
Serialized Fields
-
ChargeIndicator_value
byte[] ChargeIndicator_value
Value of the field chargeIndicator. -
Ext_basicServiceCode_value
MAPExt_BasicServiceCode Ext_basicServiceCode_value
Value of the field ext-basicServiceCode. -
Ext_basicServiceCode2_value
MAPExt_BasicServiceCode Ext_basicServiceCode2_value
Value of the field ext-basicServiceCode2.
-
-
-
Class CAP4EventSpecificInformationBCSM.OChangeOfPositionSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
LocationInformation_value
MAPLocationInformation LocationInformation_value
Value of the field locationInformation. -
MetDPCriteriaList_value
CAP4MetDPCriterion[] MetDPCriteriaList_value
Value of the field metDPCriteriaList.
-
-
-
Class CAP4EventSpecificInformationBCSM.OMidCallSpecificInfo extends CCEventSpecificInformationBCSM.OMidCallSpecificInfo implements Serializable
-
Serialized Fields
-
MidCallEvents_value
CAP4EventSpecificInformationBCSM.OMidCallSpecificInfo.MidCallEvents MidCallEvents_value
Value of the field midCallEvents.
-
-
-
Class CAP4EventSpecificInformationBCSM.OMidCallSpecificInfo.MidCallEvents extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP4EventSpecificInformationBCSM.OMidCallSpecificInfo.MidCallEvents.Choice choice
Value of the discriminant. -
DTMFDigitsCompleted_value
GenericDigits DTMFDigitsCompleted_value
Value of the field dTMFDigitsCompleted. -
DTMFDigitsTimeOut_value
GenericDigits DTMFDigitsTimeOut_value
Value of the field dTMFDigitsTimeOut.
-
-
-
Class CAP4EventSpecificInformationBCSM.OTermSeizedSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
LocationInformation_value
MAPLocationInformation LocationInformation_value
Value of the field locationInformation.
-
-
-
Class CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo extends CAP3EventSpecificInformationBCSM.TAnswerSpecificInfo implements Serializable
-
Serialized Fields
-
ChargeIndicator_value
byte[] ChargeIndicator_value
Value of the field chargeIndicator. -
Ext_basicServiceCode_value
MAPExt_BasicServiceCode Ext_basicServiceCode_value
Value of the field ext-basicServiceCode. -
Ext_basicServiceCode2_value
MAPExt_BasicServiceCode Ext_basicServiceCode2_value
Value of the field ext-basicServiceCode2.
-
-
-
Class CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo extends CAP3EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo implements Serializable
-
Serialized Fields
-
ForwardingDestinationNumber_value
CalledPartyNumber ForwardingDestinationNumber_value
Value of the field forwardingDestinationNumber.
-
-
-
Class CAP4EventSpecificInformationBCSM.TChangeOfPositionSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
LocationInformation_value
MAPLocationInformation LocationInformation_value
Value of the field locationInformation. -
MetDPCriteriaList_value
CAP4MetDPCriterion[] MetDPCriteriaList_value
Value of the field metDPCriteriaList.
-
-
-
Class CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo extends CCEventSpecificInformationBCSM.TMidCallSpecificInfo implements Serializable
-
Serialized Fields
-
MidCallEvents_value
CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents MidCallEvents_value
Value of the field midCallEvents.
-
-
-
Class CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents.Choice choice
Value of the discriminant. -
DTMFDigitsCompleted_value
GenericDigits DTMFDigitsCompleted_value
Value of the field dTMFDigitsCompleted. -
DTMFDigitsTimeOut_value
GenericDigits DTMFDigitsTimeOut_value
Value of the field dTMFDigitsTimeOut.
-
-
-
Class CAP4EventSpecificInformationBCSM.TNoAnswerSpecificInfo extends CAP2EventSpecificInformationBCSM.TNoAnswerSpecificInfo implements Serializable
-
Serialized Fields
-
ForwardingDestinationNumber_value
CalledPartyNumber ForwardingDestinationNumber_value
Value of the field forwardingDestinationNumber.
-
-
-
Class CAP4EventSpecificInformationSMS extends CAP3EventSpecificInformationSMS implements Serializable
-
Serialized Fields
-
O_smsSubmissionSpecificInfo_value
CAP4EventSpecificInformationSMS.O_smsSubmissionSpecificInfo O_smsSubmissionSpecificInfo_value
Value of the field o-smsSubmissionSpecificInfo. -
T_smsDeliverySpecificInfo_value
CAP4EventSpecificInformationSMS.T_smsDeliverySpecificInfo T_smsDeliverySpecificInfo_value
Value of the field t-smsDeliverySpecificInfo. -
T_smsFailureSpecificInfo_value
CAP4EventSpecificInformationSMS.T_smsFailureSpecificInfo T_smsFailureSpecificInfo_value
Value of the field t-smsFailureSpecificInfo.
-
-
-
Class CAP4EventSpecificInformationSMS.Choice extends CAP3EventSpecificInformationSMS.Choice implements Serializable
-
Class CAP4EventSpecificInformationSMS.O_smsSubmissionSpecificInfo extends AbstractFieldsObject implements Serializable
-
Class CAP4EventSpecificInformationSMS.T_smsDeliverySpecificInfo extends AbstractFieldsObject implements Serializable
-
Class CAP4EventSpecificInformationSMS.T_smsFailureSpecificInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
FailureCause_value
byte[] FailureCause_value
Value of the field failureCause.
-
-
-
Class CAP4EventTypeBCSM extends CCEventTypeBCSM implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class CAP4EventTypeSMS extends CAP3EventTypeSMS implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class CAP4FurnishChargingInformationArg extends CAP3FurnishChargingInformationArg implements Serializable
-
Class CAP4FurnishChargingInformationArg.Choice extends CAP3FurnishChargingInformationArg.Choice implements Serializable
-
Class CAP4InitialDPArg extends CAP3InitialDPArg implements Serializable
-
Serialized Fields
-
CallForwardingSS_Pending_present
boolean CallForwardingSS_Pending_present
Whether a value for the field callForwardingSS-Pending is present.
-
-
-
Class CAP4InitialDPArgExtension extends CAP2InitialDPArgExtension implements Serializable
-
Serialized Fields
-
BearerCapability2_value
CCBearerCapability BearerCapability2_value
Value of the field bearerCapability2. -
CollectInformationAllowed_present
boolean CollectInformationAllowed_present
Whether a value for the field collectInformationAllowed is present. -
EnhancedDialledServicesAllowed_present
boolean EnhancedDialledServicesAllowed_present
Whether a value for the field enhancedDialledServicesAllowed is present. -
Ext_basicServiceCode2_value
MAPExt_BasicServiceCode Ext_basicServiceCode2_value
Value of the field ext-basicServiceCode2. -
ForwardingDestinationNumber_value
CalledPartyNumber ForwardingDestinationNumber_value
Value of the field forwardingDestinationNumber. -
HighLayerCompatibility2_value
HighLayerCompatibility HighLayerCompatibility2_value
Value of the field highLayerCompatibility2. -
IMEI_value
IMEIAddress IMEI_value
Value of the field iMEI. -
LowLayerCompatibility_value
byte[] LowLayerCompatibility_value
Value of the field lowLayerCompatibility. -
LowLayerCompatibility2_value
byte[] LowLayerCompatibility2_value
Value of the field lowLayerCompatibility2. -
Ms_Classmark2_value
byte[] Ms_Classmark2_value
Value of the field ms-Classmark2. -
OfferedCamel4Functionalities_value
MAPOfferedCamel4Functionalities OfferedCamel4Functionalities_value
Value of the field offeredCamel4Functionalities. -
SupportedCamelPhases_value
MAPSupportedCamelPhases SupportedCamelPhases_value
Value of the field supportedCamelPhases. -
Uu_Data_value
MAPUU_Data Uu_Data_value
Value of the field uu-Data.
-
-
-
Class CAP4InitialDPSMSArg extends CAP3InitialDPSMSArg implements Serializable
-
Serialized Fields
-
CalledPartyNumber_value
AddressString CalledPartyNumber_value
Value of the field calledPartyNumber. -
GPRSMSClass_value
MAPGPRSMSClass GPRSMSClass_value
Value of the field gPRSMSClass. -
IMEI_value
IMEIAddress IMEI_value
Value of the field iMEI. -
Ms_Classmark2_value
byte[] Ms_Classmark2_value
Value of the field ms-Classmark2. -
TPShortMessageSpecificInfo_value
byte[] TPShortMessageSpecificInfo_value
Value of the field tPShortMessageSpecificInfo.
-
-
-
Class CAP4InitiateCallAttemptArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallingPartyNumber_value
CallingPartyNumber CallingPartyNumber_value
Value of the field callingPartyNumber. -
CallReferenceNumber_value
byte[] CallReferenceNumber_value
Value of the field callReferenceNumber. -
DestinationRoutingAddress_value
CalledPartyNumber[] DestinationRoutingAddress_value
Value of the field destinationRoutingAddress. -
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
GsmSCFAddress_value
AddressString GsmSCFAddress_value
Value of the field gsmSCFAddress. -
LegToBeCreated_value
CCLegID LegToBeCreated_value
Value of the field legToBeCreated. -
NewCallSegment_present
boolean NewCallSegment_present
Whether a value for the field newCallSegment is present. -
NewCallSegment_value
int NewCallSegment_value
Value of the field newCallSegment. -
Suppress_T_CSI_present
boolean Suppress_T_CSI_present
Whether a value for the field suppress-T-CSI is present.
-
-
-
Class CAP4InitiateCallAttemptRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
OfferedCamel4Functionalities_value
MAPOfferedCamel4Functionalities OfferedCamel4Functionalities_value
Value of the field offeredCamel4Functionalities. -
SupportedCamelPhases_value
MAPSupportedCamelPhases SupportedCamelPhases_value
Value of the field supportedCamelPhases.
-
-
-
Class CAP4LegOrCallSegment extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallSegmentID_value
int CallSegmentID_value
Value of the field callSegmentID. -
choice
CAP4LegOrCallSegment.Choice choice
Value of the discriminant. -
LegID_value
CCLegID LegID_value
Value of the field legID.
-
-
-
Class CAP4LocationInformationGPRS extends CAP3LocationInformationGPRS implements Serializable
-
Serialized Fields
-
UserCSGInformation_value
MAPUserCSGInformation UserCSGInformation_value
Value of the field userCSGInformation.
-
-
-
Class CAP4MetDPCriterion extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CAP4MetDPCriterion.Choice choice
Value of the discriminant. -
EnteringCellGlobalId_value
CellGlobalId EnteringCellGlobalId_value
Value of the field enteringCellGlobalId. -
EnteringLocationAreaId_value
LocationAreaId EnteringLocationAreaId_value
Value of the field enteringLocationAreaId. -
EnteringServiceAreaId_value
CellGlobalId EnteringServiceAreaId_value
Value of the field enteringServiceAreaId. -
LeavingCellGlobalId_value
CellGlobalId LeavingCellGlobalId_value
Value of the field leavingCellGlobalId. -
LeavingLocationAreaId_value
LocationAreaId LeavingLocationAreaId_value
Value of the field leavingLocationAreaId. -
LeavingServiceAreaId_value
CellGlobalId LeavingServiceAreaId_value
Value of the field leavingServiceAreaId. -
MetDPCriterionAlt_value
CAP4MetDPCriterionAlt MetDPCriterionAlt_value
Value of the field metDPCriterionAlt.
-
-
-
Class CAP4MetDPCriterionAlt extends AbstractFieldsObject implements Serializable
-
Class CAP4MidCallControlInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CancelDigit_value
AddressDelimiter CancelDigit_value
Value of the field cancelDigit. -
EndOfReplyDigit_value
AddressDelimiter EndOfReplyDigit_value
Value of the field endOfReplyDigit. -
InterDigitTimeout_present
boolean InterDigitTimeout_present
Whether a value for the field interDigitTimeout is present. -
InterDigitTimeout_value
int InterDigitTimeout_value
Value of the field interDigitTimeout. -
MaximumNumberOfDigits_present
boolean MaximumNumberOfDigits_present
Whether a value for the field maximumNumberOfDigits is present. -
MaximumNumberOfDigits_value
int MaximumNumberOfDigits_value
Value of the field maximumNumberOfDigits. -
MinimumNumberOfDigits_present
boolean MinimumNumberOfDigits_present
Whether a value for the field minimumNumberOfDigits is present. -
MinimumNumberOfDigits_value
int MinimumNumberOfDigits_value
Value of the field minimumNumberOfDigits. -
StartDigit_value
AddressDelimiter StartDigit_value
Value of the field startDigit.
-
-
-
Class CAP4MoveLegArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
LegIDToMove_value
CCLegID LegIDToMove_value
Value of the field legIDToMove.
-
-
-
Class CAP4PlayAnnouncementArg extends CAP2PlayAnnouncementArg implements Serializable
-
Serialized Fields
-
CallSegmentID_present
boolean CallSegmentID_present
Whether a value for the field callSegmentID is present. -
CallSegmentID_value
int CallSegmentID_value
Value of the field callSegmentID. -
RequestAnnouncementStarted_present
boolean RequestAnnouncementStarted_present
Whether a value for the field requestAnnouncementStartedNotification is present. -
RequestAnnouncementStarted_value
boolean RequestAnnouncementStarted_value
Value of the field requestAnnouncementStartedNotification.
-
-
-
Class CAP4PlayToneArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Bursts_value
CAP4Burst Bursts_value
Value of the field bursts. -
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
LegOrCallSegment_value
CAP4LegOrCallSegment LegOrCallSegment_value
Value of the field legOrCallSegment.
-
-
-
Class CAP4PromptAndCollectUserInformationArg extends CAP2PromptAndCollectUserInformationArg implements Serializable
-
Serialized Fields
-
CallSegmentID_present
boolean CallSegmentID_present
Whether a value for the field callSegmentID is present. -
CallSegmentID_value
int CallSegmentID_value
Value of the field callSegmentID. -
RequestAnnouncementStartedNotification_present
boolean RequestAnnouncementStartedNotification_present
Whether a value for the field requestAnnouncementStartedNotification is present. -
RequestAnnouncementStartedNotification_value
boolean RequestAnnouncementStartedNotification_value
Value of the field requestAnnouncementStartedNotification.
-
-
-
Class CAP4ResetTimerArg extends CAP2ResetTimerArg implements Serializable
-
Serialized Fields
-
CallSegmentID_present
boolean CallSegmentID_present
Whether a value for the field callSegmentID is present. -
CallSegmentID_value
int CallSegmentID_value
Value of the field callSegmentID.
-
-
-
Class CAP4SendChargingInformationArg extends CAP3SendChargingInformationArg implements Serializable
-
Class CAP4SplitLegArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Extensions_value
CAP1ExtensionField[] Extensions_value
Value of the field extensions. -
LegToBeSplit_value
CCLegID LegToBeSplit_value
Value of the field legToBeSplit. -
NewCallSegment_present
boolean NewCallSegment_present
Whether a value for the field newCallSegment is present. -
NewCallSegment_value
int NewCallSegment_value
Value of the field newCallSegment.
-
-
-
-
Package com.opencloud.slee.resources.cgin.cap_v4.metadata
-
Class CAP4EXTENSION extends AbstractInfoObject implements Serializable
-
Serialized Fields
-
Criticality
CAP1CriticalityType Criticality
Value field. -
ExtensionType
Class<ExtensionType> ExtensionType
Open type field. -
Id
OpenId Id
Identifier field.
-
-
-
-
Package com.opencloud.slee.resources.cgin.etsi_inap_cs1
-
Class CS1ActivateServiceFilteringArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions. -
FilteredCallTreatment_value
CS1FilteredCallTreatment FilteredCallTreatment_value
Value of the field filteredCallTreatment. -
FilteringCharacteristics_value
CS1FilteringCharacteristics FilteringCharacteristics_value
Value of the field filteringCharacteristics. -
FilteringCriteria_value
CS1FilteringCriteria FilteringCriteria_value
Value of the field filteringCriteria. -
FilteringTimeOut_value
CS1FilteringTimeOut FilteringTimeOut_value
Value of the field filteringTimeOut. -
StartTime_value
DateAndTime StartTime_value
Value of the field startTime.
-
-
-
Class CS1ApplyChargingArg extends CCApplyChargingArg implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions. -
SendCalculationToSCPIndication_present
boolean SendCalculationToSCPIndication_present
Whether a value for the field sendCalculationToSCPIndication is present. -
SendCalculationToSCPIndication_value
boolean SendCalculationToSCPIndication_value
Value of the field sendCalculationToSCPIndication.
-
-
-
Class CS1AssistRequestInstructionsArg extends CCAssistRequestInstructionsArg implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions. -
IPAvailable_value
CS1IPAvailable IPAvailable_value
Value of the field iPAvailable.
-
-
-
Class CS1BCSMEvent extends CCBCSMEvent implements Serializable
-
Serialized Fields
-
DPSpecificCriteria_value
CS1DPSpecificCriteria DPSpecificCriteria_value
Value of the field dPSpecificCriteria.
-
-
-
Class CS1CallGapArg extends CCCallGapArg implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CS1CallInformationReportArg extends CCCallInformationReportArg implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CS1CallInformationRequestArg extends CCCallInformationRequestArg implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CS1CGEncountered extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class CS1ChargingEvent extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
EventTypeCharging_value
CS1EventTypeCharging EventTypeCharging_value
Value of the field eventTypeCharging. -
LegID_value
CCLegID LegID_value
Value of the field legID. -
MonitorMode_value
CCMonitorMode MonitorMode_value
Value of the field monitorMode.
-
-
-
Class CS1CollectInformationArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CS1ConnectArg extends CCConnectArg implements Serializable
-
Serialized Fields
-
CallingPartyNumber_value
CallingPartyNumber CallingPartyNumber_value
Value of the field callingPartyNumber. -
CorrelationID_value
GenericDigits CorrelationID_value
Value of the field correlationID. -
CutAndPaste_present
boolean CutAndPaste_present
Whether a value for the field cutAndPaste is present. -
CutAndPaste_value
int CutAndPaste_value
Value of the field cutAndPaste. -
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions. -
RouteList_value
byte[][] RouteList_value
Value of the field routeList. -
ScfID_value
CCScfID ScfID_value
Value of the field scfID. -
ServiceInteractionIndicators_value
CS1ServiceInteractionIndicators ServiceInteractionIndicators_value
Value of the field serviceInteractionIndicators.
-
-
-
Class CS1ConnectToResourceArg extends CCConnectToResourceArg implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions. -
ServiceInteractionIndicators_value
CS1ServiceInteractionIndicators ServiceInteractionIndicators_value
Value of the field serviceInteractionIndicators.
-
-
-
Class CS1CounterAndValue extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CounterID_present
boolean CounterID_present
Whether a value for the field counterID is present. -
CounterID_value
int CounterID_value
Value of the field counterID. -
CounterValue_present
boolean CounterValue_present
Whether a value for the field counterValue is present. -
CounterValue_value
int CounterValue_value
Value of the field counterValue.
-
-
-
Class CS1DPSpecificCriteria extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ApplicationTimer_value
int ApplicationTimer_value
Value of the field applicationTimer. -
choice
CS1DPSpecificCriteria.Choice choice
Value of the discriminant. -
NumberOfDigits_value
int NumberOfDigits_value
Value of the field numberOfDigits.
-
-
-
Class CS1DPSpecificCriteria.Choice extends NamedInteger implements Serializable
-
Class CS1EstablishTemporaryConnectionArg extends CCEstablishTemporaryConnectionArg implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions. -
ServiceInteractionIndicators_value
CS1ServiceInteractionIndicators ServiceInteractionIndicators_value
Value of the field serviceInteractionIndicators.
-
-
-
Class CS1EventNotificationChargingArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
EventSpecificInformationCharging_value
CS1EventSpecificInformationCharging EventSpecificInformationCharging_value
Value of the field eventSpecificInformationCharging. -
EventTypeCharging_value
CS1EventTypeCharging EventTypeCharging_value
Value of the field eventTypeCharging. -
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions. -
LegID_value
CCLegID LegID_value
Value of the field legID. -
MonitorMode_value
CCMonitorMode MonitorMode_value
Value of the field monitorMode.
-
-
-
Class CS1EventReportBCSMArg extends CCEventReportBCSMArg implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CS1EventSpecificInformationCharging extends ExtendibleOctetString implements Serializable
-
Class CS1EventTypeCharging extends ExtendibleOctetString implements Serializable
-
Class CS1ExtensionField extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Criticality_value
CS1Criticality Criticality_value
Value of the field criticality. -
Type_value
OpenId Type_value
Value of the field type. -
Value_value
ContainingOctetString Value_value
Value of the field value.
-
-
-
Class CS1FilteredCallTreatment extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
InformationToSend_value
CS1InformationToSend InformationToSend_value
Value of the field informationToSend. -
MaximumNumberOfCounters_present
boolean MaximumNumberOfCounters_present
Whether a value for the field maximumNumberOfCounters is present. -
MaximumNumberOfCounters_value
int MaximumNumberOfCounters_value
Value of the field maximumNumberOfCounters. -
ReleaseCause_value
Cause ReleaseCause_value
Value of the field releaseCause. -
SFBillingChargingCharacteristics_value
CS1SFBillingChargingCharacteristics SFBillingChargingCharacteristics_value
Value of the field sFBillingChargingCharacteristics.
-
-
-
Class CS1FilteringCharacteristics extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CS1FilteringCharacteristics.Choice choice
Value of the discriminant. -
Interval_value
int Interval_value
Value of the field interval. -
NumberOfCalls_value
int NumberOfCalls_value
Value of the field numberOfCalls.
-
-
-
Class CS1FilteringCriteria extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AddressAndService_value
CS1FilteringCriteria.AddressAndService AddressAndService_value
Value of the field addressAndService. -
choice
CS1FilteringCriteria.Choice choice
Value of the discriminant. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey.
-
-
-
Class CS1FilteringCriteria.AddressAndService extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CalledAddressValue_value
GenericNumber CalledAddressValue_value
Value of the field calledAddressValue. -
CallingAddressValue_value
GenericNumber CallingAddressValue_value
Value of the field callingAddressValue. -
LocationNumber_value
LocationNumber LocationNumber_value
Value of the field locationNumber. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey.
-
-
-
Class CS1FilteringTimeOut extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
CS1FilteringTimeOut.Choice choice
Value of the discriminant. -
Duration_value
int Duration_value
Value of the field duration. -
StopTime_value
DateAndTime StopTime_value
Value of the field stopTime.
-
-
-
Class CS1GapIndicators extends CCGapIndicators implements Serializable
-
Serialized Fields
-
GapInterval_present
boolean GapInterval_present
Whether a value for the field gapInterval is present. -
GapInterval_value
int GapInterval_value
Value of the field gapInterval.
-
-
-
Class CS1GapTreatment extends CCGapTreatment implements Serializable
-
Serialized Fields
-
Both_value
CS1GapTreatment.Both Both_value
Value of the field both.
-
-
-
Class CS1GapTreatment.Both extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
InformationToSend_value
CS1InformationToSend InformationToSend_value
Value of the field informationToSend. -
ReleaseCause_value
Cause ReleaseCause_value
Value of the field releaseCause.
-
-
-
Class CS1GapTreatment.Choice extends CCGapTreatment.Choice implements Serializable
-
Class CS1InformationToSend extends CCInformationToSend implements Serializable
-
Serialized Fields
-
DisplayInformation_value
String DisplayInformation_value
Value of the field displayInformation.
-
-
-
Class CS1InformationToSend.Choice extends CCInformationToSend.Choice implements Serializable
-
Class CS1InitialDPArg extends CCInitialDPArg implements Serializable
-
Serialized Fields
-
CGEncountered_value
CS1CGEncountered CGEncountered_value
Value of the field cGEncountered. -
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions. -
ForwardCallIndicators_value
ForwardCallIndicators ForwardCallIndicators_value
Value of the field forwardCallIndicators. -
IPAvailable_value
CS1IPAvailable IPAvailable_value
Value of the field iPAvailable. -
ServiceInteractionIndicators_value
CS1ServiceInteractionIndicators ServiceInteractionIndicators_value
Value of the field serviceInteractionIndicators.
-
-
-
Class CS1InitiateCallAttemptArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AlertingPattern_value
Signal AlertingPattern_value
Value of the field alertingPattern. -
CallingPartyNumber_value
CallingPartyNumber CallingPartyNumber_value
Value of the field callingPartyNumber. -
DestinationRoutingAddress_value
CalledPartyNumber[] DestinationRoutingAddress_value
Value of the field destinationRoutingAddress. -
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions. -
ServiceInteractionIndicators_value
CS1ServiceInteractionIndicators ServiceInteractionIndicators_value
Value of the field serviceInteractionIndicators.
-
-
-
Class CS1IPAvailable extends ExtendibleOctetString implements Serializable
-
Class CS1PlayAnnouncementArg extends CCPlayAnnouncementArg implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CS1PromptAndCollectUserInformationArg extends CCPromptAndCollectUserInformationArg implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CS1RequestedInformationType extends CCRequestedInformationType implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class CS1RequestedInformationValue extends CCRequestedInformationValue implements Serializable
-
Serialized Fields
-
CalledAddressValue_value
GenericNumber CalledAddressValue_value
Value of the field calledAddressValue.
-
-
-
Class CS1RequestedInformationValue.Choice extends CCRequestedInformationValue.Choice implements Serializable
-
Class CS1RequestReportBCSMEventArg extends CCRequestReportBCSMEventArg implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CS1ResetTimerArg extends CCResetTimerArg implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CS1SendChargingInformationArg extends CCSendChargingInformationArg implements Serializable
-
Serialized Fields
-
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions.
-
-
-
Class CS1ServiceFilteringResponseArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CountersValue_value
CS1CounterAndValue[] CountersValue_value
Value of the field countersValue. -
Extensions_value
CS1ExtensionField[] Extensions_value
Value of the field extensions. -
FilteringCriteria_value
CS1FilteringCriteria FilteringCriteria_value
Value of the field filteringCriteria.
-
-
-
Class CS1ServiceInteractionIndicators extends ExtendibleOctetString implements Serializable
-
Class CS1SFBillingChargingCharacteristics extends ExtendibleOctetString implements Serializable
-
-
Package com.opencloud.slee.resources.cgin.etsi_inap_cs1.metadata
-
Class CS1EXTENSION extends AbstractInfoObject implements Serializable
-
Serialized Fields
-
Criticality
CS1Criticality Criticality
Value field. -
Id
OpenId Id
Identifier field. -
Type
Class<Type> Type
Open type field.
-
-
-
-
Package com.opencloud.slee.resources.cgin.map
-
Class MAPAbsentSubscriberParam extends MAPAbsentSubscriberParSeq implements Serializable
-
Serialized Fields
-
AbsentSubscriberReason_value
MAPAbsentSubscriberReason AbsentSubscriberReason_value
Value of the field absentSubscriberReason. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPAbsentSubscriberParSeq extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
MwdSet_present
boolean MwdSet_present
Whether a value for the field mwdSet is present. -
MwdSet_value
boolean MwdSet_value
Value of the field mwdSet.
-
-
-
Class MAPAbsentSubscriberReason extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPAbsentSubscriberSM_Param extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AbsentSubscriberDiagnosticSM_present
boolean AbsentSubscriberDiagnosticSM_present
Whether a value for the field absentSubscriberDiagnosticSM is present. -
AbsentSubscriberDiagnosticSM_value
int AbsentSubscriberDiagnosticSM_value
Value of the field absentSubscriberDiagnosticSM. -
AdditionalAbsentSubscriberDiagnosticSM_present
boolean AdditionalAbsentSubscriberDiagnosticSM_present
Whether a value for the field additionalAbsentSubscriberDiagnosticSM is present. -
AdditionalAbsentSubscriberDiagnosticSM_value
int AdditionalAbsentSubscriberDiagnosticSM_value
Value of the field additionalAbsentSubscriberDiagnosticSM. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPAccessNetworkProtocolId extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPAccessNetworkSignalInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AccessNetworkProtocolId_value
MAPAccessNetworkProtocolId AccessNetworkProtocolId_value
Value of the field accessNetworkProtocolId. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
SignalInfo_value
byte[] SignalInfo_value
Value of the field signalInfo.
-
-
-
Class MAPAccessRestrictionData extends BitStringWithNamedBits implements Serializable
-
Class MAPAccessType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPAccuracyFulfilmentIndicator extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPActivateTraceModeArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Omc_Id_value
AddressString Omc_Id_value
Value of the field omc-Id. -
TraceCollectionEntity_value
GSNAddress TraceCollectionEntity_value
Value of the field traceCollectionEntity. -
TraceDepthList_value
MAPTraceDepthList TraceDepthList_value
Value of the field traceDepthList. -
TraceEventList_value
MAPTraceEventList TraceEventList_value
Value of the field traceEventList. -
TraceInterfaceList_value
MAPTraceInterfaceList TraceInterfaceList_value
Value of the field traceInterfaceList. -
TraceNE_TypeList_value
MAPTraceNE_TypeList TraceNE_TypeList_value
Value of the field traceNE-TypeList. -
TraceReference_value
byte[] TraceReference_value
Value of the field traceReference. -
TraceReference2_value
byte[] TraceReference2_value
Value of the field traceReference2. -
TraceType_present
boolean TraceType_present
Whether a value for the field traceType is present. -
TraceType_value
int TraceType_value
Value of the field traceType.
-
-
-
Class MAPActivateTraceModeRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
TraceSupportIndicator_present
boolean TraceSupportIndicator_present
Whether a value for the field traceSupportIndicator is present.
-
-
-
Class MAPADD_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Imeisv_value
IMEIAddress Imeisv_value
Value of the field imeisv. -
SkipSubscriberDataUpdate_present
boolean SkipSubscriberDataUpdate_present
Whether a value for the field skipSubscriberDataUpdate is present.
-
-
-
Class MAPAdditional_Number extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPAdditional_Number.Choice choice
Value of the discriminant. -
Msc_Number_value
AddressString Msc_Number_value
Value of the field msc-Number. -
Sgsn_Number_value
AddressString Sgsn_Number_value
Value of the field sgsn-Number.
-
-
-
Class MAPAdditionalNetworkResource extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPAdditionalRequestedCAMEL_SubscriptionInfo extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPAdditionalRoamingNotAllowedCause extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPAdditionalSubscriptions extends BitStringWithNamedBits implements Serializable
-
Class MAPAlertServiceCentreArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
ServiceCentreAddress_value
AddressString ServiceCentreAddress_value
Value of the field serviceCentreAddress.
-
-
-
Class MAPAllocation_Retention_Priority extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Pre_emption_capability_present
boolean Pre_emption_capability_present
Whether a value for the field pre-emption-capability is present. -
Pre_emption_capability_value
boolean Pre_emption_capability_value
Value of the field pre-emption-capability. -
Pre_emption_vulnerability_present
boolean Pre_emption_vulnerability_present
Whether a value for the field pre-emption-vulnerability is present. -
Pre_emption_vulnerability_value
boolean Pre_emption_vulnerability_value
Value of the field pre-emption-vulnerability. -
Priority_level_present
boolean Priority_level_present
Whether a value for the field priority-level is present. -
Priority_level_value
long Priority_level_value
Value of the field priority-level.
-
-
-
Class MAPAllowedServices extends BitStringWithNamedBits implements Serializable
-
Class MAPAllowedUMTS_Algorithms extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
EncryptionAlgorithms_value
byte[] EncryptionAlgorithms_value
Value of the field encryptionAlgorithms. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
IntegrityProtectionAlgorithms_value
byte[] IntegrityProtectionAlgorithms_value
Value of the field integrityProtectionAlgorithms.
-
-
-
Class MAPAMBR extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Max_RequestedBandwidth_DL_present
boolean Max_RequestedBandwidth_DL_present
Whether a value for the field max-RequestedBandwidth-DL is present. -
Max_RequestedBandwidth_DL_value
long Max_RequestedBandwidth_DL_value
Value of the field max-RequestedBandwidth-DL. -
Max_RequestedBandwidth_UL_present
boolean Max_RequestedBandwidth_UL_present
Whether a value for the field max-RequestedBandwidth-UL is present. -
Max_RequestedBandwidth_UL_value
long Max_RequestedBandwidth_UL_value
Value of the field max-RequestedBandwidth-UL.
-
-
-
Class MAPAnyTimeInterrogationArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GsmSCF_Address_value
AddressString GsmSCF_Address_value
Value of the field gsmSCF-Address. -
RequestedInfo_value
MAPRequestedInfo RequestedInfo_value
Value of the field requestedInfo. -
SubscriberIdentity_value
MAPSubscriberIdentity SubscriberIdentity_value
Value of the field subscriberIdentity.
-
-
-
Class MAPAnyTimeInterrogationRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
SubscriberInfo_value
MAPSubscriberInfo SubscriberInfo_value
Value of the field subscriberInfo.
-
-
-
Class MAPAnyTimeModificationArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ActivationRequestForUE_reachability_value
MAPServingNode ActivationRequestForUE_reachability_value
Value of the field activationRequestForUE-reachability. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GsmSCF_Address_value
AddressString GsmSCF_Address_value
Value of the field gsmSCF-Address. -
LongFTN_Supported_present
boolean LongFTN_Supported_present
Whether a value for the field longFTN-Supported is present. -
ModificationRequestFor_CB_Info_value
MAPModificationRequestFor_CB_Info ModificationRequestFor_CB_Info_value
Value of the field modificationRequestFor-CB-Info. -
ModificationRequestFor_CF_Info_value
MAPModificationRequestFor_CF_Info ModificationRequestFor_CF_Info_value
Value of the field modificationRequestFor-CF-Info. -
ModificationRequestFor_CLIP_Data_value
MAPModificationRequestFor_CLIP_Info ModificationRequestFor_CLIP_Data_value
Value of the field modificationRequestFor-CLIP-Data. -
ModificationRequestFor_CLIR_Data_value
MAPModificationRequestFor_CLIR_Info ModificationRequestFor_CLIR_Data_value
Value of the field modificationRequestFor-CLIR-Data. -
ModificationRequestFor_CSG_value
MAPModificationRequestFor_CSG ModificationRequestFor_CSG_value
Value of the field modificationRequestFor-CSG. -
ModificationRequestFor_CSI_value
MAPModificationRequestFor_CSI ModificationRequestFor_CSI_value
Value of the field modificationRequestFor-CSI. -
ModificationRequestFor_CW_Data_value
MAPModificationRequestFor_CW_Info ModificationRequestFor_CW_Data_value
Value of the field modificationRequestFor-CW-Data. -
ModificationRequestFor_ECT_Data_value
MAPModificationRequestFor_ECT_Info ModificationRequestFor_ECT_Data_value
Value of the field modificationRequestFor-ECT-Data. -
ModificationRequestFor_HOLD_Data_value
MAPModificationRequestFor_CH_Info ModificationRequestFor_HOLD_Data_value
Value of the field modificationRequestFor-HOLD-Data. -
ModificationRequestFor_IP_SM_GW_Data_value
MAPModificationRequestFor_IP_SM_GW_Data ModificationRequestFor_IP_SM_GW_Data_value
Value of the field modificationRequestFor-IP-SM-GW-Data. -
ModificationRequestFor_ODB_data_value
MAPModificationRequestFor_ODB_data ModificationRequestFor_ODB_data_value
Value of the field modificationRequestFor-ODB-data. -
SubscriberIdentity_value
MAPSubscriberIdentity SubscriberIdentity_value
Value of the field subscriberIdentity.
-
-
-
Class MAPAnyTimeModificationRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Camel_SubscriptionInfo_value
MAPCAMEL_SubscriptionInfo Camel_SubscriptionInfo_value
Value of the field camel-SubscriptionInfo. -
Ch_Data_value
MAPCallHoldData Ch_Data_value
Value of the field ch-Data. -
Clip_Data_value
MAPClipData Clip_Data_value
Value of the field clip-Data. -
Clir_Data_value
MAPClirData Clir_Data_value
Value of the field clir-Data. -
Cw_Data_value
MAPCallWaitingData Cw_Data_value
Value of the field cw-Data. -
Ect_data_value
MAPEctData Ect_data_value
Value of the field ect-data. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Odb_Info_value
MAPODB_Info Odb_Info_value
Value of the field odb-Info. -
Ss_InfoFor_CSE_value
MAPExt_SS_InfoFor_CSE Ss_InfoFor_CSE_value
Value of the field ss-InfoFor-CSE.
-
-
-
Class MAPAnyTimeSubscriptionInterrogationArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GsmSCF_Address_value
AddressString GsmSCF_Address_value
Value of the field gsmSCF-Address. -
LongFTN_Supported_present
boolean LongFTN_Supported_present
Whether a value for the field longFTN-Supported is present. -
RequestedSubscriptionInfo_value
MAPRequestedSubscriptionInfo RequestedSubscriptionInfo_value
Value of the field requestedSubscriptionInfo. -
SubscriberIdentity_value
MAPSubscriberIdentity SubscriberIdentity_value
Value of the field subscriberIdentity.
-
-
-
Class MAPAnyTimeSubscriptionInterrogationRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallBarringData_value
MAPCallBarringData CallBarringData_value
Value of the field callBarringData. -
CallForwardingData_value
MAPCallForwardingData CallForwardingData_value
Value of the field callForwardingData. -
Camel_SubscriptionInfo_value
MAPCAMEL_SubscriptionInfo Camel_SubscriptionInfo_value
Value of the field camel-SubscriptionInfo. -
Ch_Data_value
MAPCallHoldData Ch_Data_value
Value of the field ch-Data. -
Clip_Data_value
MAPClipData Clip_Data_value
Value of the field clip-Data. -
Clir_Data_value
MAPClirData Clir_Data_value
Value of the field clir-Data. -
Csg_SubscriptionDataList_value
MAPCSG_SubscriptionData[] Csg_SubscriptionDataList_value
Value of the field csg-SubscriptionDataList. -
Cw_Data_value
MAPCallWaitingData Cw_Data_value
Value of the field cw-Data. -
Ect_data_value
MAPEctData Ect_data_value
Value of the field ect-data. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Msisdn_BS_List_value
MAPMSISDN_BS[] Msisdn_BS_List_value
Value of the field msisdn-BS-List. -
Odb_Info_value
MAPODB_Info Odb_Info_value
Value of the field odb-Info. -
OfferedCamel4CSIsInSGSN_value
MAPOfferedCamel4CSIs OfferedCamel4CSIsInSGSN_value
Value of the field offeredCamel4CSIsInSGSN. -
OfferedCamel4CSIsInVLR_value
MAPOfferedCamel4CSIs OfferedCamel4CSIsInVLR_value
Value of the field offeredCamel4CSIsInVLR. -
SupportedSGSN_CAMEL_Phases_value
MAPSupportedCamelPhases SupportedSGSN_CAMEL_Phases_value
Value of the field supportedSGSN-CAMEL-Phases. -
SupportedVLR_CAMEL_Phases_value
MAPSupportedCamelPhases SupportedVLR_CAMEL_Phases_value
Value of the field supportedVLR-CAMEL-Phases.
-
-
-
Class MAPAoIPCodecsList extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Codec1_value
byte[] Codec1_value
Value of the field codec1. -
Codec2_value
byte[] Codec2_value
Value of the field codec2. -
Codec3_value
byte[] Codec3_value
Value of the field codec3. -
Codec4_value
byte[] Codec4_value
Value of the field codec4. -
Codec5_value
byte[] Codec5_value
Value of the field codec5. -
Codec6_value
byte[] Codec6_value
Value of the field codec6. -
Codec7_value
byte[] Codec7_value
Value of the field codec7. -
Codec8_value
byte[] Codec8_value
Value of the field codec8. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPAPN_Configuration extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ambr_value
MAPAMBR Ambr_value
Value of the field ambr. -
Apn_oi_Replacement_value
AccessPointNameOperatorId Apn_oi_Replacement_value
Value of the field apn-oi-Replacement. -
Apn_value
AccessPointName Apn_value
Value of the field apn. -
ChargingCharacteristics_value
byte[] ChargingCharacteristics_value
Value of the field chargingCharacteristics. -
ContextId_present
boolean ContextId_present
Whether a value for the field contextId is present. -
ContextId_value
int ContextId_value
Value of the field contextId. -
Eps_qos_Subscribed_value
MAPEPS_QoS_Subscribed Eps_qos_Subscribed_value
Value of the field eps-qos-Subscribed. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Pdn_gw_AllocationType_value
MAPPDN_GW_AllocationType Pdn_gw_AllocationType_value
Value of the field pdn-gw-AllocationType. -
Pdn_gw_Identity_value
MAPPDN_GW_Identity Pdn_gw_Identity_value
Value of the field pdn-gw-Identity. -
Pdn_Type_value
byte[] Pdn_Type_value
Value of the field pdn-Type. -
ServedPartyIP_IPv4_Address_value
byte[] ServedPartyIP_IPv4_Address_value
Value of the field servedPartyIP-IPv4-Address. -
ServedPartyIP_IPv6_Address_value
byte[] ServedPartyIP_IPv6_Address_value
Value of the field servedPartyIP-IPv6-Address. -
Sipto_Permission_value
MAPSIPTO_Permission Sipto_Permission_value
Value of the field sipto-Permission. -
SpecificAPNInfoList_value
MAPSpecificAPNInfo[] SpecificAPNInfoList_value
Value of the field specificAPNInfoList. -
VplmnAddressAllowed_present
boolean VplmnAddressAllowed_present
Whether a value for the field vplmnAddressAllowed is present.
-
-
-
Class MAPAPN_ConfigurationProfile extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CompleteDataListIncluded_present
boolean CompleteDataListIncluded_present
Whether a value for the field completeDataListIncluded is present. -
DefaultContext_present
boolean DefaultContext_present
Whether a value for the field defaultContext is present. -
DefaultContext_value
int DefaultContext_value
Value of the field defaultContext. -
EpsDataList_value
MAPAPN_Configuration[] EpsDataList_value
Value of the field epsDataList. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPArea extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AreaIdentification_value
byte[] AreaIdentification_value
Value of the field areaIdentification. -
AreaType_value
MAPAreaType AreaType_value
Value of the field areaType.
-
-
-
Class MAPAreaDefinition extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AreaList_value
MAPArea[] AreaList_value
Value of the field areaList.
-
-
-
Class MAPAreaEventInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AreaDefinition_value
MAPAreaDefinition AreaDefinition_value
Value of the field areaDefinition. -
IntervalTime_present
boolean IntervalTime_present
Whether a value for the field intervalTime is present. -
IntervalTime_value
int IntervalTime_value
Value of the field intervalTime. -
OccurrenceInfo_value
MAPOccurrenceInfo OccurrenceInfo_value
Value of the field occurrenceInfo.
-
-
-
Class MAPAreaType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPATI_NotAllowedParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPATM_NotAllowedParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPATSI_NotAllowedParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPAuthenticationFailureReportArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AccessType_value
MAPAccessType AccessType_value
Value of the field accessType. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
FailureCause_value
MAPFailureCause FailureCause_value
Value of the field failureCause. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Rand_value
byte[] Rand_value
Value of the field rand. -
Re_attempt_present
boolean Re_attempt_present
Whether a value for the field re-attempt is present. -
Re_attempt_value
boolean Re_attempt_value
Value of the field re-attempt. -
Sgsn_Number_value
AddressString Sgsn_Number_value
Value of the field sgsn-Number. -
Vlr_Number_value
AddressString Vlr_Number_value
Value of the field vlr-Number.
-
-
-
Class MAPAuthenticationFailureReportRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPAuthenticationQuintuplet extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Autn_value
byte[] Autn_value
Value of the field autn. -
Ck_value
byte[] Ck_value
Value of the field ck. -
Ik_value
byte[] Ik_value
Value of the field ik. -
Rand_value
byte[] Rand_value
Value of the field rand. -
Xres_value
byte[] Xres_value
Value of the field xres.
-
-
-
Class MAPAuthenticationSet extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Kc_value
byte[] Kc_value
Value of the field kc. -
Rand_value
byte[] Rand_value
Value of the field rand. -
Sres_value
byte[] Sres_value
Value of the field sres.
-
-
-
Class MAPAuthenticationSetList_v3 extends MAPSendAuthenticationInfoRes implements Serializable
-
Serialized Fields
-
QuintupletList_value
MAPAuthenticationQuintuplet[] QuintupletList_value
Value of the field quintupletList.
-
-
-
Class MAPAuthenticationSetList_v3.Choice extends MAPSendAuthenticationInfoRes.Choice implements Serializable
-
Class MAPBasicServiceCode extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BearerService_value
byte[] BearerService_value
Value of the field bearerService. -
choice
MAPBasicServiceCode.Choice choice
Value of the discriminant. -
Teleservice_value
byte[] Teleservice_value
Value of the field teleservice.
-
-
-
Class MAPBasicServiceCode.Choice extends NamedInteger implements Serializable
-
Class MAPBearerServNotProvParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPBeginSubscriberActivityArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
OriginatingEntityNumber_value
AddressString OriginatingEntityNumber_value
Value of the field originatingEntityNumber.
-
-
-
Class MAPBMSC_EventList extends BitStringWithNamedBits implements Serializable
-
Class MAPBMSC_InterfaceList extends BitStringWithNamedBits implements Serializable
-
Class MAPBSSMAP_ServiceHandoverInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Bssmap_ServiceHandover_value
byte[] Bssmap_ServiceHandover_value
Value of the field bssmap-ServiceHandover. -
Rab_Id_present
boolean Rab_Id_present
Whether a value for the field rab-Id is present. -
Rab_Id_value
int Rab_Id_value
Value of the field rab-Id.
-
-
-
Class MAPBusySubscriberParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ccbs_Busy_present
boolean Ccbs_Busy_present
Whether a value for the field ccbs-Busy is present. -
Ccbs_Possible_present
boolean Ccbs_Possible_present
Whether a value for the field ccbs-Possible is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPCallBarredParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallBarringCause_value
MAPCallBarringCause CallBarringCause_value
Value of the field callBarringCause. -
choice
MAPCallBarredParam.Choice choice
Value of the discriminant. -
ExtensibleCallBarredParam_value
MAPExtensibleCallBarredParam ExtensibleCallBarredParam_value
Value of the field extensibleCallBarredParam.
-
-
-
Class MAPCallBarringData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallBarringFeatureList_value
MAPExt_CallBarringFeature[] CallBarringFeatureList_value
Value of the field callBarringFeatureList. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
Password_value
String Password_value
Value of the field password. -
WrongPasswordAttemptsCounter_present
boolean WrongPasswordAttemptsCounter_present
Whether a value for the field wrongPasswordAttemptsCounter is present. -
WrongPasswordAttemptsCounter_value
int WrongPasswordAttemptsCounter_value
Value of the field wrongPasswordAttemptsCounter.
-
-
-
Class MAPCallBarringFeature extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicService_value
MAPBasicServiceCode BasicService_value
Value of the field basicService. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPCallBarringInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallBarringFeatureList_value
MAPCallBarringFeature[] CallBarringFeatureList_value
Value of the field callBarringFeatureList. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code.
-
-
-
Class MAPCallForwardingData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ForwardingFeatureList_value
MAPExt_ForwFeature[] ForwardingFeatureList_value
Value of the field forwardingFeatureList. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present.
-
-
-
Class MAPCallHoldData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPCallOutcome extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPCallReportData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallOutcome_value
MAPCallOutcome CallOutcome_value
Value of the field callOutcome. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
MonitoringMode_value
MAPMonitoringMode MonitoringMode_value
Value of the field monitoringMode.
-
-
-
Class MAPCallTerminationIndicator extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPCallWaitingData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPCAMEL_SubscriptionInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
D_CSI_value
MAPD_CSI D_CSI_value
Value of the field d-CSI. -
D_IM_CSI_value
MAPD_CSI D_IM_CSI_value
Value of the field d-IM-CSI. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Gprs_CSI_value
MAPGPRS_CSI Gprs_CSI_value
Value of the field gprs-CSI. -
M_CSI_value
MAPM_CSI M_CSI_value
Value of the field m-CSI. -
Mg_csi_value
MAPMG_CSI Mg_csi_value
Value of the field mg-csi. -
Mo_sms_CSI_value
MAPSMS_CSI Mo_sms_CSI_value
Value of the field mo-sms-CSI. -
Mt_sms_CSI_value
MAPSMS_CSI Mt_sms_CSI_value
Value of the field mt-sms-CSI. -
Mt_smsCAMELTDP_CriteriaList_value
MAPMT_smsCAMELTDP_Criteria[] Mt_smsCAMELTDP_CriteriaList_value
Value of the field mt-smsCAMELTDP-CriteriaList. -
O_BcsmCamelTDP_CriteriaList_value
MAPO_BcsmCamelTDP_Criteria[] O_BcsmCamelTDP_CriteriaList_value
Value of the field o-BcsmCamelTDP-CriteriaList. -
O_CSI_value
MAPO_CSI O_CSI_value
Value of the field o-CSI. -
O_IM_BcsmCamelTDP_CriteriaList_value
MAPO_BcsmCamelTDP_Criteria[] O_IM_BcsmCamelTDP_CriteriaList_value
Value of the field o-IM-BcsmCamelTDP-CriteriaList. -
O_IM_CSI_value
MAPO_CSI O_IM_CSI_value
Value of the field o-IM-CSI. -
SpecificCSIDeletedList_value
MAPSpecificCSI_Withdraw SpecificCSIDeletedList_value
Value of the field specificCSIDeletedList. -
Ss_CSI_value
MAPSS_CSI Ss_CSI_value
Value of the field ss-CSI. -
T_BCSM_CAMEL_TDP_CriteriaList_value
MAPT_BCSM_CAMEL_TDP_Criteria[] T_BCSM_CAMEL_TDP_CriteriaList_value
Value of the field t-BCSM-CAMEL-TDP-CriteriaList. -
T_CSI_value
MAPT_CSI T_CSI_value
Value of the field t-CSI. -
Tif_CSI_NotificationToCSE_present
boolean Tif_CSI_NotificationToCSE_present
Whether a value for the field tif-CSI-NotificationToCSE is present. -
Tif_CSI_present
boolean Tif_CSI_present
Whether a value for the field tif-CSI is present. -
Vt_BCSM_CAMEL_TDP_CriteriaList_value
MAPT_BCSM_CAMEL_TDP_Criteria[] Vt_BCSM_CAMEL_TDP_CriteriaList_value
Value of the field vt-BCSM-CAMEL-TDP-CriteriaList. -
Vt_CSI_value
MAPT_CSI Vt_CSI_value
Value of the field vt-CSI. -
Vt_IM_BCSM_CAMEL_TDP_CriteriaList_value
MAPT_BCSM_CAMEL_TDP_Criteria[] Vt_IM_BCSM_CAMEL_TDP_CriteriaList_value
Value of the field vt-IM-BCSM-CAMEL-TDP-CriteriaList. -
Vt_IM_CSI_value
MAPT_CSI Vt_IM_CSI_value
Value of the field vt-IM-CSI.
-
-
-
Class MAPCamelInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
OfferedCamel4CSIs_value
MAPOfferedCamel4CSIs OfferedCamel4CSIs_value
Value of the field offeredCamel4CSIs. -
SupportedCamelPhases_value
MAPSupportedCamelPhases SupportedCamelPhases_value
Value of the field supportedCamelPhases. -
Suppress_T_CSI_present
boolean Suppress_T_CSI_present
Whether a value for the field suppress-T-CSI is present.
-
-
-
Class MAPCamelRoutingInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ForwardingData_value
MAPForwardingData ForwardingData_value
Value of the field forwardingData. -
GmscCamelSubscriptionInfo_value
MAPGmscCamelSubscriptionInfo GmscCamelSubscriptionInfo_value
Value of the field gmscCamelSubscriptionInfo.
-
-
-
Class MAPCancellationType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPCancelLocation_v1ArgSeq extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Identity_value
MAPIdentity Identity_value
Value of the field identity.
-
-
-
Class MAPCancelLocationArg extends MAPCancelLocation_v1ArgSeq implements Serializable
-
Serialized Fields
-
CancellationType_value
MAPCancellationType CancellationType_value
Value of the field cancellationType. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
TypeOfUpdate_value
MAPTypeOfUpdate TypeOfUpdate_value
Value of the field typeOfUpdate.
-
-
-
Class MAPCancelLocationRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPCCBS_Data extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallInfo_value
MAPExternalSignalInfo CallInfo_value
Value of the field callInfo. -
Ccbs_Feature_value
MAPCCBS_Feature Ccbs_Feature_value
Value of the field ccbs-Feature. -
NetworkSignalInfo_value
MAPExternalSignalInfo NetworkSignalInfo_value
Value of the field networkSignalInfo. -
ServiceIndicator_value
MAPServiceIndicator ServiceIndicator_value
Value of the field serviceIndicator. -
TranslatedB_Number_value
AddressString TranslatedB_Number_value
Value of the field translatedB-Number.
-
-
-
Class MAPCCBS_Feature extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
B_subscriberNumber_value
AddressString B_subscriberNumber_value
Value of the field b-subscriberNumber. -
B_subscriberSubaddress_value
ISDNSubaddress B_subscriberSubaddress_value
Value of the field b-subscriberSubaddress. -
BasicServiceGroup_value
MAPBasicServiceCode BasicServiceGroup_value
Value of the field basicServiceGroup. -
Ccbs_Index_present
boolean Ccbs_Index_present
Whether a value for the field ccbs-Index is present. -
Ccbs_Index_value
int Ccbs_Index_value
Value of the field ccbs-Index.
-
-
-
Class MAPCCBS_Indicators extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ccbs_Possible_present
boolean Ccbs_Possible_present
Whether a value for the field ccbs-Possible is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
KeepCCBS_CallIndicator_present
boolean KeepCCBS_CallIndicator_present
Whether a value for the field keepCCBS-CallIndicator is present.
-
-
-
Class MAPCCBS_SubscriberStatus extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPCellGlobalIdOrServiceAreaIdOrLAI extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CellGlobalIdOrServiceAreaIdFixedLength_value
CellGlobalId CellGlobalIdOrServiceAreaIdFixedLength_value
Value of the field cellGlobalIdOrServiceAreaIdFixedLength. -
choice
MAPCellGlobalIdOrServiceAreaIdOrLAI.Choice choice
Value of the discriminant. -
LaiFixedLength_value
LocationAreaId LaiFixedLength_value
Value of the field laiFixedLength.
-
-
-
Class MAPCheckIMEI_Arg extends MAPCheckIMEI_v1ArgSeq implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
RequestedEquipmentInfo_value
MAPRequestedEquipmentInfo RequestedEquipmentInfo_value
Value of the field requestedEquipmentInfo.
-
-
-
Class MAPCheckIMEI_Res extends MAPCheckIMEIResSeq implements Serializable
-
Serialized Fields
-
Bmuef_value
MAPUESBI_Iu Bmuef_value
Value of the field bmuef. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPCheckIMEI_v1ArgSeq extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Imei_value
IMEIAddress Imei_value
Value of the field imei.
-
-
-
Class MAPCheckIMEIResSeq extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
EquipmentStatus_value
MAPEquipmentStatus EquipmentStatus_value
Value of the field equipmentStatus.
-
-
-
Class MAPChosenRadioResourceInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ChosenChannelInfo_value
byte[] ChosenChannelInfo_value
Value of the field chosenChannelInfo. -
ChosenSpeechVersion_value
byte[] ChosenSpeechVersion_value
Value of the field chosenSpeechVersion.
-
-
-
Class MAPClipData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
OverrideCategory_value
MAPOverrideCategory OverrideCategory_value
Value of the field overrideCategory. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPClirData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CliRestrictionOption_value
MAPCliRestrictionOption CliRestrictionOption_value
Value of the field cliRestrictionOption. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPCodecList extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Codec1_value
byte[] Codec1_value
Value of the field codec1. -
Codec2_value
byte[] Codec2_value
Value of the field codec2. -
Codec3_value
byte[] Codec3_value
Value of the field codec3. -
Codec4_value
byte[] Codec4_value
Value of the field codec4. -
Codec5_value
byte[] Codec5_value
Value of the field codec5. -
Codec6_value
byte[] Codec6_value
Value of the field codec6. -
Codec7_value
byte[] Codec7_value
Value of the field codec7. -
Codec8_value
byte[] Codec8_value
Value of the field codec8. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPCSG_SubscriptionData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Csg_Id_value
BitString Csg_Id_value
Value of the field csg-Id. -
ExpirationDate_value
byte[] ExpirationDate_value
Value of the field expirationDate. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPCUG_CheckInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Cug_Interlock_value
CUGInterLockCode Cug_Interlock_value
Value of the field cug-Interlock. -
Cug_OutgoingAccess_present
boolean Cug_OutgoingAccess_present
Whether a value for the field cug-OutgoingAccess is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPCUG_Feature extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicService_value
MAPExt_BasicServiceCode BasicService_value
Value of the field basicService. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
InterCUG_Restrictions_value
byte[] InterCUG_Restrictions_value
Value of the field interCUG-Restrictions. -
PreferentialCUG_Indicator_present
boolean PreferentialCUG_Indicator_present
Whether a value for the field preferentialCUG-Indicator is present. -
PreferentialCUG_Indicator_value
int PreferentialCUG_Indicator_value
Value of the field preferentialCUG-Indicator.
-
-
-
Class MAPCUG_Feature_v1 extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Cug_Index_value
byte[] Cug_Index_value
Value of the field cug-Index. -
Cug_interlock_value
CUGInterLockCode Cug_interlock_value
Value of the field cug-interlock. -
Cug_Options_value
byte[] Cug_Options_value
Value of the field cug-Options. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPCUG_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Cug_FeatureList_value
MAPCUG_Feature[] Cug_FeatureList_value
Value of the field cug-FeatureList. -
Cug_SubscriptionList_value
MAPCUG_Subscription[] Cug_SubscriptionList_value
Value of the field cug-SubscriptionList. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPCUG_Information extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Cug_Facilities_value
byte[] Cug_Facilities_value
Value of the field cug-Facilities. -
Cug_Features_value
MAPCUG_Information.Cug_Features Cug_Features_value
Value of the field cug-Features.
-
-
-
Class MAPCUG_Information.Cug_Features extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPCUG_Information.Cug_Features.Choice choice
Value of the discriminant. -
Cug_Feature_value
MAPCUG_Feature_v1 Cug_Feature_value
Value of the field cug-Feature. -
Cug_FeatureList_value
MAPCUG_Feature_v1[] Cug_FeatureList_value
Value of the field cug-FeatureList.
-
-
-
Class MAPCUG_RejectParam extends MAPCug_RejectParSeq implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPCug_RejectParSeq extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Cug_RejectCause_value
MAPCUG_RejectCause Cug_RejectCause_value
Value of the field cug-RejectCause.
-
-
-
Class MAPCUG_Subscription extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicServiceGroupList_value
MAPExt_BasicServiceCode[] BasicServiceGroupList_value
Value of the field basicServiceGroupList. -
Cug_Index_present
boolean Cug_Index_present
Whether a value for the field cug-Index is present. -
Cug_Index_value
int Cug_Index_value
Value of the field cug-Index. -
Cug_Interlock_value
CUGInterLockCode Cug_Interlock_value
Value of the field cug-Interlock. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
IntraCUG_Options_value
MAPIntraCUG_Options IntraCUG_Options_value
Value of the field intraCUG-Options.
-
-
-
Class MAPCurrentSecurityContext extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPCurrentSecurityContext.Choice choice
Value of the discriminant. -
Gsm_SecurityContextData_value
MAPGSM_SecurityContextData Gsm_SecurityContextData_value
Value of the field gsm-SecurityContextData. -
Umts_SecurityContextData_value
MAPUMTS_SecurityContextData Umts_SecurityContextData_value
Value of the field umts-SecurityContextData.
-
-
-
Class MAPD_CSI extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CamelCapabilityHandling_present
boolean CamelCapabilityHandling_present
Whether a value for the field camelCapabilityHandling is present. -
CamelCapabilityHandling_value
int CamelCapabilityHandling_value
Value of the field camelCapabilityHandling. -
Csi_Active_present
boolean Csi_Active_present
Whether a value for the field csi-Active is present. -
Dp_AnalysedInfoCriteriaList_value
MAPDP_AnalysedInfoCriterium[] Dp_AnalysedInfoCriteriaList_value
Value of the field dp-AnalysedInfoCriteriaList. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present.
-
-
-
Class MAPDataMissingParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPDeactivateTraceModeArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
TraceReference_value
byte[] TraceReference_value
Value of the field traceReference. -
TraceReference2_value
byte[] TraceReference2_value
Value of the field traceReference2.
-
-
-
Class MAPDeactivateTraceModeRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPDefaultCallHandling extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPDefaultGPRS_Handling extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPDefaultSMS_Handling extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPDeferredLocationEventType extends BitStringWithNamedBits implements Serializable
-
Class MAPDeferredmt_lrData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DeferredLocationEventType_value
MAPDeferredLocationEventType DeferredLocationEventType_value
Value of the field deferredLocationEventType. -
LcsLocationInfo_value
MAPLCSLocationInfo LcsLocationInfo_value
Value of the field lcsLocationInfo. -
TerminationCause_value
MAPTerminationCause TerminationCause_value
Value of the field terminationCause.
-
-
-
Class MAPDeleteSubscriberDataArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Apn_oi_replacementWithdraw_present
boolean Apn_oi_replacementWithdraw_present
Whether a value for the field apn-oi-replacementWithdraw is present. -
BasicServiceList_value
MAPExt_BasicServiceCode[] BasicServiceList_value
Value of the field basicServiceList. -
CamelSubscriptionInfoWithdraw_present
boolean CamelSubscriptionInfoWithdraw_present
Whether a value for the field camelSubscriptionInfoWithdraw is present. -
ChargingCharacteristicsWithdraw_present
boolean ChargingCharacteristicsWithdraw_present
Whether a value for the field chargingCharacteristicsWithdraw is present. -
Csg_SubscriptionDeleted_present
boolean Csg_SubscriptionDeleted_present
Whether a value for the field csg-SubscriptionDeleted is present. -
EpsSubscriptionDataWithdraw_value
MAPEPS_SubscriptionDataWithdraw EpsSubscriptionDataWithdraw_value
Value of the field epsSubscriptionDataWithdraw. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Gmlc_ListWithdraw_present
boolean Gmlc_ListWithdraw_present
Whether a value for the field gmlc-ListWithdraw is present. -
GprsSubscriptionDataWithdraw_value
MAPGPRSSubscriptionDataWithdraw GprsSubscriptionDataWithdraw_value
Value of the field gprsSubscriptionDataWithdraw. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
IstInformationWithdraw_present
boolean IstInformationWithdraw_present
Whether a value for the field istInformationWithdraw is present. -
LsaInformationWithdraw_value
MAPLSAInformationWithdraw LsaInformationWithdraw_value
Value of the field lsaInformationWithdraw. -
RegionalSubscriptionIdentifier_value
byte[] RegionalSubscriptionIdentifier_value
Value of the field regionalSubscriptionIdentifier. -
RoamingRestrictedInSgsnDueToUnsuppportedFeature_present
boolean RoamingRestrictedInSgsnDueToUnsuppportedFeature_present
Whether a value for the field roamingRestrictedInSgsnDueToUnsuppportedFeature is present. -
RoamingRestrictionDueToUnsupportedFeature_present
boolean RoamingRestrictionDueToUnsupportedFeature_present
Whether a value for the field roamingRestrictionDueToUnsupportedFeature is present. -
SpecificCSI_Withdraw_value
MAPSpecificCSI_Withdraw SpecificCSI_Withdraw_value
Value of the field specificCSI-Withdraw. -
Ss_List_value
SSCode[] Ss_List_value
Value of the field ss-List. -
Stn_srWithdraw_present
boolean Stn_srWithdraw_present
Whether a value for the field stn-srWithdraw is present. -
VbsGroupIndication_present
boolean VbsGroupIndication_present
Whether a value for the field vbsGroupIndication is present. -
VgcsGroupIndication_present
boolean VgcsGroupIndication_present
Whether a value for the field vgcsGroupIndication is present.
-
-
-
Class MAPDeleteSubscriberDataRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
RegionalSubscriptionResponse_value
MAPRegionalSubscriptionResponse RegionalSubscriptionResponse_value
Value of the field regionalSubscriptionResponse.
-
-
-
Class MAPDestinationNumberCriteria extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DestinationNumberLengthList_value
int[] DestinationNumberLengthList_value
Value of the field destinationNumberLengthList. -
DestinationNumberList_value
AddressString[] DestinationNumberList_value
Value of the field destinationNumberList. -
MatchType_value
MAPMatchType MatchType_value
Value of the field matchType.
-
-
-
Class MAPDomainType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPDP_AnalysedInfoCriterium extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DefaultCallHandling_value
MAPDefaultCallHandling DefaultCallHandling_value
Value of the field defaultCallHandling. -
DialledNumber_value
AddressString DialledNumber_value
Value of the field dialledNumber. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GsmSCF_Address_value
AddressString GsmSCF_Address_value
Value of the field gsmSCF-Address. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey.
-
-
-
Class MAPEctData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPEMLPP_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DefaultPriority_present
boolean DefaultPriority_present
Whether a value for the field defaultPriority is present. -
DefaultPriority_value
int DefaultPriority_value
Value of the field defaultPriority. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
MaximumentitledPriority_present
boolean MaximumentitledPriority_present
Whether a value for the field maximumentitledPriority is present. -
MaximumentitledPriority_value
int MaximumentitledPriority_value
Value of the field maximumentitledPriority.
-
-
-
Class MAPENB_InterfaceList extends BitStringWithNamedBits implements Serializable
-
Class MAPEPC_AV extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Autn_value
byte[] Autn_value
Value of the field autn. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Kasme_value
byte[] Kasme_value
Value of the field kasme. -
Rand_value
byte[] Rand_value
Value of the field rand. -
Xres_value
byte[] Xres_value
Value of the field xres.
-
-
-
Class MAPEPS_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPEPS_Info.Choice choice
Value of the discriminant. -
Isr_Information_value
MAPISR_Information Isr_Information_value
Value of the field isr-Information. -
Pdn_gw_update_value
MAPPDN_GW_Update Pdn_gw_update_value
Value of the field pdn-gw-update.
-
-
-
Class MAPEPS_QoS_Subscribed extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Allocation_Retention_Priority_value
MAPAllocation_Retention_Priority Allocation_Retention_Priority_value
Value of the field allocation-Retention-Priority. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Qos_Class_Identifier_present
boolean Qos_Class_Identifier_present
Whether a value for the field qos-Class-Identifier is present. -
Qos_Class_Identifier_value
int Qos_Class_Identifier_value
Value of the field qos-Class-Identifier.
-
-
-
Class MAPEPS_SubscriptionData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ambr_value
MAPAMBR Ambr_value
Value of the field ambr. -
Apn_ConfigurationProfile_value
MAPAPN_ConfigurationProfile Apn_ConfigurationProfile_value
Value of the field apn-ConfigurationProfile. -
Apn_oi_Replacement_value
AccessPointNameOperatorId Apn_oi_Replacement_value
Value of the field apn-oi-Replacement. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Rfsp_id_present
boolean Rfsp_id_present
Whether a value for the field rfsp-id is present. -
Rfsp_id_value
int Rfsp_id_value
Value of the field rfsp-id. -
Stn_sr_value
AddressString Stn_sr_value
Value of the field stn-sr.
-
-
-
Class MAPEPS_SubscriptionDataWithdraw extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPEPS_SubscriptionDataWithdraw.Choice choice
Value of the discriminant. -
ContextIdList_value
int[] ContextIdList_value
Value of the field contextIdList.
-
-
-
Class MAPEraseCC_EntryArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ccbs_Index_present
boolean Ccbs_Index_present
Whether a value for the field ccbs-Index is present. -
Ccbs_Index_value
int Ccbs_Index_value
Value of the field ccbs-Index. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code.
-
-
-
Class MAPEraseCC_EntryRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPEventReportData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ccbs_SubscriberStatus_value
MAPCCBS_SubscriberStatus Ccbs_SubscriberStatus_value
Value of the field ccbs-SubscriberStatus. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPExt_BasicServiceCode extends MAPBasicServiceCode implements Serializable
-
Serialized Fields
-
Ext_BearerService_value
byte[] Ext_BearerService_value
Value of the field ext-BearerService. -
Ext_Teleservice_value
byte[] Ext_Teleservice_value
Value of the field ext-Teleservice.
-
-
-
Class MAPExt_BasicServiceCode.Choice extends MAPBasicServiceCode.Choice implements Serializable
-
Class MAPExt_CallBarInfo extends MAPCallBarringInfo implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPExt_CallBarringFeature extends MAPCallBarringFeature implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPExt_CallBarringInfoFor_CSE extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallBarringFeatureList_value
MAPExt_CallBarringFeature[] CallBarringFeatureList_value
Value of the field callBarringFeatureList. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
Password_value
String Password_value
Value of the field password. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code. -
WrongPasswordAttemptsCounter_present
boolean WrongPasswordAttemptsCounter_present
Whether a value for the field wrongPasswordAttemptsCounter is present. -
WrongPasswordAttemptsCounter_value
int WrongPasswordAttemptsCounter_value
Value of the field wrongPasswordAttemptsCounter.
-
-
-
Class MAPExt_ExternalSignalInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ext_ProtocolId_value
MAPExt_ProtocolId Ext_ProtocolId_value
Value of the field ext-ProtocolId. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
SignalInfo_value
byte[] SignalInfo_value
Value of the field signalInfo.
-
-
-
Class MAPExt_ForwardingInfoFor_CSE extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ForwardingFeatureList_value
MAPExt_ForwFeature[] ForwardingFeatureList_value
Value of the field forwardingFeatureList. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code.
-
-
-
Class MAPExt_ForwFeature extends MAPForwardingFeature implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPExt_ForwInfo extends MAPForwardingInfo implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPExt_ProtocolId extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPExt_SS_Data extends MAPSS_Data implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPExt_SS_Info extends MAPSS_Info implements Serializable
-
Serialized Fields
-
Cug_Info_value
MAPCUG_Info Cug_Info_value
Value of the field cug-Info. -
Emlpp_Info_value
MAPEMLPP_Info Emlpp_Info_value
Value of the field emlpp-Info.
-
-
-
Class MAPExt_SS_Info.Choice extends MAPSS_Info.Choice implements Serializable
-
Class MAPExt_SS_InfoFor_CSE extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallBarringInfoFor_CSE_value
MAPExt_CallBarringInfoFor_CSE CallBarringInfoFor_CSE_value
Value of the field callBarringInfoFor-CSE. -
choice
MAPExt_SS_InfoFor_CSE.Choice choice
Value of the discriminant. -
ForwardingInfoFor_CSE_value
MAPExt_ForwardingInfoFor_CSE ForwardingInfoFor_CSE_value
Value of the field forwardingInfoFor-CSE.
-
-
-
Class MAPExtendedRoutingInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CamelRoutingInfo_value
MAPCamelRoutingInfo CamelRoutingInfo_value
Value of the field camelRoutingInfo. -
choice
MAPExtendedRoutingInfo.Choice choice
Value of the discriminant. -
ForwardingData_value
MAPForwardingData ForwardingData_value
Value of the field forwardingData. -
RoamingNumber_value
AddressString RoamingNumber_value
Value of the field roamingNumber.
-
-
-
Class MAPExtensibleCallBarredParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallBarringCause_value
MAPCallBarringCause CallBarringCause_value
Value of the field callBarringCause. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
UnauthorisedMessageOriginator_present
boolean UnauthorisedMessageOriginator_present
Whether a value for the field unauthorisedMessageOriginator is present.
-
-
-
Class MAPExtensibleSystemFailureParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AdditionalNetworkResource_value
MAPAdditionalNetworkResource AdditionalNetworkResource_value
Value of the field additionalNetworkResource. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
FailureCauseParam_value
MAPFailureCauseParam FailureCauseParam_value
Value of the field failureCauseParam. -
NetworkResource_value
MAPNetworkResource NetworkResource_value
Value of the field networkResource.
-
-
-
Class MAPExtensionContainer extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Pcs_Extensions_value
MAPPCS_Extensions Pcs_Extensions_value
Value of the field pcs-Extensions. -
PrivateExtensionList_value
MAPPrivateExtension[] PrivateExtensionList_value
Value of the field privateExtensionList.
-
-
-
Class MAPExternalClient extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ClientIdentity_value
MAPLCSClientExternalID ClientIdentity_value
Value of the field clientIdentity. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Gmlc_Restriction_value
MAPGMLC_Restriction Gmlc_Restriction_value
Value of the field gmlc-Restriction. -
NotificationToMSUser_value
MAPNotificationToMSUser NotificationToMSUser_value
Value of the field notificationToMSUser.
-
-
-
Class MAPExternalSignalInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ProtocolId_value
MAPProtocolId ProtocolId_value
Value of the field protocolId. -
SignalInfo_value
byte[] SignalInfo_value
Value of the field signalInfo.
-
-
-
Class MAPFacilityNotSupParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
NeededLcsCapabilityNotSupportedInServingNode_present
boolean NeededLcsCapabilityNotSupportedInServingNode_present
Whether a value for the field neededLcsCapabilityNotSupportedInServingNode is present. -
ShapeOfLocationEstimateNotSupported_present
boolean ShapeOfLocationEstimateNotSupported_present
Whether a value for the field shapeOfLocationEstimateNotSupported is present.
-
-
-
Class MAPFailureCauseParam extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPFailureReportArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Ggsn_Address_value
GSNAddress Ggsn_Address_value
Value of the field ggsn-Address. -
Ggsn_Number_value
AddressString Ggsn_Number_value
Value of the field ggsn-Number. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi.
-
-
-
Class MAPFailureReportRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Ggsn_Address_value
GSNAddress Ggsn_Address_value
Value of the field ggsn-Address.
-
-
-
Class MAPForwardAccessSignalling_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPForwardAccessSignalling_Arg.Choice choice
Value of the discriminant. -
R98_value
MAPExternalSignalInfo R98_value
Value of the field r98.
-
-
-
Class MAPForwardAccessSignalling_Arg_v3 extends MAPForwardAccessSignalling_Arg implements Serializable
-
Serialized Fields
-
AllowedGSM_Algorithms_value
byte[] AllowedGSM_Algorithms_value
Value of the field allowedGSM-Algorithms. -
AllowedUMTS_Algorithms_value
MAPAllowedUMTS_Algorithms AllowedUMTS_Algorithms_value
Value of the field allowedUMTS-Algorithms. -
AlternativeChannelType_value
byte[] AlternativeChannelType_value
Value of the field alternativeChannelType. -
An_APDU_value
MAPAccessNetworkSignalInfo An_APDU_value
Value of the field an-APDU. -
AoipSelectedCodecTarget_value
byte[] AoipSelectedCodecTarget_value
Value of the field aoipSelectedCodecTarget. -
AoipSupportedCodecsListAnchor_value
MAPAoIPCodecsList AoipSupportedCodecsListAnchor_value
Value of the field aoipSupportedCodecsListAnchor. -
Bssmap_ServiceHandover_value
byte[] Bssmap_ServiceHandover_value
Value of the field bssmap-ServiceHandover. -
Bssmap_ServiceHandoverList_value
MAPBSSMAP_ServiceHandoverInfo[] Bssmap_ServiceHandoverList_value
Value of the field bssmap-ServiceHandoverList. -
CurrentlyUsedCodec_value
byte[] CurrentlyUsedCodec_value
Value of the field currentlyUsedCodec. -
EncryptionInfo_value
byte[] EncryptionInfo_value
Value of the field encryptionInfo. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
IntegrityProtectionInfo_value
byte[] IntegrityProtectionInfo_value
Value of the field integrityProtectionInfo. -
IuSelectedCodec_value
byte[] IuSelectedCodec_value
Value of the field iuSelectedCodec. -
IuSupportedCodecsList_value
MAPSupportedCodecsList IuSupportedCodecsList_value
Value of the field iuSupportedCodecsList. -
KeyStatus_value
MAPKeyStatus KeyStatus_value
Value of the field keyStatus. -
Rab_ConfigurationIndicator_present
boolean Rab_ConfigurationIndicator_present
Whether a value for the field rab-ConfigurationIndicator is present. -
RadioResourceInformation_value
byte[] RadioResourceInformation_value
Value of the field radioResourceInformation. -
RadioResourceList_value
MAPRadioResource[] RadioResourceList_value
Value of the field radioResourceList. -
Ranap_ServiceHandover_value
byte[] Ranap_ServiceHandover_value
Value of the field ranap-ServiceHandover. -
TracePropagationList_value
MAPTracePropagationList TracePropagationList_value
Value of the field tracePropagationList.
-
-
-
Class MAPForwardAccessSignalling_Arg.Choice extends NamedInteger implements Serializable
-
Class MAPForwardGroupCallSignallingArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AdditionalInfo_value
BitString AdditionalInfo_value
Value of the field additionalInfo. -
An_APDU_value
MAPAccessNetworkSignalInfo An_APDU_value
Value of the field an-APDU. -
EmergencyModeResetCommandFlag_present
boolean EmergencyModeResetCommandFlag_present
Whether a value for the field emergencyModeResetCommandFlag is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Sm_RP_UI_value
byte[] Sm_RP_UI_value
Value of the field sm-RP-UI. -
StateAttributes_value
MAPStateAttributes StateAttributes_value
Value of the field stateAttributes. -
TalkerPriority_value
MAPTalkerPriority TalkerPriority_value
Value of the field talkerPriority. -
UplinkRejectCommand_present
boolean UplinkRejectCommand_present
Whether a value for the field uplinkRejectCommand is present. -
UplinkReleaseCommand_present
boolean UplinkReleaseCommand_present
Whether a value for the field uplinkReleaseCommand is present. -
UplinkReleaseIndication_present
boolean UplinkReleaseIndication_present
Whether a value for the field uplinkReleaseIndication is present. -
UplinkRequestAck_present
boolean UplinkRequestAck_present
Whether a value for the field uplinkRequestAck is present. -
UplinkSeizedCommand_present
boolean UplinkSeizedCommand_present
Whether a value for the field uplinkSeizedCommand is present.
-
-
-
Class MAPForwardingData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ForwardedToNumber_value
AddressString ForwardedToNumber_value
Value of the field forwardedToNumber. -
ForwardedToSubaddress_value
ISDNSubaddress ForwardedToSubaddress_value
Value of the field forwardedToSubaddress. -
ForwardingOptions_value
ForwardingOptions ForwardingOptions_value
Value of the field forwardingOptions. -
LongForwardedToNumber_value
AddressString LongForwardedToNumber_value
Value of the field longForwardedToNumber.
-
-
-
Class MAPForwardingFailedParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPForwardingFeature extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicService_value
MAPBasicServiceCode BasicService_value
Value of the field basicService. -
ForwardedToNumber_value
AddressString ForwardedToNumber_value
Value of the field forwardedToNumber. -
ForwardedToSubaddress_value
ISDNSubaddress ForwardedToSubaddress_value
Value of the field forwardedToSubaddress. -
ForwardingOptions_value
ForwardingOptions ForwardingOptions_value
Value of the field forwardingOptions. -
LongForwardedToNumber_value
AddressString LongForwardedToNumber_value
Value of the field longForwardedToNumber. -
NoReplyConditionTime_present
boolean NoReplyConditionTime_present
Whether a value for the field noReplyConditionTime is present. -
NoReplyConditionTime_value
int NoReplyConditionTime_value
Value of the field noReplyConditionTime. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPForwardingInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ForwardingFeatureList_value
MAPForwardingFeature[] ForwardingFeatureList_value
Value of the field forwardingFeatureList. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code.
-
-
-
Class MAPForwardingViolationParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPGenericServiceInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ccbs_FeatureList_value
MAPCCBS_Feature[] Ccbs_FeatureList_value
Value of the field ccbs-FeatureList. -
CliRestrictionOption_value
MAPCliRestrictionOption CliRestrictionOption_value
Value of the field cliRestrictionOption. -
DefaultPriority_present
boolean DefaultPriority_present
Whether a value for the field defaultPriority is present. -
DefaultPriority_value
int DefaultPriority_value
Value of the field defaultPriority. -
MaximumEntitledPriority_present
boolean MaximumEntitledPriority_present
Whether a value for the field maximumEntitledPriority is present. -
MaximumEntitledPriority_value
int MaximumEntitledPriority_value
Value of the field maximumEntitledPriority. -
NbrSB_present
boolean NbrSB_present
Whether a value for the field nbrSB is present. -
NbrSB_value
int NbrSB_value
Value of the field nbrSB. -
NbrSN_present
boolean NbrSN_present
Whether a value for the field nbrSN is present. -
NbrSN_value
int NbrSN_value
Value of the field nbrSN. -
NbrUser_present
boolean NbrUser_present
Whether a value for the field nbrUser is present. -
NbrUser_value
int NbrUser_value
Value of the field nbrUser. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPGGSN_EventList extends BitStringWithNamedBits implements Serializable
-
Class MAPGGSN_InterfaceList extends BitStringWithNamedBits implements Serializable
-
Class MAPGMLC_Restriction extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPGmscCamelSubscriptionInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
D_csi_value
MAPD_CSI D_csi_value
Value of the field d-csi. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
O_BcsmCamelTDP_CriteriaList_value
MAPO_BcsmCamelTDP_Criteria[] O_BcsmCamelTDP_CriteriaList_value
Value of the field o-BcsmCamelTDP-CriteriaList. -
O_CSI_value
MAPO_CSI O_CSI_value
Value of the field o-CSI. -
T_BCSM_CAMEL_TDP_CriteriaList_value
MAPT_BCSM_CAMEL_TDP_Criteria[] T_BCSM_CAMEL_TDP_CriteriaList_value
Value of the field t-BCSM-CAMEL-TDP-CriteriaList. -
T_CSI_value
MAPT_CSI T_CSI_value
Value of the field t-CSI.
-
-
-
Class MAPGPRS_CamelTDPData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DefaultSessionHandling_value
MAPDefaultGPRS_Handling DefaultSessionHandling_value
Value of the field defaultSessionHandling. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Gprs_TriggerDetectionPoint_value
MAPGPRS_TriggerDetectionPoint Gprs_TriggerDetectionPoint_value
Value of the field gprs-TriggerDetectionPoint. -
GsmSCF_Address_value
AddressString GsmSCF_Address_value
Value of the field gsmSCF-Address. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey.
-
-
-
Class MAPGPRS_CSI extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CamelCapabilityHandling_present
boolean CamelCapabilityHandling_present
Whether a value for the field camelCapabilityHandling is present. -
CamelCapabilityHandling_value
int CamelCapabilityHandling_value
Value of the field camelCapabilityHandling. -
Csi_Active_present
boolean Csi_Active_present
Whether a value for the field csi-Active is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Gprs_CamelTDPDataList_value
MAPGPRS_CamelTDPData[] Gprs_CamelTDPDataList_value
Value of the field gprs-CamelTDPDataList. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present.
-
-
-
Class MAPGPRS_TriggerDetectionPoint extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPGPRSMSClass extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
MSNetworkCapability_value
byte[] MSNetworkCapability_value
Value of the field mSNetworkCapability. -
MSRadioAccessCapability_value
byte[] MSRadioAccessCapability_value
Value of the field mSRadioAccessCapability.
-
-
-
Class MAPGPRSSubscriptionData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Apn_oi_Replacement_value
AccessPointNameOperatorId Apn_oi_Replacement_value
Value of the field apn-oi-Replacement. -
CompleteDataListIncluded_present
boolean CompleteDataListIncluded_present
Whether a value for the field completeDataListIncluded is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GprsDataList_value
MAPPDP_Context[] GprsDataList_value
Value of the field gprsDataList.
-
-
-
Class MAPGPRSSubscriptionDataWithdraw extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPGPRSSubscriptionDataWithdraw.Choice choice
Value of the discriminant. -
ContextIdList_value
int[] ContextIdList_value
Value of the field contextIdList.
-
-
-
Class MAPGroupRequestedInfo extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPGSM_SecurityContextData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Cksn_value
Cksn Cksn_value
Value of the field cksn. -
Kc_value
byte[] Kc_value
Value of the field kc.
-
-
-
Class MAPIdentity extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPIdentity.Choice choice
Value of the discriminant. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Imsi_WithLMSI_value
MAPIMSI_WithLMSI Imsi_WithLMSI_value
Value of the field imsi-WithLMSI.
-
-
-
Class MAPIllegalEquipmentParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPIllegalSS_OperationParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPIllegalSubscriberParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPIMSI_WithLMSI extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Lmsi_value
LMSIAddress Lmsi_value
Value of the field lmsi.
-
-
-
Class MAPIncompatibleTerminalParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPInformationNotAvailableParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPInformServiceCentreArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AbsentSubscriberDiagnosticSM_present
boolean AbsentSubscriberDiagnosticSM_present
Whether a value for the field absentSubscriberDiagnosticSM is present. -
AbsentSubscriberDiagnosticSM_value
int AbsentSubscriberDiagnosticSM_value
Value of the field absentSubscriberDiagnosticSM. -
AdditionalAbsentSubscriberDiagnosticSM_present
boolean AdditionalAbsentSubscriberDiagnosticSM_present
Whether a value for the field additionalAbsentSubscriberDiagnosticSM is present. -
AdditionalAbsentSubscriberDiagnosticSM_value
int AdditionalAbsentSubscriberDiagnosticSM_value
Value of the field additionalAbsentSubscriberDiagnosticSM. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Mw_Status_value
MAPMW_Status Mw_Status_value
Value of the field mw-Status. -
StoredMSISDN_value
AddressString StoredMSISDN_value
Value of the field storedMSISDN.
-
-
-
Class MAPInsertSubscriberDataArg extends MAPInsertSubscriberDataArg_v1 implements Serializable
-
Serialized Fields
-
AccessRestrictionData_value
MAPAccessRestrictionData AccessRestrictionData_value
Value of the field accessRestrictionData. -
ChargingCharacteristics_value
byte[] ChargingCharacteristics_value
Value of the field chargingCharacteristics. -
Cs_AllocationRetentionPriority_value
byte[] Cs_AllocationRetentionPriority_value
Value of the field cs-AllocationRetentionPriority. -
Csg_SubscriptionDataList_value
MAPCSG_SubscriptionData[] Csg_SubscriptionDataList_value
Value of the field csg-SubscriptionDataList. -
Eps_SubscriptionData_value
MAPEPS_SubscriptionData Eps_SubscriptionData_value
Value of the field eps-SubscriptionData. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GprsSubscriptionData_value
MAPGPRSSubscriptionData GprsSubscriptionData_value
Value of the field gprsSubscriptionData. -
Ics_Indicator_present
boolean Ics_Indicator_present
Whether a value for the field ics-Indicator is present. -
Ics_Indicator_value
boolean Ics_Indicator_value
Value of the field ics-Indicator. -
IstAlertTimer_present
boolean IstAlertTimer_present
Whether a value for the field istAlertTimer is present. -
IstAlertTimer_value
int IstAlertTimer_value
Value of the field istAlertTimer. -
LcsInformation_value
MAPLCSInformation LcsInformation_value
Value of the field lcsInformation. -
Lmu_Indicator_present
boolean Lmu_Indicator_present
Whether a value for the field lmu-Indicator is present. -
LsaInformation_value
MAPLSAInformation LsaInformation_value
Value of the field lsaInformation. -
Mc_SS_Info_value
MAPMC_SS_Info Mc_SS_Info_value
Value of the field mc-SS-Info. -
Mme_Name_value
byte[] Mme_Name_value
Value of the field mme-Name. -
Naea_PreferredCI_value
MAPNAEA_PreferredCI Naea_PreferredCI_value
Value of the field naea-PreferredCI. -
NetworkAccessMode_value
MAPNetworkAccessMode NetworkAccessMode_value
Value of the field networkAccessMode. -
Odb_Data_value
MAPODB_Data Odb_Data_value
Value of the field odb-Data. -
RegionalSubscriptionData_value
byte[][] RegionalSubscriptionData_value
Value of the field regionalSubscriptionData. -
RoamingRestrictedInSgsnDueToUnsupportedFeature_present
boolean RoamingRestrictedInSgsnDueToUnsupportedFeature_present
Whether a value for the field roamingRestrictedInSgsnDueToUnsupportedFeature is present. -
RoamingRestrictionDueToUnsupportedFeature_present
boolean RoamingRestrictionDueToUnsupportedFeature_present
Whether a value for the field roamingRestrictionDueToUnsupportedFeature is present. -
Sgsn_CAMEL_SubscriptionInfo_value
MAPSGSN_CAMEL_SubscriptionInfo Sgsn_CAMEL_SubscriptionInfo_value
Value of the field sgsn-CAMEL-SubscriptionInfo. -
Sgsn_Number_value
AddressString Sgsn_Number_value
Value of the field sgsn-Number. -
SuperChargerSupportedInHLR_value
byte[] SuperChargerSupportedInHLR_value
Value of the field superChargerSupportedInHLR. -
Ue_ReachabilityRequestIndicator_present
boolean Ue_ReachabilityRequestIndicator_present
Whether a value for the field ue-ReachabilityRequestIndicator is present. -
VbsSubscriptionData_value
MAPVoiceBroadcastData[] VbsSubscriptionData_value
Value of the field vbsSubscriptionData. -
VgcsSubscriptionData_value
MAPVoiceGroupCallData[] VgcsSubscriptionData_value
Value of the field vgcsSubscriptionData. -
VlrCamelSubscriptionInfo_value
MAPVlrCamelSubscriptionInfo VlrCamelSubscriptionInfo_value
Value of the field vlrCamelSubscriptionInfo.
-
-
-
Class MAPInsertSubscriberDataArg_v1 extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BearerServiceList_value
byte[][] BearerServiceList_value
Value of the field bearerServiceList. -
Category_value
byte[] Category_value
Value of the field category. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
ProvisionedSS_value
MAPSS_Information[] ProvisionedSS_value
Value of the field provisionedSS. -
SubscriberStatus_value
MAPSubscriberStatus SubscriberStatus_value
Value of the field subscriberStatus. -
TeleserviceList_value
byte[][] TeleserviceList_value
Value of the field teleserviceList.
-
-
-
Class MAPInsertSubscriberDataRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BearerServiceList_value
byte[][] BearerServiceList_value
Value of the field bearerServiceList. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Odb_GeneralData_value
MAPODB_GeneralData Odb_GeneralData_value
Value of the field odb-GeneralData. -
OfferedCamel4CSIs_value
MAPOfferedCamel4CSIs OfferedCamel4CSIs_value
Value of the field offeredCamel4CSIs. -
RegionalSubscriptionResponse_value
MAPRegionalSubscriptionResponse RegionalSubscriptionResponse_value
Value of the field regionalSubscriptionResponse. -
Ss_List_value
SSCode[] Ss_List_value
Value of the field ss-List. -
SupportedCamelPhases_value
MAPSupportedCamelPhases SupportedCamelPhases_value
Value of the field supportedCamelPhases. -
SupportedFeatures_value
MAPSupportedFeatures SupportedFeatures_value
Value of the field supportedFeatures. -
TeleserviceList_value
byte[][] TeleserviceList_value
Value of the field teleserviceList.
-
-
-
Class MAPInterrogateSS_Res extends MAPInterrogateSSRes_v1 implements Serializable
-
Serialized Fields
-
BasicServiceGroupList_value
MAPBasicServiceCode[] BasicServiceGroupList_value
Value of the field basicServiceGroupList. -
GenericServiceInfo_value
MAPGenericServiceInfo GenericServiceInfo_value
Value of the field genericServiceInfo.
-
-
-
Class MAPInterrogateSS_Res.Choice extends MAPInterrogateSSRes_v1.Choice implements Serializable
-
Class MAPInterrogateSSRes_v1 extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ActivesBasicServices_value
MAPExt_BasicServiceCode[] ActivesBasicServices_value
Value of the field activesBasicServices. -
choice
MAPInterrogateSSRes_v1.Choice choice
Value of the discriminant. -
ForwardedToNumber_value
AddressString ForwardedToNumber_value
Value of the field forwardedToNumber. -
ForwardingFeatureList_value
MAPForwardingFeature[] ForwardingFeatureList_value
Value of the field forwardingFeatureList. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPInterrogateSSRes_v1.Choice extends NamedInteger implements Serializable
-
Class MAPIP_SM_GW_Guidance extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
MinimumDeliveryTimeValue_present
boolean MinimumDeliveryTimeValue_present
Whether a value for the field minimumDeliveryTimeValue is present. -
MinimumDeliveryTimeValue_value
int MinimumDeliveryTimeValue_value
Value of the field minimumDeliveryTimeValue. -
RecommendedDeliveryTimeValue_present
boolean RecommendedDeliveryTimeValue_present
Whether a value for the field recommendedDeliveryTimeValue is present. -
RecommendedDeliveryTimeValue_value
int RecommendedDeliveryTimeValue_value
Value of the field recommendedDeliveryTimeValue.
-
-
-
Class MAPISR_Information extends BitStringWithNamedBits implements Serializable
-
Class MAPIST_AlertArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi.
-
-
-
Class MAPIST_AlertRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallTerminationIndicator_value
MAPCallTerminationIndicator CallTerminationIndicator_value
Value of the field callTerminationIndicator. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
IstAlertTimer_present
boolean IstAlertTimer_present
Whether a value for the field istAlertTimer is present. -
IstAlertTimer_value
int IstAlertTimer_value
Value of the field istAlertTimer. -
IstInformationWithdraw_present
boolean IstInformationWithdraw_present
Whether a value for the field istInformationWithdraw is present.
-
-
-
Class MAPIST_CommandArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi.
-
-
-
Class MAPIST_CommandRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPIST_SupportIndicator extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPKeyStatus extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPLCS_ClientID extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
LcsAPN_value
AccessPointName LcsAPN_value
Value of the field lcsAPN. -
LcsClientDialedByMS_value
AddressString LcsClientDialedByMS_value
Value of the field lcsClientDialedByMS. -
LcsClientExternalID_value
MAPLCSClientExternalID LcsClientExternalID_value
Value of the field lcsClientExternalID. -
LcsClientInternalID_value
MAPLCSClientInternalID LcsClientInternalID_value
Value of the field lcsClientInternalID. -
LcsClientName_value
MAPLCSClientName LcsClientName_value
Value of the field lcsClientName. -
LcsClientType_value
MAPLCSClientType LcsClientType_value
Value of the field lcsClientType. -
LcsRequestorID_value
MAPLCSRequestorID LcsRequestorID_value
Value of the field lcsRequestorID.
-
-
-
Class MAPLCS_Event extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPLCS_FormatIndicator extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPLCS_PrivacyCheck extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallSessionRelated_value
MAPPrivacyCheckRelatedAction CallSessionRelated_value
Value of the field callSessionRelated. -
CallSessionUnrelated_value
MAPPrivacyCheckRelatedAction CallSessionUnrelated_value
Value of the field callSessionUnrelated.
-
-
-
Class MAPLCS_PrivacyClass extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ext_externalClientList_value
MAPExternalClient[] Ext_externalClientList_value
Value of the field ext-externalClientList. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ExternalClientList_value
MAPExternalClient[] ExternalClientList_value
Value of the field externalClientList. -
NotificationToMSUser_value
MAPNotificationToMSUser NotificationToMSUser_value
Value of the field notificationToMSUser. -
PlmnClientList_value
MAPLCSClientInternalID[] PlmnClientList_value
Value of the field plmnClientList. -
ServiceTypeList_value
MAPServiceType[] ServiceTypeList_value
Value of the field serviceTypeList. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPLCS_QoS extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Horizontal_accuracy_value
byte[] Horizontal_accuracy_value
Value of the field horizontal-accuracy. -
ResponseTime_value
MAPResponseTime ResponseTime_value
Value of the field responseTime. -
VelocityRequest_present
boolean VelocityRequest_present
Whether a value for the field velocityRequest is present. -
Vertical_accuracy_value
byte[] Vertical_accuracy_value
Value of the field vertical-accuracy. -
VerticalCoordinateRequest_present
boolean VerticalCoordinateRequest_present
Whether a value for the field verticalCoordinateRequest is present.
-
-
-
Class MAPLCSClientExternalID extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ExternalAddress_value
AddressString ExternalAddress_value
Value of the field externalAddress.
-
-
-
Class MAPLCSClientInternalID extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPLCSClientName extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DataCodingScheme_value
byte[] DataCodingScheme_value
Value of the field dataCodingScheme. -
Lcs_FormatIndicator_value
MAPLCS_FormatIndicator Lcs_FormatIndicator_value
Value of the field lcs-FormatIndicator. -
NameString_value
byte[] NameString_value
Value of the field nameString.
-
-
-
Class MAPLCSClientType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPLCSCodeword extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DataCodingScheme_value
byte[] DataCodingScheme_value
Value of the field dataCodingScheme. -
LcsCodewordString_value
byte[] LcsCodewordString_value
Value of the field lcsCodewordString.
-
-
-
Class MAPLCSInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Add_lcs_PrivacyExceptionList_value
MAPLCS_PrivacyClass[] Add_lcs_PrivacyExceptionList_value
Value of the field add-lcs-PrivacyExceptionList. -
Gmlc_List_value
AddressString[] Gmlc_List_value
Value of the field gmlc-List. -
Lcs_PrivacyExceptionList_value
MAPLCS_PrivacyClass[] Lcs_PrivacyExceptionList_value
Value of the field lcs-PrivacyExceptionList. -
Molr_List_value
MAPMOLR_Class[] Molr_List_value
Value of the field molr-List.
-
-
-
Class MAPLCSLocationInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Aaa_Server_Name_value
byte[] Aaa_Server_Name_value
Value of the field aaa-Server-Name. -
Additional_LCS_CapabilitySets_value
MAPSupportedLCS_CapabilitySets Additional_LCS_CapabilitySets_value
Value of the field additional-LCS-CapabilitySets. -
Additional_Number_value
MAPAdditional_Number Additional_Number_value
Value of the field additional-Number. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GprsNodeIndicator_present
boolean GprsNodeIndicator_present
Whether a value for the field gprsNodeIndicator is present. -
Lmsi_value
LMSIAddress Lmsi_value
Value of the field lmsi. -
Mme_Name_value
byte[] Mme_Name_value
Value of the field mme-Name. -
NetworkNode_Number_value
AddressString NetworkNode_Number_value
Value of the field networkNode-Number. -
SupportedLCS_CapabilitySets_value
MAPSupportedLCS_CapabilitySets SupportedLCS_CapabilitySets_value
Value of the field supportedLCS-CapabilitySets.
-
-
-
Class MAPLCSRequestorID extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DataCodingScheme_value
byte[] DataCodingScheme_value
Value of the field dataCodingScheme. -
Lcs_FormatIndicator_value
MAPLCS_FormatIndicator Lcs_FormatIndicator_value
Value of the field lcs-FormatIndicator. -
RequestorIDString_value
byte[] RequestorIDString_value
Value of the field requestorIDString.
-
-
-
Class MAPLocationArea extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPLocationArea.Choice choice
Value of the discriminant. -
Lac_value
byte[] Lac_value
Value of the field lac. -
LaiFixedLength_value
LocationAreaId LaiFixedLength_value
Value of the field laiFixedLength.
-
-
-
Class MAPLocationEstimateType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPLocationInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPLocationInfo.Choice choice
Value of the discriminant. -
MscNumber_value
AddressString MscNumber_value
Value of the field mscNumber. -
RoamingNumber_value
AddressString RoamingNumber_value
Value of the field roamingNumber.
-
-
-
Class MAPLocationInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AgeOfLocationInformation_present
boolean AgeOfLocationInformation_present
Whether a value for the field ageOfLocationInformation is present. -
AgeOfLocationInformation_value
int AgeOfLocationInformation_value
Value of the field ageOfLocationInformation. -
CellGlobalIdOrServiceAreaIdOrLAI_value
MAPCellGlobalIdOrServiceAreaIdOrLAI CellGlobalIdOrServiceAreaIdOrLAI_value
Value of the field cellGlobalIdOrServiceAreaIdOrLAI. -
CurrentLocationRetrieved_present
boolean CurrentLocationRetrieved_present
Whether a value for the field currentLocationRetrieved is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GeodeticInformation_value
byte[] GeodeticInformation_value
Value of the field geodeticInformation. -
GeographicalInformation_value
byte[] GeographicalInformation_value
Value of the field geographicalInformation. -
LocationInformationEPS_value
MAPLocationInformationEPS LocationInformationEPS_value
Value of the field locationInformationEPS. -
LocationNumber_value
LocationNumber LocationNumber_value
Value of the field locationNumber. -
Msc_Number_value
AddressString Msc_Number_value
Value of the field msc-Number. -
Sai_Present_present
boolean Sai_Present_present
Whether a value for the field sai-Present is present. -
SelectedLSA_Id_value
LocalisedServiceAreaId SelectedLSA_Id_value
Value of the field selectedLSA-Id. -
UserCSGInformation_value
MAPUserCSGInformation UserCSGInformation_value
Value of the field userCSGInformation. -
Vlr_number_value
AddressString Vlr_number_value
Value of the field vlr-number.
-
-
-
Class MAPLocationInformationEPS extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AgeOfLocationInformation_present
boolean AgeOfLocationInformation_present
Whether a value for the field ageOfLocationInformation is present. -
AgeOfLocationInformation_value
int AgeOfLocationInformation_value
Value of the field ageOfLocationInformation. -
CurrentLocationRetrieved_present
boolean CurrentLocationRetrieved_present
Whether a value for the field currentLocationRetrieved is present. -
E_utranCellGlobalIdentity_value
byte[] E_utranCellGlobalIdentity_value
Value of the field e-utranCellGlobalIdentity. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GeodeticInformation_value
byte[] GeodeticInformation_value
Value of the field geodeticInformation. -
GeographicalInformation_value
byte[] GeographicalInformation_value
Value of the field geographicalInformation. -
TrackingAreaIdentity_value
byte[] TrackingAreaIdentity_value
Value of the field trackingAreaIdentity.
-
-
-
Class MAPLocationInformationGPRS extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AgeOfLocationInformation_present
boolean AgeOfLocationInformation_present
Whether a value for the field ageOfLocationInformation is present. -
AgeOfLocationInformation_value
int AgeOfLocationInformation_value
Value of the field ageOfLocationInformation. -
CellGlobalIdOrServiceAreaIdOrLAI_value
MAPCellGlobalIdOrServiceAreaIdOrLAI CellGlobalIdOrServiceAreaIdOrLAI_value
Value of the field cellGlobalIdOrServiceAreaIdOrLAI. -
CurrentLocationRetrieved_present
boolean CurrentLocationRetrieved_present
Whether a value for the field currentLocationRetrieved is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GeodeticInformation_value
byte[] GeodeticInformation_value
Value of the field geodeticInformation. -
GeographicalInformation_value
byte[] GeographicalInformation_value
Value of the field geographicalInformation. -
RouteingAreaIdentity_value
byte[] RouteingAreaIdentity_value
Value of the field routeingAreaIdentity. -
Sai_Present_present
boolean Sai_Present_present
Whether a value for the field sai-Present is present. -
SelectedLSAIdentity_value
LocalisedServiceAreaId SelectedLSAIdentity_value
Value of the field selectedLSAIdentity. -
Sgsn_Number_value
AddressString Sgsn_Number_value
Value of the field sgsn-Number. -
UserCSGInformation_value
MAPUserCSGInformation UserCSGInformation_value
Value of the field userCSGInformation.
-
-
-
Class MAPLocationInfoWithLMSI extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
LMsId_value
LMSIAddress LMsId_value
Value of the field lMsId. -
LocationInfo_value
MAPLocationInfo LocationInfo_value
Value of the field locationInfo.
-
-
-
Class MAPLocationInfoWithLMSI_v3 extends MAPLocationInfoWithLMSI implements Serializable
-
Serialized Fields
-
Additional_Number_value
MAPAdditional_Number Additional_Number_value
Value of the field additional-Number. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GprsNodeIndicator_present
boolean GprsNodeIndicator_present
Whether a value for the field gprsNodeIndicator is present. -
Lmsi_value
LMSIAddress Lmsi_value
Value of the field lmsi.
-
-
-
Class MAPLocationOrForwarding extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPLocationOrForwarding.Choice choice
Value of the discriminant. -
ForwardingData_value
MAPForwardingData ForwardingData_value
Value of the field forwardingData. -
LocationInfoWithLMSI_value
MAPLocationInfoWithLMSI LocationInfoWithLMSI_value
Value of the field locationInfoWithLMSI.
-
-
-
Class MAPLocationType extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DeferredLocationEventType_value
MAPDeferredLocationEventType DeferredLocationEventType_value
Value of the field deferredLocationEventType. -
LocationEstimateType_value
MAPLocationEstimateType LocationEstimateType_value
Value of the field locationEstimateType.
-
-
-
Class MAPLongTermDenialParam extends AbstractFieldsObject implements Serializable
-
Class MAPLSAData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
LsaActiveModeIndicator_present
boolean LsaActiveModeIndicator_present
Whether a value for the field lsaActiveModeIndicator is present. -
LsaAttributes_value
byte[] LsaAttributes_value
Value of the field lsaAttributes. -
LsaIdentity_value
LocalisedServiceAreaId LsaIdentity_value
Value of the field lsaIdentity.
-
-
-
Class MAPLSAInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CompleteDataListIncluded_present
boolean CompleteDataListIncluded_present
Whether a value for the field completeDataListIncluded is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
LsaDataList_value
MAPLSAData[] LsaDataList_value
Value of the field lsaDataList. -
LsaOnlyAccessIndicator_value
MAPLSAOnlyAccessIndicator LsaOnlyAccessIndicator_value
Value of the field lsaOnlyAccessIndicator.
-
-
-
Class MAPLSAInformationWithdraw extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPLSAInformationWithdraw.Choice choice
Value of the discriminant. -
LsaIdentityList_value
LocalisedServiceAreaId[] LsaIdentityList_value
Value of the field lsaIdentityList.
-
-
-
Class MAPM_CSI extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Csi_Active_present
boolean Csi_Active_present
Whether a value for the field csi-Active is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GsmSCF_Address_value
AddressString GsmSCF_Address_value
Value of the field gsmSCF-Address. -
MobilityTriggers_value
MMCode[] MobilityTriggers_value
Value of the field mobilityTriggers. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey.
-
-
-
Class MAPMAP_AcceptInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPMAP_CloseInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPMAP_DialoguePDU extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPMAP_DialoguePDU.Choice choice
Value of the discriminant. -
Map_accept_value
MAPMAP_AcceptInfo Map_accept_value
Value of the field map-accept. -
Map_close_value
MAPMAP_CloseInfo Map_close_value
Value of the field map-close. -
Map_open_value
MAPMAP_OpenInfo Map_open_value
Value of the field map-open. -
Map_providerAbort_value
MAPMAP_ProviderAbortInfo Map_providerAbort_value
Value of the field map-providerAbort. -
Map_refuse_value
MAPMAP_RefuseInfo Map_refuse_value
Value of the field map-refuse. -
Map_userAbort_value
MAPMAP_UserAbortInfo Map_userAbort_value
Value of the field map-userAbort.
-
-
-
Class MAPMAP_OpenInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DestinationReference_value
AddressString DestinationReference_value
Value of the field destinationReference. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
OriginationReference_value
AddressString OriginationReference_value
Value of the field originationReference.
-
-
-
Class MAPMAP_ProviderAbortInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Map_ProviderAbortReason_value
MAPMAP_ProviderAbortReason Map_ProviderAbortReason_value
Value of the field map-ProviderAbortReason.
-
-
-
Class MAPMAP_RefuseInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AlternativeApplicationContext_value
ObjectID AlternativeApplicationContext_value
Value of the field alternativeApplicationContext. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Reason_value
MAPReason Reason_value
Value of the field reason.
-
-
-
Class MAPMAP_UserAbortChoice extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ApplicationProcedureCancellation_value
MAPProcedureCancellationReason ApplicationProcedureCancellation_value
Value of the field applicationProcedureCancellation. -
choice
MAPMAP_UserAbortChoice.Choice choice
Value of the discriminant. -
ResourceUnavailable_value
MAPResourceUnavailableReason ResourceUnavailable_value
Value of the field resourceUnavailable.
-
-
-
Class MAPMAP_UserAbortInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Map_UserAbortChoice_value
MAPMAP_UserAbortChoice Map_UserAbortChoice_value
Value of the field map-UserAbortChoice.
-
-
-
Class MAPMC_SS_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
NbrSB_present
boolean NbrSB_present
Whether a value for the field nbrSB is present. -
NbrSB_value
int NbrSB_value
Value of the field nbrSB. -
NbrUser_present
boolean NbrUser_present
Whether a value for the field nbrUser is present. -
NbrUser_value
int NbrUser_value
Value of the field nbrUser. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPMessageWaitListFullParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPMG_CSI extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Csi_Active_present
boolean Csi_Active_present
Whether a value for the field csi-Active is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GsmSCF_Address_value
AddressString GsmSCF_Address_value
Value of the field gsmSCF-Address. -
MobilityTriggers_value
MMCode[] MobilityTriggers_value
Value of the field mobilityTriggers. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey.
-
-
-
Class MAPMGW_EventList extends BitStringWithNamedBits implements Serializable
-
Class MAPMGW_InterfaceList extends BitStringWithNamedBits implements Serializable
-
Class MAPMM_EventNotSupported_Param extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPMME_EventList extends BitStringWithNamedBits implements Serializable
-
Class MAPMME_InterfaceList extends BitStringWithNamedBits implements Serializable
-
Class MAPMNPInfoRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
NumberPortabilityStatus_value
MAPNumberPortabilityStatus NumberPortabilityStatus_value
Value of the field numberPortabilityStatus. -
RouteingNumber_value
byte[] RouteingNumber_value
Value of the field routeingNumber.
-
-
-
Class MAPMO_ForwardSM_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Sm_RP_DA_value
MAPSM_RP_DA_v1 Sm_RP_DA_value
Value of the field sm-RP-DA. -
Sm_RP_OA_value
MAPSM_RP_OA Sm_RP_OA_value
Value of the field sm-RP-OA. -
Sm_RP_UI_value
SMSTPDU Sm_RP_UI_value
Value of the field sm-RP-UI.
-
-
-
Class MAPMO_ForwardSM_Arg_v2 extends MAPMO_ForwardSM_Arg implements Serializable
-
Serialized Fields
-
MoreMessagesToSend_present
boolean MoreMessagesToSend_present
Whether a value for the field moreMessagesToSend is present.
-
-
-
Class MAPMO_ForwardSM_Arg_v3 extends MAPMO_ForwardSM_Arg_v2 implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi.
-
-
-
Class MAPMO_ForwardSM_Res extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Sm_RP_UI_value
SMSTPDU Sm_RP_UI_value
Value of the field sm-RP-UI.
-
-
-
Class MAPModificationRequestFor_CB_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicService_value
MAPExt_BasicServiceCode BasicService_value
Value of the field basicService. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ModifyNotificationToCSE_value
MAPModificationInstruction ModifyNotificationToCSE_value
Value of the field modifyNotificationToCSE. -
Password_value
String Password_value
Value of the field password. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status. -
WrongPasswordAttemptsCounter_present
boolean WrongPasswordAttemptsCounter_present
Whether a value for the field wrongPasswordAttemptsCounter is present. -
WrongPasswordAttemptsCounter_value
int WrongPasswordAttemptsCounter_value
Value of the field wrongPasswordAttemptsCounter.
-
-
-
Class MAPModificationRequestFor_CF_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicService_value
MAPExt_BasicServiceCode BasicService_value
Value of the field basicService. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ForwardedToNumber_value
AddressString ForwardedToNumber_value
Value of the field forwardedToNumber. -
ForwardedToSubaddress_value
ISDNSubaddress ForwardedToSubaddress_value
Value of the field forwardedToSubaddress. -
ModifyNotificationToCSE_value
MAPModificationInstruction ModifyNotificationToCSE_value
Value of the field modifyNotificationToCSE. -
NoReplyConditionTime_present
boolean NoReplyConditionTime_present
Whether a value for the field noReplyConditionTime is present. -
NoReplyConditionTime_value
int NoReplyConditionTime_value
Value of the field noReplyConditionTime. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPModificationRequestFor_CH_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ModifyNotificationToCSE_value
MAPModificationInstruction ModifyNotificationToCSE_value
Value of the field modifyNotificationToCSE. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPModificationRequestFor_CLIP_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ModifyNotificationToCSE_value
MAPModificationInstruction ModifyNotificationToCSE_value
Value of the field modifyNotificationToCSE. -
OverrideCategory_value
MAPOverrideCategory OverrideCategory_value
Value of the field overrideCategory. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPModificationRequestFor_CLIR_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CliRestrictionOption_value
MAPCliRestrictionOption CliRestrictionOption_value
Value of the field cliRestrictionOption. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ModifyNotificationToCSE_value
MAPModificationInstruction ModifyNotificationToCSE_value
Value of the field modifyNotificationToCSE. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPModificationRequestFor_CSG extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ModifyNotificationToCSE_value
MAPModificationInstruction ModifyNotificationToCSE_value
Value of the field modifyNotificationToCSE.
-
-
-
Class MAPModificationRequestFor_CSI extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AdditionalRequestedCAMEL_SubscriptionInfo_value
MAPAdditionalRequestedCAMEL_SubscriptionInfo AdditionalRequestedCAMEL_SubscriptionInfo_value
Value of the field additionalRequestedCAMEL-SubscriptionInfo. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ModifyCSI_State_value
MAPModificationInstruction ModifyCSI_State_value
Value of the field modifyCSI-State. -
ModifyNotificationToCSE_value
MAPModificationInstruction ModifyNotificationToCSE_value
Value of the field modifyNotificationToCSE. -
RequestedCamel_SubscriptionInfo_value
MAPRequestedCAMEL_SubscriptionInfo RequestedCamel_SubscriptionInfo_value
Value of the field requestedCamel-SubscriptionInfo.
-
-
-
Class MAPModificationRequestFor_CW_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ModifyNotificationToCSE_value
MAPModificationInstruction ModifyNotificationToCSE_value
Value of the field modifyNotificationToCSE. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPModificationRequestFor_ECT_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ModifyNotificationToCSE_value
MAPModificationInstruction ModifyNotificationToCSE_value
Value of the field modifyNotificationToCSE. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPModificationRequestFor_IP_SM_GW_Data extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ModifyRegistrationStatus_value
MAPModificationInstruction ModifyRegistrationStatus_value
Value of the field modifyRegistrationStatus.
-
-
-
Class MAPModificationRequestFor_ODB_data extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ModifyNotificationToCSE_value
MAPModificationInstruction ModifyNotificationToCSE_value
Value of the field modifyNotificationToCSE. -
Odb_data_value
MAPODB_Data Odb_data_value
Value of the field odb-data.
-
-
-
Class MAPMOLR_Class extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPMonitoringMode extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPMSC_S_EventList extends BitStringWithNamedBits implements Serializable
-
Class MAPMSC_S_InterfaceList extends BitStringWithNamedBits implements Serializable
-
Class MAPMSISDN_BS extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicServiceList_value
MAPExt_BasicServiceCode[] BasicServiceList_value
Value of the field basicServiceList. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn.
-
-
-
Class MAPMT_ForwardSM_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Sm_RP_DA_value
MAPSM_RP_DA_v1 Sm_RP_DA_value
Value of the field sm-RP-DA. -
Sm_RP_OA_value
MAPSM_RP_OA Sm_RP_OA_value
Value of the field sm-RP-OA. -
Sm_RP_UI_value
SMSTPDU Sm_RP_UI_value
Value of the field sm-RP-UI.
-
-
-
Class MAPMT_ForwardSM_Arg_v2 extends MAPMT_ForwardSM_Arg implements Serializable
-
Serialized Fields
-
MoreMessagesToSend_present
boolean MoreMessagesToSend_present
Whether a value for the field moreMessagesToSend is present.
-
-
-
Class MAPMT_ForwardSM_Arg_v3 extends MAPMT_ForwardSM_Arg_v2 implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
SmDeliveryStartTime_value
byte[] SmDeliveryStartTime_value
Value of the field smDeliveryStartTime. -
SmDeliveryTimer_present
boolean SmDeliveryTimer_present
Whether a value for the field smDeliveryTimer is present. -
SmDeliveryTimer_value
int SmDeliveryTimer_value
Value of the field smDeliveryTimer.
-
-
-
Class MAPMT_ForwardSM_Res extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Sm_RP_UI_value
SMSTPDU Sm_RP_UI_value
Value of the field sm-RP-UI.
-
-
-
Class MAPMT_ForwardSM_VGCS_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AsciCallReference_value
byte[] AsciCallReference_value
Value of the field asciCallReference. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Sm_RP_OA_value
MAPSM_RP_OA Sm_RP_OA_value
Value of the field sm-RP-OA. -
Sm_RP_UI_value
byte[] Sm_RP_UI_value
Value of the field sm-RP-UI.
-
-
-
Class MAPMT_ForwardSM_VGCS_Res extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DispatcherList_value
AddressString[] DispatcherList_value
Value of the field dispatcherList. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
OngoingCall_present
boolean OngoingCall_present
Whether a value for the field ongoingCall is present. -
Sm_RP_UI_value
byte[] Sm_RP_UI_value
Value of the field sm-RP-UI.
-
-
-
Class MAPMT_SMS_TPDU_Type extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPMT_smsCAMELTDP_Criteria extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Sms_TriggerDetectionPoint_value
MAPSMS_TriggerDetectionPoint Sms_TriggerDetectionPoint_value
Value of the field sms-TriggerDetectionPoint. -
Tpdu_TypeCriterion_value
MAPMT_SMS_TPDU_Type[] Tpdu_TypeCriterion_value
Value of the field tpdu-TypeCriterion.
-
-
-
Class MAPMW_Status extends BitStringWithNamedBits implements Serializable
-
Class MAPNAEA_PreferredCI extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Naea_PreferredCIC_value
byte[] Naea_PreferredCIC_value
Value of the field naea-PreferredCIC.
-
-
-
Class MAPNetworkAccessMode extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPNoGroupCallNbParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPNoRoamingNbParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPNoSubscriberReplyParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPNoteInternalHandoverArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ChannelId_value
MAPExternalSignalInfo ChannelId_value
Value of the field channelId. -
HandoverType_value
MAPHandoverType HandoverType_value
Value of the field handoverType. -
TargetCellId_value
CellGlobalId TargetCellId_value
Value of the field targetCellId.
-
-
-
Class MAPNoteMM_EventArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
EventMet_value
MMCode EventMet_value
Value of the field eventMet. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
LocationInformation_value
MAPLocationInformation LocationInformation_value
Value of the field locationInformation. -
LocationInformationGPRS_value
MAPLocationInformationGPRS LocationInformationGPRS_value
Value of the field locationInformationGPRS. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
OfferedCamel4Functionalities_value
MAPOfferedCamel4Functionalities OfferedCamel4Functionalities_value
Value of the field offeredCamel4Functionalities. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey. -
SupportedCAMELPhases_value
MAPSupportedCamelPhases SupportedCAMELPhases_value
Value of the field supportedCAMELPhases.
-
-
-
Class MAPNoteMM_EventRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPNoteMsPresentForGprsArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Ggsn_Address_value
GSNAddress Ggsn_Address_value
Value of the field ggsn-Address. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Sgsn_Address_value
GSNAddress Sgsn_Address_value
Value of the field sgsn-Address.
-
-
-
Class MAPNoteMsPresentForGprsRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPNoteSubscriberDataModifiedArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AllInformationSent_present
boolean AllInformationSent_present
Whether a value for the field allInformationSent is present. -
CallBarringInfoFor_CSE_value
MAPExt_CallBarringInfoFor_CSE CallBarringInfoFor_CSE_value
Value of the field callBarringInfoFor-CSE. -
Camel_SubscriptionInfo_value
MAPCAMEL_SubscriptionInfo Camel_SubscriptionInfo_value
Value of the field camel-SubscriptionInfo. -
Ch_Data_value
MAPCallHoldData Ch_Data_value
Value of the field ch-Data. -
Clip_Data_value
MAPClipData Clip_Data_value
Value of the field clip-Data. -
Clir_Data_value
MAPClirData Clir_Data_value
Value of the field clir-Data. -
Csg_SubscriptionDataList_value
MAPCSG_SubscriptionData[] Csg_SubscriptionDataList_value
Value of the field csg-SubscriptionDataList. -
Cw_Data_value
MAPCallWaitingData Cw_Data_value
Value of the field cw-Data. -
Ect_data_value
MAPEctData Ect_data_value
Value of the field ect-data. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ForwardingInfoFor_CSE_value
MAPExt_ForwardingInfoFor_CSE ForwardingInfoFor_CSE_value
Value of the field forwardingInfoFor-CSE. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
Odb_Info_value
MAPODB_Info Odb_Info_value
Value of the field odb-Info. -
Ue_reachable_value
MAPServingNode Ue_reachable_value
Value of the field ue-reachable.
-
-
-
Class MAPNoteSubscriberDataModifiedRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPNotificationToMSUser extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPNumberChangedParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPNumberPortabilityStatus extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPO_BcsmCamelTDP_Criteria extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicServiceCriteria_value
MAPExt_BasicServiceCode[] BasicServiceCriteria_value
Value of the field basicServiceCriteria. -
CallTypeCriteria_value
MAPCallTypeCriteria CallTypeCriteria_value
Value of the field callTypeCriteria. -
DestinationNumberCriteria_value
MAPDestinationNumberCriteria DestinationNumberCriteria_value
Value of the field destinationNumberCriteria. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
O_BcsmTriggerDetectionPoint_value
MAPO_BcsmTriggerDetectionPoint O_BcsmTriggerDetectionPoint_value
Value of the field o-BcsmTriggerDetectionPoint. -
O_CauseValueCriteria_value
byte[][] O_CauseValueCriteria_value
Value of the field o-CauseValueCriteria.
-
-
-
Class MAPO_BcsmCamelTDPData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DefaultCallHandling_value
MAPDefaultCallHandling DefaultCallHandling_value
Value of the field defaultCallHandling. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GsmSCF_Address_value
AddressString GsmSCF_Address_value
Value of the field gsmSCF-Address. -
O_BcsmTriggerDetectionPoint_value
MAPO_BcsmTriggerDetectionPoint O_BcsmTriggerDetectionPoint_value
Value of the field o-BcsmTriggerDetectionPoint. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey.
-
-
-
Class MAPO_BcsmTriggerDetectionPoint extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPO_CSI extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CamelCapabilityHandling_present
boolean CamelCapabilityHandling_present
Whether a value for the field camelCapabilityHandling is present. -
CamelCapabilityHandling_value
int CamelCapabilityHandling_value
Value of the field camelCapabilityHandling. -
CsiActive_present
boolean CsiActive_present
Whether a value for the field csiActive is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
O_BcsmCamelTDPDataList_value
MAPO_BcsmCamelTDPData[] O_BcsmCamelTDPDataList_value
Value of the field o-BcsmCamelTDPDataList.
-
-
-
Class MAPOccurrenceInfo extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPODB_Data extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Odb_GeneralData_value
MAPODB_GeneralData Odb_GeneralData_value
Value of the field odb-GeneralData. -
Odb_HPLMN_Data_value
MAPODB_HPLMN_Data Odb_HPLMN_Data_value
Value of the field odb-HPLMN-Data.
-
-
-
Class MAPODB_GeneralData extends BitStringWithNamedBits implements Serializable
-
Class MAPODB_HPLMN_Data extends BitStringWithNamedBits implements Serializable
-
Class MAPODB_Info extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
Odb_Data_value
MAPODB_Data Odb_Data_value
Value of the field odb-Data.
-
-
-
Class MAPOfferedCamel4CSIs extends BitStringWithNamedBits implements Serializable
-
Class MAPOfferedCamel4Functionalities extends BitStringWithNamedBits implements Serializable
-
Class MAPOngoingGroupCallParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPOR_NotAllowedParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPPCS_Extensions extends AbstractFieldsObject implements Serializable
-
Class MAPPDN_GW_Identity extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Pdn_gw_ipv4_Address_value
byte[] Pdn_gw_ipv4_Address_value
Value of the field pdn-gw-ipv4-Address. -
Pdn_gw_ipv6_Address_value
byte[] Pdn_gw_ipv6_Address_value
Value of the field pdn-gw-ipv6-Address. -
Pdn_gw_name_value
byte[] Pdn_gw_name_value
Value of the field pdn-gw-name.
-
-
-
Class MAPPDN_GW_Update extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Apn_value
AccessPointName Apn_value
Value of the field apn. -
ContextId_present
boolean ContextId_present
Whether a value for the field contextId is present. -
ContextId_value
int ContextId_value
Value of the field contextId. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Pdn_gw_Identity_value
MAPPDN_GW_Identity Pdn_gw_Identity_value
Value of the field pdn-gw-Identity.
-
-
-
Class MAPPDP_Context extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Apn_oi_Replacement_value
AccessPointNameOperatorId Apn_oi_Replacement_value
Value of the field apn-oi-Replacement. -
Apn_value
AccessPointName Apn_value
Value of the field apn. -
Ext_pdp_Address_value
byte[] Ext_pdp_Address_value
Value of the field ext-pdp-Address. -
Ext_pdp_Type_value
byte[] Ext_pdp_Type_value
Value of the field ext-pdp-Type. -
Ext_QoS_Subscribed_value
byte[] Ext_QoS_Subscribed_value
Value of the field ext-QoS-Subscribed. -
Ext2_QoS_Subscribed_value
byte[] Ext2_QoS_Subscribed_value
Value of the field ext2-QoS-Subscribed. -
Ext3_QoS_Subscribed_value
byte[] Ext3_QoS_Subscribed_value
Value of the field ext3-QoS-Subscribed. -
Ext4_QoS_Subscribed_value
byte[] Ext4_QoS_Subscribed_value
Value of the field ext4-QoS-Subscribed. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Pdp_Address_value
byte[] Pdp_Address_value
Value of the field pdp-Address. -
Pdp_ChargingCharacteristics_value
byte[] Pdp_ChargingCharacteristics_value
Value of the field pdp-ChargingCharacteristics. -
Pdp_ContextId_present
boolean Pdp_ContextId_present
Whether a value for the field pdp-ContextId is present. -
Pdp_ContextId_value
int Pdp_ContextId_value
Value of the field pdp-ContextId. -
Pdp_Type_value
byte[] Pdp_Type_value
Value of the field pdp-Type. -
Qos_Subscribed_value
byte[] Qos_Subscribed_value
Value of the field qos-Subscribed. -
Sipto_Permission_value
MAPSIPTO_Permission Sipto_Permission_value
Value of the field sipto-Permission. -
VplmnAddressAllowed_present
boolean VplmnAddressAllowed_present
Whether a value for the field vplmnAddressAllowed is present.
-
-
-
Class MAPPDP_ContextInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Apn_InUse_value
AccessPointName Apn_InUse_value
Value of the field apn-InUse. -
Apn_Subscribed_value
AccessPointName Apn_Subscribed_value
Value of the field apn-Subscribed. -
ChargingCharacteristics_value
byte[] ChargingCharacteristics_value
Value of the field chargingCharacteristics. -
ChargingId_value
byte[] ChargingId_value
Value of the field chargingId. -
Ext_pdp_Address_value
byte[] Ext_pdp_Address_value
Value of the field ext-pdp-Address. -
Ext_pdp_Type_value
byte[] Ext_pdp_Type_value
Value of the field ext-pdp-Type. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Ggsn_Address_value
GSNAddress Ggsn_Address_value
Value of the field ggsn-Address. -
Nsapi_present
boolean Nsapi_present
Whether a value for the field nsapi is present. -
Nsapi_value
int Nsapi_value
Value of the field nsapi. -
Pdp_Address_value
byte[] Pdp_Address_value
Value of the field pdp-Address. -
Pdp_ContextActive_present
boolean Pdp_ContextActive_present
Whether a value for the field pdp-ContextActive is present. -
Pdp_ContextIdentifier_present
boolean Pdp_ContextIdentifier_present
Whether a value for the field pdp-ContextIdentifier is present. -
Pdp_ContextIdentifier_value
int Pdp_ContextIdentifier_value
Value of the field pdp-ContextIdentifier. -
Pdp_Type_value
byte[] Pdp_Type_value
Value of the field pdp-Type. -
Qos_Negotiated_value
byte[] Qos_Negotiated_value
Value of the field qos-Negotiated. -
Qos_Requested_value
byte[] Qos_Requested_value
Value of the field qos-Requested. -
Qos_Subscribed_value
byte[] Qos_Subscribed_value
Value of the field qos-Subscribed. -
Qos2_Negotiated_value
byte[] Qos2_Negotiated_value
Value of the field qos2-Negotiated. -
Qos2_Requested_value
byte[] Qos2_Requested_value
Value of the field qos2-Requested. -
Qos2_Subscribed_value
byte[] Qos2_Subscribed_value
Value of the field qos2-Subscribed. -
Qos3_Negotiated_value
byte[] Qos3_Negotiated_value
Value of the field qos3-Negotiated. -
Qos3_Requested_value
byte[] Qos3_Requested_value
Value of the field qos3-Requested. -
Qos3_Subscribed_value
byte[] Qos3_Subscribed_value
Value of the field qos3-Subscribed. -
Qos4_Negotiated_value
byte[] Qos4_Negotiated_value
Value of the field qos4-Negotiated. -
Qos4_Requested_value
byte[] Qos4_Requested_value
Value of the field qos4-Requested. -
Qos4_Subscribed_value
byte[] Qos4_Subscribed_value
Value of the field qos4-Subscribed. -
Rnc_Address_value
GSNAddress Rnc_Address_value
Value of the field rnc-Address. -
Teid_ForGnAndGp_value
byte[] Teid_ForGnAndGp_value
Value of the field teid-ForGnAndGp. -
Teid_ForIu_value
byte[] Teid_ForIu_value
Value of the field teid-ForIu. -
TransactionId_value
byte[] TransactionId_value
Value of the field transactionId.
-
-
-
Class MAPPerformHandoverArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ChannelType_value
byte[] ChannelType_value
Value of the field channelType. -
ClassmarkInformation_value
byte[] ClassmarkInformation_value
Value of the field classmarkInformation. -
HandoverPriority_value
byte[] HandoverPriority_value
Value of the field handoverPriority. -
Kc_value
byte[] Kc_value
Value of the field kc. -
ServingCellId_value
CellGlobalId ServingCellId_value
Value of the field servingCellId. -
TargetCellId_value
CellGlobalId TargetCellId_value
Value of the field targetCellId.
-
-
-
Class MAPPerformHandoverRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AccessSignalInfo_value
MAPExternalSignalInfo AccessSignalInfo_value
Value of the field accessSignalInfo. -
HandoverNumber_value
AddressString HandoverNumber_value
Value of the field handoverNumber.
-
-
-
Class MAPPerformSubsequentHandoverArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ClassmarkInformation_value
byte[] ClassmarkInformation_value
Value of the field classmarkInformation. -
ServingCellId_value
CellGlobalId ServingCellId_value
Value of the field servingCellId. -
TargetCellId_value
CellGlobalId TargetCellId_value
Value of the field targetCellId. -
TargetMscNumber_value
AddressString TargetMscNumber_value
Value of the field targetMscNumber.
-
-
-
Class MAPPeriodicLDRInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ReportingAmount_present
boolean ReportingAmount_present
Whether a value for the field reportingAmount is present. -
ReportingAmount_value
int ReportingAmount_value
Value of the field reportingAmount. -
ReportingInterval_present
boolean ReportingInterval_present
Whether a value for the field reportingInterval is present. -
ReportingInterval_value
int ReportingInterval_value
Value of the field reportingInterval.
-
-
-
Class MAPPGW_EventList extends BitStringWithNamedBits implements Serializable
-
Class MAPPGW_InterfaceList extends BitStringWithNamedBits implements Serializable
-
Class MAPPositionMethodFailure_Diagnostic extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPPositionMethodFailure_Param extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
PositionMethodFailure_Diagnostic_value
MAPPositionMethodFailure_Diagnostic PositionMethodFailure_Diagnostic_value
Value of the field positionMethodFailure-Diagnostic.
-
-
-
Class MAPPrepareGroupCallArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AsciCallReference_value
byte[] AsciCallReference_value
Value of the field asciCallReference. -
CipheringAlgorithm_value
byte[] CipheringAlgorithm_value
Value of the field cipheringAlgorithm. -
Codec_Info_value
byte[] Codec_Info_value
Value of the field codec-Info. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GroupKey_value
byte[] GroupKey_value
Value of the field groupKey. -
GroupKeyNumber_Vk_Id_present
boolean GroupKeyNumber_Vk_Id_present
Whether a value for the field groupKeyNumber-Vk-Id is present. -
GroupKeyNumber_Vk_Id_value
int GroupKeyNumber_Vk_Id_value
Value of the field groupKeyNumber-Vk-Id. -
Priority_present
boolean Priority_present
Whether a value for the field priority is present. -
Priority_value
int Priority_value
Value of the field priority. -
TalkerChannelParameter_present
boolean TalkerChannelParameter_present
Whether a value for the field talkerChannelParameter is present. -
Teleservice_value
byte[] Teleservice_value
Value of the field teleservice. -
UplinkFree_present
boolean UplinkFree_present
Whether a value for the field uplinkFree is present. -
UplinkReplyIndicator_present
boolean UplinkReplyIndicator_present
Whether a value for the field uplinkReplyIndicator is present. -
Vstk_rand_value
byte[] Vstk_rand_value
Value of the field vstk-rand. -
Vstk_value
byte[] Vstk_value
Value of the field vstk.
-
-
-
Class MAPPrepareGroupCallRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GroupCallNumber_value
AddressString GroupCallNumber_value
Value of the field groupCallNumber.
-
-
-
Class MAPPrepareHO_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Bss_APDU_value
MAPExternalSignalInfo Bss_APDU_value
Value of the field bss-APDU. -
Ho_NumberNotRequired_present
boolean Ho_NumberNotRequired_present
Whether a value for the field ho-NumberNotRequired is present. -
TargetCellId_value
CellGlobalId TargetCellId_value
Value of the field targetCellId.
-
-
-
Class MAPPrepareHO_Arg_v3 extends MAPPrepareHO_Arg implements Serializable
-
Serialized Fields
-
AllowedGSM_Algorithms_value
byte[] AllowedGSM_Algorithms_value
Value of the field allowedGSM-Algorithms. -
AllowedUMTS_Algorithms_value
MAPAllowedUMTS_Algorithms AllowedUMTS_Algorithms_value
Value of the field allowedUMTS-Algorithms. -
AlternativeChannelType_value
byte[] AlternativeChannelType_value
Value of the field alternativeChannelType. -
An_APDU_value
MAPAccessNetworkSignalInfo An_APDU_value
Value of the field an-APDU. -
AoipSupportedCodecsListAnchor_value
MAPAoIPCodecsList AoipSupportedCodecsListAnchor_value
Value of the field aoipSupportedCodecsListAnchor. -
AsciCallReference_value
byte[] AsciCallReference_value
Value of the field asciCallReference. -
Bssmap_ServiceHandover_value
byte[] Bssmap_ServiceHandover_value
Value of the field bssmap-ServiceHandover. -
Bssmap_ServiceHandoverList_value
MAPBSSMAP_ServiceHandoverInfo[] Bssmap_ServiceHandoverList_value
Value of the field bssmap-ServiceHandoverList. -
EncryptionInfo_value
byte[] EncryptionInfo_value
Value of the field encryptionInfo. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Geran_classmark_value
byte[] Geran_classmark_value
Value of the field geran-classmark. -
Imeisv_value
IMEIAddress Imeisv_value
Value of the field imeisv. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
IntegrityProtectionInfo_value
byte[] IntegrityProtectionInfo_value
Value of the field integrityProtectionInfo. -
IuCurrentlyUsedCodec_value
byte[] IuCurrentlyUsedCodec_value
Value of the field iuCurrentlyUsedCodec. -
IuSupportedCodecsList_value
MAPSupportedCodecsList IuSupportedCodecsList_value
Value of the field iuSupportedCodecsList. -
MultipleBearerRequested_present
boolean MultipleBearerRequested_present
Whether a value for the field multipleBearerRequested is present. -
Rab_ConfigurationIndicator_present
boolean Rab_ConfigurationIndicator_present
Whether a value for the field rab-ConfigurationIndicator is present. -
Rab_Id_present
boolean Rab_Id_present
Whether a value for the field rab-Id is present. -
Rab_Id_value
int Rab_Id_value
Value of the field rab-Id. -
RadioResourceInformation_value
byte[] RadioResourceInformation_value
Value of the field radioResourceInformation. -
RadioResourceList_value
MAPRadioResource[] RadioResourceList_value
Value of the field radioResourceList. -
Ranap_ServiceHandover_value
byte[] Ranap_ServiceHandover_value
Value of the field ranap-ServiceHandover. -
TargetRNCId_value
byte[] TargetRNCId_value
Value of the field targetRNCId. -
TracePropagationList_value
MAPTracePropagationList TracePropagationList_value
Value of the field tracePropagationList. -
Uesbi_Iu_value
MAPUESBI_Iu Uesbi_Iu_value
Value of the field uesbi-Iu.
-
-
-
Class MAPPrepareHO_Res extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Bss_APDU_value
MAPExternalSignalInfo Bss_APDU_value
Value of the field bss-APDU. -
HandoverNumber_value
AddressString HandoverNumber_value
Value of the field handoverNumber.
-
-
-
Class MAPPrepareHO_Res_v3 extends MAPPrepareHO_Res implements Serializable
-
Serialized Fields
-
An_APDU_value
MAPAccessNetworkSignalInfo An_APDU_value
Value of the field an-APDU. -
AoipAvailableCodecsListMap_value
MAPAoIPCodecsList AoipAvailableCodecsListMap_value
Value of the field aoipAvailableCodecsListMap. -
AoipSelectedCodecTarget_value
byte[] AoipSelectedCodecTarget_value
Value of the field aoipSelectedCodecTarget. -
ChosenRadioResourceInformation_value
MAPChosenRadioResourceInformation ChosenRadioResourceInformation_value
Value of the field chosenRadioResourceInformation. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
IuAvailableCodecsList_value
MAPCodecList IuAvailableCodecsList_value
Value of the field iuAvailableCodecsList. -
IuSelectedCodec_value
byte[] IuSelectedCodec_value
Value of the field iuSelectedCodec. -
MulticallBearerInfo_present
boolean MulticallBearerInfo_present
Whether a value for the field multicallBearerInfo is present. -
MulticallBearerInfo_value
int MulticallBearerInfo_value
Value of the field multicallBearerInfo. -
MultipleBearerNotSupported_present
boolean MultipleBearerNotSupported_present
Whether a value for the field multipleBearerNotSupported is present. -
RelocationNumberList_value
MAPRelocationNumber[] RelocationNumberList_value
Value of the field relocationNumberList. -
SelectedUMTS_Algorithms_value
MAPSelectedUMTS_Algorithms SelectedUMTS_Algorithms_value
Value of the field selectedUMTS-Algorithms.
-
-
-
Class MAPPrepareSubsequentHO_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Bss_APDU_value
MAPExternalSignalInfo Bss_APDU_value
Value of the field bss-APDU. -
TargetCellId_value
CellGlobalId TargetCellId_value
Value of the field targetCellId. -
TargetMSC_Number_value
AddressString TargetMSC_Number_value
Value of the field targetMSC-Number.
-
-
-
Class MAPPrepareSubsequentHO_Arg_v3 extends MAPPrepareSubsequentHO_Arg implements Serializable
-
Serialized Fields
-
An_APDU_value
MAPAccessNetworkSignalInfo An_APDU_value
Value of the field an-APDU. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Geran_classmark_value
byte[] Geran_classmark_value
Value of the field geran-classmark. -
Rab_ConfigurationIndicator_present
boolean Rab_ConfigurationIndicator_present
Whether a value for the field rab-ConfigurationIndicator is present. -
SelectedRab_Id_present
boolean SelectedRab_Id_present
Whether a value for the field selectedRab-Id is present. -
SelectedRab_Id_value
int SelectedRab_Id_value
Value of the field selectedRab-Id. -
TargetRNCId_value
byte[] TargetRNCId_value
Value of the field targetRNCId.
-
-
-
Class MAPPrepareSubsequentHO_Res extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPPrepareSubsequentHO_Res.Choice choice
Value of the discriminant. -
R98_value
MAPExternalSignalInfo R98_value
Value of the field r98.
-
-
-
Class MAPPrepareSubsequentHO_Res_v3 extends MAPPrepareSubsequentHO_Res implements Serializable
-
Serialized Fields
-
An_APDU_value
MAPAccessNetworkSignalInfo An_APDU_value
Value of the field an-APDU. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPPrepareSubsequentHO_Res.Choice extends NamedInteger implements Serializable
-
Class MAPPrivacyCheckRelatedAction extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPPrivateExtension extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtId_value
OpenId ExtId_value
Value of the field extId. -
ExtType_value
ContainingOctetString ExtType_value
Value of the field extType.
-
-
-
Class MAPProcessAccessSignalling_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPProcessAccessSignalling_Arg.Choice choice
Value of the discriminant. -
R98_value
MAPExternalSignalInfo R98_value
Value of the field r98.
-
-
-
Class MAPProcessAccessSignalling_Arg_v3 extends MAPProcessAccessSignalling_Arg implements Serializable
-
Serialized Fields
-
An_APDU_value
MAPAccessNetworkSignalInfo An_APDU_value
Value of the field an-APDU. -
AoipAvailableCodecsListMap_value
MAPAoIPCodecsList AoipAvailableCodecsListMap_value
Value of the field aoipAvailableCodecsListMap. -
AoipSelectedCodecTarget_value
byte[] AoipSelectedCodecTarget_value
Value of the field aoipSelectedCodecTarget. -
ChosenRadioResourceInformation_value
MAPChosenRadioResourceInformation ChosenRadioResourceInformation_value
Value of the field chosenRadioResourceInformation. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
IuAvailableCodecsList_value
MAPCodecList IuAvailableCodecsList_value
Value of the field iuAvailableCodecsList. -
IUSelectedCodec_value
byte[] IUSelectedCodec_value
Value of the field iUSelectedCodec. -
SelectedGSM_Algorithm_value
byte[] SelectedGSM_Algorithm_value
Value of the field selectedGSM-Algorithm. -
SelectedRab_Id_present
boolean SelectedRab_Id_present
Whether a value for the field selectedRab-Id is present. -
SelectedRab_Id_value
int SelectedRab_Id_value
Value of the field selectedRab-Id. -
SelectedUMTS_Algorithms_value
MAPSelectedUMTS_Algorithms SelectedUMTS_Algorithms_value
Value of the field selectedUMTS-Algorithms.
-
-
-
Class MAPProcessAccessSignalling_Arg.Choice extends NamedInteger implements Serializable
-
Class MAPProcessGroupCallSignallingArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AdditionalInfo_value
BitString AdditionalInfo_value
Value of the field additionalInfo. -
An_APDU_value
MAPAccessNetworkSignalInfo An_APDU_value
Value of the field an-APDU. -
EmergencyModeResetCommandFlag_present
boolean EmergencyModeResetCommandFlag_present
Whether a value for the field emergencyModeResetCommandFlag is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ReleaseGroupCall_present
boolean ReleaseGroupCall_present
Whether a value for the field releaseGroupCall is present. -
TalkerPriority_value
MAPTalkerPriority TalkerPriority_value
Value of the field talkerPriority. -
UplinkReleaseIndication_present
boolean UplinkReleaseIndication_present
Whether a value for the field uplinkReleaseIndication is present. -
UplinkRequest_present
boolean UplinkRequest_present
Whether a value for the field uplinkRequest is present.
-
-
-
Class MAPProvideRoamingNumberArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Gsm_BearerCapability_value
MAPExternalSignalInfo Gsm_BearerCapability_value
Value of the field gsm-BearerCapability. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Lmsi_value
LMSIAddress Lmsi_value
Value of the field lmsi. -
Msc_Number_value
AddressString Msc_Number_value
Value of the field msc-Number. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
NetworkSignalInfo_value
MAPExternalSignalInfo NetworkSignalInfo_value
Value of the field networkSignalInfo. -
PreviousRoamingNumber_value
AddressString PreviousRoamingNumber_value
Value of the field previousRoamingNumber.
-
-
-
Class MAPProvideRoamingNumberArg_v3 extends MAPProvideRoamingNumberArg implements Serializable
-
Serialized Fields
-
AdditionalSignalInfo_value
MAPExt_ExternalSignalInfo AdditionalSignalInfo_value
Value of the field additionalSignalInfo. -
AlertingPattern_value
byte[] AlertingPattern_value
Value of the field alertingPattern. -
CallPriority_present
boolean CallPriority_present
Whether a value for the field callPriority is present. -
CallPriority_value
int CallPriority_value
Value of the field callPriority. -
CallReferenceNumber_value
byte[] CallReferenceNumber_value
Value of the field callReferenceNumber. -
Ccbs_Call_present
boolean Ccbs_Call_present
Whether a value for the field ccbs-Call is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Gmsc_Address_value
AddressString Gmsc_Address_value
Value of the field gmsc-Address. -
LongFTN_Supported_present
boolean LongFTN_Supported_present
Whether a value for the field longFTN-Supported is present. -
MtRoamingRetrySupported_present
boolean MtRoamingRetrySupported_present
Whether a value for the field mtRoamingRetrySupported is present. -
OfferedCamel4CSIsInInterrogatingNode_value
MAPOfferedCamel4CSIs OfferedCamel4CSIsInInterrogatingNode_value
Value of the field offeredCamel4CSIsInInterrogatingNode. -
Or_Interrogation_present
boolean Or_Interrogation_present
Whether a value for the field or-Interrogation is present. -
OrNotSupportedInGMSC_present
boolean OrNotSupportedInGMSC_present
Whether a value for the field orNotSupportedInGMSC is present. -
PagingArea_value
MAPLocationArea[] PagingArea_value
Value of the field pagingArea. -
Pre_pagingSupported_present
boolean Pre_pagingSupported_present
Whether a value for the field pre-pagingSupported is present. -
SupportedCamelPhasesInInterrogatingNode_value
MAPSupportedCamelPhases SupportedCamelPhasesInInterrogatingNode_value
Value of the field supportedCamelPhasesInInterrogatingNode. -
Suppress_VT_CSI_present
boolean Suppress_VT_CSI_present
Whether a value for the field suppress-VT-CSI is present. -
SuppressionOfAnnouncement_present
boolean SuppressionOfAnnouncement_present
Whether a value for the field suppressionOfAnnouncement is present.
-
-
-
Class MAPProvideRoamingNumberRes extends MAPProvideRoamingNumberResSeq implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ReleaseResourcesSupported_present
boolean ReleaseResourcesSupported_present
Whether a value for the field releaseResourcesSupported is present.
-
-
-
Class MAPProvideRoamingNumberResSeq extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
RoamingNumber_value
AddressString RoamingNumber_value
Value of the field roamingNumber.
-
-
-
Class MAPProvideSIWFSNumberArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
B_Subscriber_Address_value
AddressString B_Subscriber_Address_value
Value of the field b-Subscriber-Address. -
Call_Direction_value
byte[] Call_Direction_value
Value of the field call-Direction. -
ChosenChannel_value
MAPExternalSignalInfo ChosenChannel_value
Value of the field chosenChannel. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Gsm_BearerCapability_value
MAPExternalSignalInfo Gsm_BearerCapability_value
Value of the field gsm-BearerCapability. -
HighLayerCompatibility_value
MAPExternalSignalInfo HighLayerCompatibility_value
Value of the field highLayerCompatibility. -
Isdn_BearerCapability_value
MAPExternalSignalInfo Isdn_BearerCapability_value
Value of the field isdn-BearerCapability. -
LowerLayerCompatibility_value
MAPExternalSignalInfo LowerLayerCompatibility_value
Value of the field lowerLayerCompatibility.
-
-
-
Class MAPProvideSIWFSNumberRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
SIWFSNumber_value
AddressString SIWFSNumber_value
Value of the field sIWFSNumber.
-
-
-
Class MAPProvideSubscriberInfoArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallPriority_present
boolean CallPriority_present
Whether a value for the field callPriority is present. -
CallPriority_value
int CallPriority_value
Value of the field callPriority. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Lmsi_value
LMSIAddress Lmsi_value
Value of the field lmsi. -
RequestedInfo_value
MAPRequestedInfo RequestedInfo_value
Value of the field requestedInfo.
-
-
-
Class MAPProvideSubscriberInfoRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
SubscriberInfo_value
MAPSubscriberInfo SubscriberInfo_value
Value of the field subscriberInfo.
-
-
-
Class MAPProvideSubscriberLocation_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AreaEventInfo_value
MAPAreaEventInfo AreaEventInfo_value
Value of the field areaEventInfo. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
H_gmlc_Address_value
GSNAddress H_gmlc_Address_value
Value of the field h-gmlc-Address. -
Imei_value
IMEIAddress Imei_value
Value of the field imei. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Lcs_ClientID_value
MAPLCS_ClientID Lcs_ClientID_value
Value of the field lcs-ClientID. -
Lcs_Priority_value
byte[] Lcs_Priority_value
Value of the field lcs-Priority. -
Lcs_PrivacyCheck_value
MAPLCS_PrivacyCheck Lcs_PrivacyCheck_value
Value of the field lcs-PrivacyCheck. -
Lcs_QoS_value
MAPLCS_QoS Lcs_QoS_value
Value of the field lcs-QoS. -
Lcs_ReferenceNumber_value
byte[] Lcs_ReferenceNumber_value
Value of the field lcs-ReferenceNumber. -
LcsCodeword_value
MAPLCSCodeword LcsCodeword_value
Value of the field lcsCodeword. -
LcsServiceTypeID_present
boolean LcsServiceTypeID_present
Whether a value for the field lcsServiceTypeID is present. -
LcsServiceTypeID_value
int LcsServiceTypeID_value
Value of the field lcsServiceTypeID. -
Lmsi_value
LMSIAddress Lmsi_value
Value of the field lmsi. -
LocationType_value
MAPLocationType LocationType_value
Value of the field locationType. -
Mlc_Number_value
AddressString Mlc_Number_value
Value of the field mlc-Number. -
Mo_lrShortCircuitIndicator_present
boolean Mo_lrShortCircuitIndicator_present
Whether a value for the field mo-lrShortCircuitIndicator is present. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
PeriodicLDRInfo_value
MAPPeriodicLDRInfo PeriodicLDRInfo_value
Value of the field periodicLDRInfo. -
PrivacyOverride_present
boolean PrivacyOverride_present
Whether a value for the field privacyOverride is present. -
ReportingPLMNList_value
MAPReportingPLMNList ReportingPLMNList_value
Value of the field reportingPLMNList. -
SupportedGADShapes_value
MAPSupportedGADShapes SupportedGADShapes_value
Value of the field supportedGADShapes.
-
-
-
Class MAPProvideSubscriberLocation_Res extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AccuracyFulfilmentIndicator_value
MAPAccuracyFulfilmentIndicator AccuracyFulfilmentIndicator_value
Value of the field accuracyFulfilmentIndicator. -
Add_LocationEstimate_value
byte[] Add_LocationEstimate_value
Value of the field add-LocationEstimate. -
AgeOfLocationEstimate_present
boolean AgeOfLocationEstimate_present
Whether a value for the field ageOfLocationEstimate is present. -
AgeOfLocationEstimate_value
int AgeOfLocationEstimate_value
Value of the field ageOfLocationEstimate. -
CellIdOrSai_value
MAPCellGlobalIdOrServiceAreaIdOrLAI CellIdOrSai_value
Value of the field cellIdOrSai. -
Deferredmt_lrResponseIndicator_present
boolean Deferredmt_lrResponseIndicator_present
Whether a value for the field deferredmt-lrResponseIndicator is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GeranGANSSpositioningData_value
byte[] GeranGANSSpositioningData_value
Value of the field geranGANSSpositioningData. -
GeranPositioningData_value
byte[] GeranPositioningData_value
Value of the field geranPositioningData. -
LocationEstimate_value
byte[] LocationEstimate_value
Value of the field locationEstimate. -
Mo_lrShortCircuitIndicator_present
boolean Mo_lrShortCircuitIndicator_present
Whether a value for the field mo-lrShortCircuitIndicator is present. -
Sai_Present_present
boolean Sai_Present_present
Whether a value for the field sai-Present is present. -
TargetServingNodeForHandover_value
MAPServingNodeAddress TargetServingNodeForHandover_value
Value of the field targetServingNodeForHandover. -
UtranGANSSpositioningData_value
byte[] UtranGANSSpositioningData_value
Value of the field utranGANSSpositioningData. -
UtranPositioningData_value
byte[] UtranPositioningData_value
Value of the field utranPositioningData. -
VelocityEstimate_value
byte[] VelocityEstimate_value
Value of the field velocityEstimate.
-
-
-
Class MAPPS_SubscriberState extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPPS_SubscriberState.Choice choice
Value of the discriminant. -
NetDetNotReachable_value
MAPNotReachableReason NetDetNotReachable_value
Value of the field netDetNotReachable. -
Ps_PDP_ActiveNotReachableForPaging_value
MAPPDP_ContextInfo[] Ps_PDP_ActiveNotReachableForPaging_value
Value of the field ps-PDP-ActiveNotReachableForPaging. -
Ps_PDP_ActiveReachableForPaging_value
MAPPDP_ContextInfo[] Ps_PDP_ActiveReachableForPaging_value
Value of the field ps-PDP-ActiveReachableForPaging.
-
-
-
Class MAPPurgeMS_Arg extends MAPPurgeMS_Arg_v2 implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Sgsn_Number_value
AddressString Sgsn_Number_value
Value of the field sgsn-Number.
-
-
-
Class MAPPurgeMS_Arg_v2 extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Vlr_Number_value
AddressString Vlr_Number_value
Value of the field vlr-Number.
-
-
-
Class MAPPurgeMS_Res extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
FreezeM_TMSI_present
boolean FreezeM_TMSI_present
Whether a value for the field freezeM-TMSI is present. -
FreezeP_TMSI_present
boolean FreezeP_TMSI_present
Whether a value for the field freezeP-TMSI is present. -
FreezeTMSI_present
boolean FreezeTMSI_present
Whether a value for the field freezeTMSI is present.
-
-
-
Class MAPRadioResource extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Rab_Id_present
boolean Rab_Id_present
Whether a value for the field rab-Id is present. -
Rab_Id_value
int Rab_Id_value
Value of the field rab-Id. -
RadioResourceInformation_value
byte[] RadioResourceInformation_value
Value of the field radioResourceInformation.
-
-
-
Class MAPRAN_Technology extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPRe_synchronisationInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Auts_value
byte[] Auts_value
Value of the field auts. -
Rand_value
byte[] Rand_value
Value of the field rand.
-
-
-
Class MAPReadyForSM_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AdditionalAlertReasonIndicator_present
boolean AdditionalAlertReasonIndicator_present
Whether a value for the field additionalAlertReasonIndicator is present. -
AlertReason_value
MAPAlertReason AlertReason_value
Value of the field alertReason. -
AlertReasonIndicator_present
boolean AlertReasonIndicator_present
Whether a value for the field alertReasonIndicator is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi.
-
-
-
Class MAPReadyForSM_Res extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPRegisterCC_EntryArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ccbs_Data_value
MAPCCBS_Data Ccbs_Data_value
Value of the field ccbs-Data. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code.
-
-
-
Class MAPRegisterCC_EntryRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ccbs_Feature_value
MAPCCBS_Feature Ccbs_Feature_value
Value of the field ccbs-Feature.
-
-
-
Class MAPRegisterSS_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicService_value
MAPBasicServiceCode BasicService_value
Value of the field basicService. -
DefaultPriority_present
boolean DefaultPriority_present
Whether a value for the field defaultPriority is present. -
DefaultPriority_value
int DefaultPriority_value
Value of the field defaultPriority. -
ForwardedToNumber_value
AddressString ForwardedToNumber_value
Value of the field forwardedToNumber. -
ForwardedToSubaddress_value
ISDNSubaddress ForwardedToSubaddress_value
Value of the field forwardedToSubaddress. -
LongFTN_Supported_present
boolean LongFTN_Supported_present
Whether a value for the field longFTN-Supported is present. -
NbrUser_present
boolean NbrUser_present
Whether a value for the field nbrUser is present. -
NbrUser_value
int NbrUser_value
Value of the field nbrUser. -
NoReplyConditionTime_present
boolean NoReplyConditionTime_present
Whether a value for the field noReplyConditionTime is present. -
NoReplyConditionTime_value
int NoReplyConditionTime_value
Value of the field noReplyConditionTime. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code.
-
-
-
Class MAPReleaseResourcesArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Msrn_value
AddressString Msrn_value
Value of the field msrn.
-
-
-
Class MAPReleaseResourcesRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPRelocationNumber extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
HandoverNumber_value
AddressString HandoverNumber_value
Value of the field handoverNumber. -
Rab_Id_present
boolean Rab_Id_present
Whether a value for the field rab-Id is present. -
Rab_Id_value
int Rab_Id_value
Value of the field rab-Id.
-
-
-
Class MAPRemoteUserFreeArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AlertingPattern_value
byte[] AlertingPattern_value
Value of the field alertingPattern. -
CallInfo_value
MAPExternalSignalInfo CallInfo_value
Value of the field callInfo. -
Ccbs_Feature_value
MAPCCBS_Feature Ccbs_Feature_value
Value of the field ccbs-Feature. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
ReplaceB_Number_present
boolean ReplaceB_Number_present
Whether a value for the field replaceB-Number is present. -
TranslatedB_Number_value
AddressString TranslatedB_Number_value
Value of the field translatedB-Number.
-
-
-
Class MAPRemoteUserFreeRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Ruf_Outcome_value
MAPRUF_Outcome Ruf_Outcome_value
Value of the field ruf-Outcome.
-
-
-
Class MAPReportingPLMN extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Plmn_Id_value
byte[] Plmn_Id_value
Value of the field plmn-Id. -
Ran_PeriodicLocationSupport_present
boolean Ran_PeriodicLocationSupport_present
Whether a value for the field ran-PeriodicLocationSupport is present. -
Ran_Technology_value
MAPRAN_Technology Ran_Technology_value
Value of the field ran-Technology.
-
-
-
Class MAPReportingPLMNList extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Plmn_List_value
MAPReportingPLMN[] Plmn_List_value
Value of the field plmn-List. -
Plmn_ListPrioritized_present
boolean Plmn_ListPrioritized_present
Whether a value for the field plmn-ListPrioritized is present.
-
-
-
Class MAPReportingState extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPReportSM_DeliveryStatusArg extends MAPReportSM_DeliveryStatusArg_v1 implements Serializable
-
Serialized Fields
-
AbsentSubscriberDiagnosticSM_present
boolean AbsentSubscriberDiagnosticSM_present
Whether a value for the field absentSubscriberDiagnosticSM is present. -
AbsentSubscriberDiagnosticSM_value
int AbsentSubscriberDiagnosticSM_value
Value of the field absentSubscriberDiagnosticSM. -
AdditionalAbsentSubscriberDiagnosticSM_present
boolean AdditionalAbsentSubscriberDiagnosticSM_present
Whether a value for the field additionalAbsentSubscriberDiagnosticSM is present. -
AdditionalAbsentSubscriberDiagnosticSM_value
int AdditionalAbsentSubscriberDiagnosticSM_value
Value of the field additionalAbsentSubscriberDiagnosticSM. -
AdditionalSM_DeliveryOutcome_value
MAPSM_DeliveryOutcome AdditionalSM_DeliveryOutcome_value
Value of the field additionalSM-DeliveryOutcome. -
DeliveryOutcomeIndicator_present
boolean DeliveryOutcomeIndicator_present
Whether a value for the field deliveryOutcomeIndicator is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GprsSupportIndicator_present
boolean GprsSupportIndicator_present
Whether a value for the field gprsSupportIndicator is present. -
Ip_sm_gw_absentSubscriberDiagnosticSM_present
boolean Ip_sm_gw_absentSubscriberDiagnosticSM_present
Whether a value for the field ip-sm-gw-absentSubscriberDiagnosticSM is present. -
Ip_sm_gw_absentSubscriberDiagnosticSM_value
int Ip_sm_gw_absentSubscriberDiagnosticSM_value
Value of the field ip-sm-gw-absentSubscriberDiagnosticSM. -
Ip_sm_gw_Indicator_present
boolean Ip_sm_gw_Indicator_present
Whether a value for the field ip-sm-gw-Indicator is present. -
Ip_sm_gw_sm_deliveryOutcome_value
MAPSM_DeliveryOutcome Ip_sm_gw_sm_deliveryOutcome_value
Value of the field ip-sm-gw-sm-deliveryOutcome. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
Sm_DeliveryOutcome_value
MAPSM_DeliveryOutcome Sm_DeliveryOutcome_value
Value of the field sm-DeliveryOutcome.
-
-
-
Class MAPReportSM_DeliveryStatusArg_v1 extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
MsIsdn_value
AddressString MsIsdn_value
Value of the field msIsdn. -
ServiceCentreAddress_value
AddressString ServiceCentreAddress_value
Value of the field serviceCentreAddress.
-
-
-
Class MAPReportSM_DeliveryStatusRes extends MAPReportSM_DeliveryStatusResSeq implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
StoredMSISDN_value
AddressString StoredMSISDN_value
Value of the field storedMSISDN.
-
-
-
Class MAPReportSM_DeliveryStatusResSeq extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn.
-
-
-
Class MAPRequestedEquipmentInfo extends BitStringWithNamedBits implements Serializable
-
Class MAPRequestedInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CurrentLocation_present
boolean CurrentLocation_present
Whether a value for the field currentLocation is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imei_present
boolean Imei_present
Whether a value for the field imei is present. -
LocationInformation_present
boolean LocationInformation_present
Whether a value for the field locationInformation is present. -
MnpRequestedInfo_present
boolean MnpRequestedInfo_present
Whether a value for the field mnpRequestedInfo is present. -
Ms_classmark_present
boolean Ms_classmark_present
Whether a value for the field ms-classmark is present. -
RequestedDomain_value
MAPDomainType RequestedDomain_value
Value of the field requestedDomain. -
RequestedNodes_value
MAPRequestedNodes RequestedNodes_value
Value of the field requestedNodes. -
SubscriberState_present
boolean SubscriberState_present
Whether a value for the field subscriberState is present. -
T_adsData_present
boolean T_adsData_present
Whether a value for the field t-adsData is present.
-
-
-
Class MAPRequestedNodes extends BitStringWithNamedBits implements Serializable
-
Class MAPRequestedSubscriptionInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AdditionalRequestedCAMEL_SubscriptionInfo_value
MAPAdditionalRequestedCAMEL_SubscriptionInfo AdditionalRequestedCAMEL_SubscriptionInfo_value
Value of the field additionalRequestedCAMEL-SubscriptionInfo. -
Clip_Info_present
boolean Clip_Info_present
Whether a value for the field clip-Info is present. -
Clir_Info_present
boolean Clir_Info_present
Whether a value for the field clir-Info is present. -
Csg_SubscriptionDataRequested_present
boolean Csg_SubscriptionDataRequested_present
Whether a value for the field csg-SubscriptionDataRequested is present. -
Cw_Info_present
boolean Cw_Info_present
Whether a value for the field cw-Info is present. -
Ect_Info_present
boolean Ect_Info_present
Whether a value for the field ect-Info is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Hold_Info_present
boolean Hold_Info_present
Whether a value for the field hold-Info is present. -
Msisdn_BS_List_present
boolean Msisdn_BS_List_present
Whether a value for the field msisdn-BS-List is present. -
Odb_present
boolean Odb_present
Whether a value for the field odb is present. -
RequestedCAMEL_SubscriptionInfo_value
MAPRequestedCAMEL_SubscriptionInfo RequestedCAMEL_SubscriptionInfo_value
Value of the field requestedCAMEL-SubscriptionInfo. -
RequestedSS_Info_value
MAPSS_ForBS_Code RequestedSS_Info_value
Value of the field requestedSS-Info. -
SupportedSGSN_CAMEL_Phases_present
boolean SupportedSGSN_CAMEL_Phases_present
Whether a value for the field supportedSGSN-CAMEL-Phases is present. -
SupportedVLR_CAMEL_Phases_present
boolean SupportedVLR_CAMEL_Phases_present
Whether a value for the field supportedVLR-CAMEL-Phases is present.
-
-
-
Class MAPRequestingNodeType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPResetArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Hlr_List_value
IMSIAddress[] Hlr_List_value
Value of the field hlrId. -
Hlr_Number_value
AddressString Hlr_Number_value
Value of the field originatingEntityNumber. -
NetworkResource_value
MAPNetworkResource NetworkResource_value
Value of the field networkResource.
-
-
-
Class MAPResourceLimitationParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPResponseTime extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ResponseTimeCategory_value
MAPResponseTimeCategory ResponseTimeCategory_value
Value of the field responseTimeCategory.
-
-
-
Class MAPResponseTimeCategory extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPRestoreDataArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Lmsi_value
LMSIAddress Lmsi_value
Value of the field lmsi. -
RestorationIndicator_present
boolean RestorationIndicator_present
Whether a value for the field restorationIndicator is present. -
Vlr_Capability_value
MAPVLR_Capability Vlr_Capability_value
Value of the field vlr-Capability.
-
-
-
Class MAPRestoreDataRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Hlr_Number_value
AddressString Hlr_Number_value
Value of the field hlr-Number. -
MsNotReachable_present
boolean MsNotReachable_present
Whether a value for the field msNotReachable is present.
-
-
-
Class MAPResumeCallHandlingArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AllInformationSent_present
boolean AllInformationSent_present
Whether a value for the field allInformationSent is present. -
BasicServiceGroup_value
MAPExt_BasicServiceCode BasicServiceGroup_value
Value of the field basicServiceGroup. -
BasicServiceGroup2_value
MAPExt_BasicServiceCode BasicServiceGroup2_value
Value of the field basicServiceGroup2. -
CallReferenceNumber_value
byte[] CallReferenceNumber_value
Value of the field callReferenceNumber. -
Ccbs_Possible_present
boolean Ccbs_Possible_present
Whether a value for the field ccbs-Possible is present. -
Cug_CheckInfo_value
MAPCUG_CheckInfo Cug_CheckInfo_value
Value of the field cug-CheckInfo. -
D_csi_value
MAPD_CSI D_csi_value
Value of the field d-csi. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ForwardingData_value
MAPForwardingData ForwardingData_value
Value of the field forwardingData. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
MtRoamingRetry_present
boolean MtRoamingRetry_present
Whether a value for the field mtRoamingRetry is present. -
O_BcsmCamelTDPCriteriaList_value
MAPO_BcsmCamelTDP_Criteria[] O_BcsmCamelTDPCriteriaList_value
Value of the field o-BcsmCamelTDPCriteriaList. -
O_CSI_value
MAPO_CSI O_CSI_value
Value of the field o-CSI. -
Uu_Data_value
MAPUU_Data Uu_Data_value
Value of the field uu-Data.
-
-
-
Class MAPResumeCallHandlingRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPRNC_InterfaceList extends BitStringWithNamedBits implements Serializable
-
Class MAPRoamingNotAllowedParam extends MAPRoamingNotAllowedParSeq implements Serializable
-
Serialized Fields
-
AdditionalRoamingNotAllowedCause_value
MAPAdditionalRoamingNotAllowedCause AdditionalRoamingNotAllowedCause_value
Value of the field additionalRoamingNotAllowedCause. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPRoamingNotAllowedParSeq extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
RoamingNotAllowedCause_value
MAPRoamingNotAllowedCause RoamingNotAllowedCause_value
Value of the field roamingNotAllowedCause.
-
-
-
Class MAPRoutingInfoForLCS_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
MlcNumber_value
AddressString MlcNumber_value
Value of the field mlcNumber. -
TargetMS_value
MAPSubscriberIdentity TargetMS_value
Value of the field targetMS.
-
-
-
Class MAPRoutingInfoForLCS_Res extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Additional_v_gmlc_Address_value
GSNAddress Additional_v_gmlc_Address_value
Value of the field additional-v-gmlc-Address. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
H_gmlc_Address_value
GSNAddress H_gmlc_Address_value
Value of the field h-gmlc-Address. -
LcsLocationInfo_value
MAPLCSLocationInfo LcsLocationInfo_value
Value of the field lcsLocationInfo. -
Ppr_Address_value
GSNAddress Ppr_Address_value
Value of the field ppr-Address. -
TargetMS_value
MAPSubscriberIdentity TargetMS_value
Value of the field targetMS. -
V_gmlc_Address_value
GSNAddress V_gmlc_Address_value
Value of the field v-gmlc-Address.
-
-
-
Class MAPRoutingInfoForSM_Arg extends MAPSendRoutingInfoForSMArg implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GprsSupportIndicator_present
boolean GprsSupportIndicator_present
Whether a value for the field gprsSupportIndicator is present. -
Ip_sm_gwGuidanceIndicator_present
boolean Ip_sm_gwGuidanceIndicator_present
Whether a value for the field ip-sm-gwGuidanceIndicator is present. -
Sm_deliveryNotIntended_value
MAPSM_DeliveryNotIntended Sm_deliveryNotIntended_value
Value of the field sm-deliveryNotIntended. -
Sm_RP_MTI_present
boolean Sm_RP_MTI_present
Whether a value for the field sm-RP-MTI is present. -
Sm_RP_MTI_value
int Sm_RP_MTI_value
Value of the field sm-RP-MTI. -
Sm_RP_SMEA_value
byte[] Sm_RP_SMEA_value
Value of the field sm-RP-SMEA.
-
-
-
Class MAPRoutingInfoForSM_Res extends MAPSendRoutingInfoForSMRes implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Ip_sm_gwGuidance_value
MAPIP_SM_GW_Guidance Ip_sm_gwGuidance_value
Value of the field ip-sm-gwGuidance.
-
-
-
Class MAPRUF_Outcome extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPSelectedUMTS_Algorithms extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
EncryptionAlgorithm_value
byte[] EncryptionAlgorithm_value
Value of the field encryptionAlgorithm. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
IntegrityProtectionAlgorithm_value
byte[] IntegrityProtectionAlgorithm_value
Value of the field integrityProtectionAlgorithm.
-
-
-
Class MAPSendAuthenticationInfoArg_v3 extends MAPSendAuthenticationInfoArgSeq implements Serializable
-
Serialized Fields
-
AdditionalVectorsAreForEPS_present
boolean AdditionalVectorsAreForEPS_present
Whether a value for the field additionalVectorsAreForEPS is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ImmediateResponsePreferred_present
boolean ImmediateResponsePreferred_present
Whether a value for the field immediateResponsePreferred is present. -
NumberOfRequestedAdditional_Vectors_present
boolean NumberOfRequestedAdditional_Vectors_present
Whether a value for the field numberOfRequestedAdditional-Vectors is present. -
NumberOfRequestedAdditional_Vectors_value
int NumberOfRequestedAdditional_Vectors_value
Value of the field numberOfRequestedAdditional-Vectors. -
NumberOfRequestedVectors_present
boolean NumberOfRequestedVectors_present
Whether a value for the field numberOfRequestedVectors is present. -
NumberOfRequestedVectors_value
int NumberOfRequestedVectors_value
Value of the field numberOfRequestedVectors. -
Re_synchronisationInfo_value
MAPRe_synchronisationInfo Re_synchronisationInfo_value
Value of the field re-synchronisationInfo. -
RequestingNodeType_value
MAPRequestingNodeType RequestingNodeType_value
Value of the field requestingNodeType. -
RequestingPLMN_Id_value
byte[] RequestingPLMN_Id_value
Value of the field requestingPLMN-Id. -
SegmentationProhibited_present
boolean SegmentationProhibited_present
Whether a value for the field segmentationProhibited is present.
-
-
-
Class MAPSendAuthenticationInfoArgSeq extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi.
-
-
-
Class MAPSendAuthenticationInfoRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPSendAuthenticationInfoRes.Choice choice
Value of the discriminant. -
TripletList_value
MAPAuthenticationSet[] TripletList_value
Value of the field tripletList.
-
-
-
Class MAPSendAuthenticationInfoRes_v3 extends MAPSendAuthenticationInfoResSeq implements Serializable
-
Serialized Fields
-
Eps_AuthenticationSetList_value
MAPEPC_AV[] Eps_AuthenticationSetList_value
Value of the field eps-AuthenticationSetList. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPSendAuthenticationInfoRes.Choice extends NamedInteger implements Serializable
-
Class MAPSendAuthenticationInfoResSeq extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AuthenticationSetList_value
MAPSendAuthenticationInfoRes AuthenticationSetList_value
Value of the field authenticationSetList.
-
-
-
Class MAPSendEndSignal_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPSendEndSignal_Arg.Choice choice
Value of the discriminant. -
R98_value
MAPExternalSignalInfo R98_value
Value of the field r98.
-
-
-
Class MAPSendEndSignal_Arg_v3 extends MAPSendEndSignal_Arg implements Serializable
-
Serialized Fields
-
An_APDU_value
MAPAccessNetworkSignalInfo An_APDU_value
Value of the field an-APDU. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPSendEndSignal_Arg.Choice extends NamedInteger implements Serializable
-
Class MAPSendEndSignal_Res extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPSendGroupCallEndSignalArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AdditionalInfo_value
BitString AdditionalInfo_value
Value of the field additionalInfo. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
TalkerPriority_value
MAPTalkerPriority TalkerPriority_value
Value of the field talkerPriority.
-
-
-
Class MAPSendGroupCallEndSignalRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPSendGroupCallInfoArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AdditionalInfo_value
BitString AdditionalInfo_value
Value of the field additionalInfo. -
CellId_value
CellGlobalId CellId_value
Value of the field cellId. -
Cksn_value
Cksn Cksn_value
Value of the field cksn. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GroupId_value
byte[] GroupId_value
Value of the field groupId. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
RequestedInfo_value
MAPGroupRequestedInfo RequestedInfo_value
Value of the field requestedInfo. -
TalkerPriority_value
MAPTalkerPriority TalkerPriority_value
Value of the field talkerPriority. -
Teleservice_value
byte[] Teleservice_value
Value of the field teleservice. -
Tmsi_value
byte[] Tmsi_value
Value of the field tmsi.
-
-
-
Class MAPSendGroupCallInfoRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AdditionalInfo_value
BitString AdditionalInfo_value
Value of the field additionalInfo. -
AdditionalSubscriptions_value
MAPAdditionalSubscriptions AdditionalSubscriptions_value
Value of the field additionalSubscriptions. -
AnchorMSC_Address_value
AddressString AnchorMSC_Address_value
Value of the field anchorMSC-Address. -
AsciCallReference_value
byte[] AsciCallReference_value
Value of the field asciCallReference. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Kc_value
byte[] Kc_value
Value of the field kc.
-
-
-
Class MAPSendIdentificationArg extends MAPSendIdentificationArgSeq implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
HopCounter_present
boolean HopCounter_present
Whether a value for the field hopCounter is present. -
HopCounter_value
int HopCounter_value
Value of the field hopCounter. -
Msc_Number_value
AddressString Msc_Number_value
Value of the field msc-Number. -
NumberOfRequestedVectors_present
boolean NumberOfRequestedVectors_present
Whether a value for the field numberOfRequestedVectors is present. -
NumberOfRequestedVectors_value
int NumberOfRequestedVectors_value
Value of the field numberOfRequestedVectors. -
Previous_LAI_value
LocationAreaId Previous_LAI_value
Value of the field previous-LAI. -
SegmentationProhibited_present
boolean SegmentationProhibited_present
Whether a value for the field segmentationProhibited is present.
-
-
-
Class MAPSendIdentificationArgSeq extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Tmsi_value
byte[] Tmsi_value
Value of the field tmsi.
-
-
-
Class MAPSendIdentificationRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AuthenticationSetList_v2_value
MAPAuthenticationSet[] AuthenticationSetList_v2_value
Value of the field authenticationSetList. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi.
-
-
-
Class MAPSendIdentificationRes_v3 extends MAPSendIdentificationRes implements Serializable
-
Serialized Fields
-
AuthenticationSetList_value
MAPAuthenticationSetList_v3 AuthenticationSetList_value
Value of the field authenticationSetList. -
CurrentSecurityContext_value
MAPCurrentSecurityContext CurrentSecurityContext_value
Value of the field currentSecurityContext. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPSendParametersArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
RequestParameters_value
MAPRequestParameter[] RequestParameters_value
Value of the field requestParameters. -
SubscriberId_value
MAPSubscriberId SubscriberId_value
Value of the field subscriberId.
-
-
-
Class MAPSendRoutingInfoArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AdditionalSignalInfo_value
MAPExt_ExternalSignalInfo AdditionalSignalInfo_value
Value of the field additionalSignalInfo. -
AlertingPattern_value
byte[] AlertingPattern_value
Value of the field alertingPattern. -
BasicServiceGroup_value
MAPExt_BasicServiceCode BasicServiceGroup_value
Value of the field basicServiceGroup. -
BasicServiceGroup2_value
MAPExt_BasicServiceCode BasicServiceGroup2_value
Value of the field basicServiceGroup2. -
CallDiversionTreatmentIndicator_value
Treatment CallDiversionTreatmentIndicator_value
Value of the field callDiversionTreatmentIndicator. -
CallPriority_present
boolean CallPriority_present
Whether a value for the field callPriority is present. -
CallPriority_value
int CallPriority_value
Value of the field callPriority. -
CallReferenceNumber_value
byte[] CallReferenceNumber_value
Value of the field callReferenceNumber. -
CamelInfo_value
MAPCamelInfo CamelInfo_value
Value of the field camelInfo. -
Ccbs_Call_present
boolean Ccbs_Call_present
Whether a value for the field ccbs-Call is present. -
Cug_CheckInfo_value
MAPCUG_CheckInfo Cug_CheckInfo_value
Value of the field cug-CheckInfo. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ForwardingReason_value
MAPForwardingReason ForwardingReason_value
Value of the field forwardingReason. -
Gmsc_OrGsmSCF_Address_value
AddressString Gmsc_OrGsmSCF_Address_value
Value of the field gmsc-OrGsmSCF-Address. -
GsmSCF_InitiatedCall_present
boolean GsmSCF_InitiatedCall_present
Whether a value for the field gsmSCF-InitiatedCall is present. -
InterrogationType_value
MAPInterrogationType InterrogationType_value
Value of the field interrogationType. -
IstSupportIndicator_value
MAPIST_SupportIndicator IstSupportIndicator_value
Value of the field istSupportIndicator. -
LongFTN_Supported_present
boolean LongFTN_Supported_present
Whether a value for the field longFTN-Supported is present. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
MtRoamingRetrySupported_present
boolean MtRoamingRetrySupported_present
Whether a value for the field mtRoamingRetrySupported is present. -
NetworkSignalInfo_value
MAPExternalSignalInfo NetworkSignalInfo_value
Value of the field networkSignalInfo. -
NetworkSignalInfo2_value
MAPExternalSignalInfo NetworkSignalInfo2_value
Value of the field networkSignalInfo2. -
NumberOfForwarding_present
boolean NumberOfForwarding_present
Whether a value for the field numberOfForwarding is present. -
NumberOfForwarding_value
int NumberOfForwarding_value
Value of the field numberOfForwarding. -
Or_Capability_present
boolean Or_Capability_present
Whether a value for the field or-Capability is present. -
Or_Capability_value
int Or_Capability_value
Value of the field or-Capability. -
Or_Interrogation_present
boolean Or_Interrogation_present
Whether a value for the field or-Interrogation is present. -
Pre_pagingSupported_present
boolean Pre_pagingSupported_present
Whether a value for the field pre-pagingSupported is present. -
SupportedCCBS_Phase_present
boolean SupportedCCBS_Phase_present
Whether a value for the field supportedCCBS-Phase is present. -
SupportedCCBS_Phase_value
int SupportedCCBS_Phase_value
Value of the field supportedCCBS-Phase. -
Suppress_VT_CSI_present
boolean Suppress_VT_CSI_present
Whether a value for the field suppress-VT-CSI is present. -
SuppressIncomingCallBarring_present
boolean SuppressIncomingCallBarring_present
Whether a value for the field suppressIncomingCallBarring is present. -
SuppressionOfAnnouncement_present
boolean SuppressionOfAnnouncement_present
Whether a value for the field suppressionOfAnnouncement is present. -
SuppressMTSS_value
MAPSuppressMTSS SuppressMTSS_value
Value of the field suppressMTSS.
-
-
-
Class MAPSendRoutingInfoForGprsArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Ggsn_Address_value
GSNAddress Ggsn_Address_value
Value of the field ggsn-Address. -
Ggsn_Number_value
AddressString Ggsn_Number_value
Value of the field ggsn-Number. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi.
-
-
-
Class MAPSendRoutingInfoForGprsRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Ggsn_Address_value
GSNAddress Ggsn_Address_value
Value of the field ggsn-Address. -
MobileNotReachableReason_present
boolean MobileNotReachableReason_present
Whether a value for the field mobileNotReachableReason is present. -
MobileNotReachableReason_value
int MobileNotReachableReason_value
Value of the field mobileNotReachableReason. -
Sgsn_Address_value
GSNAddress Sgsn_Address_value
Value of the field sgsn-Address.
-
-
-
Class MAPSendRoutingInfoForSMArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Cug_Interlock_value
CUGInterLockCode Cug_Interlock_value
Value of the field cug-Interlock. -
Msisdn_value
AddressString Msisdn_value
Value of the field msIsdn. -
ServiceCentreAddress_value
AddressString ServiceCentreAddress_value
Value of the field serviceCentreAddress. -
Sm_RP_PRI_present
boolean Sm_RP_PRI_present
Whether a value for the field sm-RP-PRI is present. -
Sm_RP_PRI_value
boolean Sm_RP_PRI_value
Value of the field sm-RP-PRI. -
TeleserviceCode_value
byte[] TeleserviceCode_value
Value of the field teleserviceCode.
-
-
-
Class MAPSendRoutingInfoForSMRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
LocationOrForwarding_value
MAPLocationOrForwarding LocationOrForwarding_value
Value of the field locationOrForwarding. -
Mwd_Set_present
boolean Mwd_Set_present
Whether a value for the field mwd-Set is present. -
Mwd_Set_value
boolean Mwd_Set_value
Value of the field mwd-Set.
-
-
-
Class MAPSendRoutingInfoRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Cug_CheckInfo_value
MAPCUG_CheckInfo Cug_CheckInfo_value
Value of the field cug-CheckInfo. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
RoutingInfo_value
MAPExtendedRoutingInfo RoutingInfo_value
Value of the field routingInfo.
-
-
-
Class MAPSendRoutingInfoRes_v3 extends MAPSendRoutingInfoRes implements Serializable
-
Serialized Fields
-
AllowedServices_value
MAPAllowedServices AllowedServices_value
Value of the field allowedServices. -
BasicService_value
MAPExt_BasicServiceCode BasicService_value
Value of the field basicService. -
BasicService2_value
MAPExt_BasicServiceCode BasicService2_value
Value of the field basicService2. -
Ccbs_Indicators_value
MAPCCBS_Indicators Ccbs_Indicators_value
Value of the field ccbs-Indicators. -
CugSubscriptionFlag_present
boolean CugSubscriptionFlag_present
Whether a value for the field cugSubscriptionFlag is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
ForwardingInterrogationRequired_present
boolean ForwardingInterrogationRequired_present
Whether a value for the field forwardingInterrogationRequired is present. -
Gsm_BearerCapability_value
MAPExternalSignalInfo Gsm_BearerCapability_value
Value of the field gsm-BearerCapability. -
IstAlertTimer_present
boolean IstAlertTimer_present
Whether a value for the field istAlertTimer is present. -
IstAlertTimer_value
int IstAlertTimer_value
Value of the field istAlertTimer. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
Naea_PreferredCI_value
MAPNAEA_PreferredCI Naea_PreferredCI_value
Value of the field naea-PreferredCI. -
NumberPortabilityStatus_value
MAPNumberPortabilityStatus NumberPortabilityStatus_value
Value of the field numberPortabilityStatus. -
OfferedCamel4CSIsInVMSC_value
MAPOfferedCamel4CSIs OfferedCamel4CSIsInVMSC_value
Value of the field offeredCamel4CSIsInVMSC. -
ReleaseResourcesSupported_present
boolean ReleaseResourcesSupported_present
Whether a value for the field releaseResourcesSupported is present. -
RoutingInfo2_value
MAPExtendedRoutingInfo RoutingInfo2_value
Value of the field routingInfo2. -
Ss_List_value
SSCode[] Ss_List_value
Value of the field ss-List. -
Ss_List2_value
SSCode[] Ss_List2_value
Value of the field ss-List2. -
SubscriberInfo_value
MAPSubscriberInfo SubscriberInfo_value
Value of the field subscriberInfo. -
SupportedCamelPhasesInVMSC_value
MAPSupportedCamelPhases SupportedCamelPhasesInVMSC_value
Value of the field supportedCamelPhasesInVMSC. -
UnavailabilityCause_value
MAPUnavailabilityCause UnavailabilityCause_value
Value of the field unavailabilityCause. -
Vmsc_Address_value
AddressString Vmsc_Address_value
Value of the field vmsc-Address.
-
-
-
Class MAPSendRoutingInformationArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Cug_Interlock_value
CUGInterLockCode Cug_Interlock_value
Value of the field cug-Interlock. -
MsIsdn_value
AddressString MsIsdn_value
Value of the field msIsdn. -
NetworkSignalInfo_value
MAPExternalSignalInfo NetworkSignalInfo_value
Value of the field networkSignalInfo. -
NumberOfForwarding_present
boolean NumberOfForwarding_present
Whether a value for the field numberOfForwarding is present. -
NumberOfForwarding_value
int NumberOfForwarding_value
Value of the field numberOfForwarding.
-
-
-
Class MAPSendRoutingInformationRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
RoutingInfo_value
MAPSendRoutingInformationRes.RoutingInfo RoutingInfo_value
Value of the field routingInfo.
-
-
-
Class MAPSendRoutingInformationRes.RoutingInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPSendRoutingInformationRes.RoutingInfo.Choice choice
Value of the discriminant. -
ForwardingData_value
MAPForwardingData ForwardingData_value
Value of the field forwardingData. -
RoamingNumber_value
AddressString RoamingNumber_value
Value of the field roamingNumber.
-
-
-
Class MAPSentParameter extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AuthenticationSet_value
MAPAuthenticationSet AuthenticationSet_value
Value of the field authenticationSet. -
choice
MAPSentParameter.Choice choice
Value of the discriminant. -
Cug_information_value
MAPCUG_Information Cug_information_value
Value of the field cug-information. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Ki_value
byte[] Ki_value
Value of the field ki. -
SusbcriberData_value
MAPSubscriberData SusbcriberData_value
Value of the field susbcriberData.
-
-
-
Class MAPServiceIndicator extends BitStringWithNamedBits implements Serializable
-
Class MAPServiceType extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Gmlc_Restriction_value
MAPGMLC_Restriction Gmlc_Restriction_value
Value of the field gmlc-Restriction. -
NotificationToMSUser_value
MAPNotificationToMSUser NotificationToMSUser_value
Value of the field notificationToMSUser. -
ServiceTypeIdentity_present
boolean ServiceTypeIdentity_present
Whether a value for the field serviceTypeIdentity is present. -
ServiceTypeIdentity_value
int ServiceTypeIdentity_value
Value of the field serviceTypeIdentity.
-
-
-
Class MAPServingNode extends BitStringWithNamedBits implements Serializable
-
Class MAPServingNodeAddress extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPServingNodeAddress.Choice choice
Value of the discriminant. -
Mme_Number_value
byte[] Mme_Number_value
Value of the field mme-Number. -
Msc_Number_value
AddressString Msc_Number_value
Value of the field msc-Number. -
Sgsn_Number_value
AddressString Sgsn_Number_value
Value of the field sgsn-Number.
-
-
-
Class MAPSetReportingStateArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ccbs_Monitoring_value
MAPReportingState Ccbs_Monitoring_value
Value of the field ccbs-Monitoring. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Lmsi_value
LMSIAddress Lmsi_value
Value of the field lmsi.
-
-
-
Class MAPSetReportingStateRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ccbs_SubscriberStatus_value
MAPCCBS_SubscriberStatus Ccbs_SubscriberStatus_value
Value of the field ccbs-SubscriberStatus. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPSGSN_CAMEL_SubscriptionInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Gprs_CSI_value
MAPGPRS_CSI Gprs_CSI_value
Value of the field gprs-CSI. -
Mg_csi_value
MAPMG_CSI Mg_csi_value
Value of the field mg-csi. -
Mo_sms_CSI_value
MAPSMS_CSI Mo_sms_CSI_value
Value of the field mo-sms-CSI. -
Mt_sms_CSI_value
MAPSMS_CSI Mt_sms_CSI_value
Value of the field mt-sms-CSI. -
Mt_smsCAMELTDP_CriteriaList_value
MAPMT_smsCAMELTDP_Criteria[] Mt_smsCAMELTDP_CriteriaList_value
Value of the field mt-smsCAMELTDP-CriteriaList.
-
-
-
Class MAPSGSN_Capability extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GprsEnhancementsSupportIndicator_present
boolean GprsEnhancementsSupportIndicator_present
Whether a value for the field gprsEnhancementsSupportIndicator is present. -
HomogeneousSupportOfIMSVoiceOverPSSessions_present
boolean HomogeneousSupportOfIMSVoiceOverPSSessions_present
Whether a value for the field homogeneousSupportOfIMSVoiceOverPSSessions is present. -
HomogeneousSupportOfIMSVoiceOverPSSessions_value
boolean HomogeneousSupportOfIMSVoiceOverPSSessions_value
Value of the field homogeneousSupportOfIMSVoiceOverPSSessions. -
OfferedCamel4CSIs_value
MAPOfferedCamel4CSIs OfferedCamel4CSIs_value
Value of the field offeredCamel4CSIs. -
SmsCallBarringSupportIndicator_present
boolean SmsCallBarringSupportIndicator_present
Whether a value for the field smsCallBarringSupportIndicator is present. -
SolsaSupportIndicator_present
boolean SolsaSupportIndicator_present
Whether a value for the field solsaSupportIndicator is present. -
SuperChargerSupportedInServingNetworkEntity_value
MAPSuperChargerInfo SuperChargerSupportedInServingNetworkEntity_value
Value of the field superChargerSupportedInServingNetworkEntity. -
SupportedCamelPhases_value
MAPSupportedCamelPhases SupportedCamelPhases_value
Value of the field supportedCamelPhases. -
SupportedFeatures_value
MAPSupportedFeatures SupportedFeatures_value
Value of the field supportedFeatures. -
SupportedLCS_CapabilitySets_value
MAPSupportedLCS_CapabilitySets SupportedLCS_CapabilitySets_value
Value of the field supportedLCS-CapabilitySets. -
SupportedRAT_TypesIndicator_value
MAPSupportedRAT_Types SupportedRAT_TypesIndicator_value
Value of the field supportedRAT-TypesIndicator. -
T_adsDataRetrieval_present
boolean T_adsDataRetrieval_present
Whether a value for the field t-adsDataRetrieval is present.
-
-
-
Class MAPSGSN_EventList extends BitStringWithNamedBits implements Serializable
-
Class MAPSGSN_InterfaceList extends BitStringWithNamedBits implements Serializable
-
Class MAPSGW_EventList extends BitStringWithNamedBits implements Serializable
-
Class MAPSGW_InterfaceList extends BitStringWithNamedBits implements Serializable
-
Class MAPShortTermDenialParam extends AbstractFieldsObject implements Serializable
-
Class MAPSIWFSSignallingModifyArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ChannelType_value
MAPExternalSignalInfo ChannelType_value
Value of the field channelType. -
ChosenChannel_value
MAPExternalSignalInfo ChosenChannel_value
Value of the field chosenChannel. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPSIWFSSignallingModifyRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ChosenChannel_value
MAPExternalSignalInfo ChosenChannel_value
Value of the field chosenChannel. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPSLR_Arg_PCS_Extensions extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Na_ESRK_Request_present
boolean Na_ESRK_Request_present
Whether a value for the field na-ESRK-Request is present.
-
-
-
Class MAPSLR_ArgExtensionContainer extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
PrivateExtensionList_value
MAPPrivateExtension[] PrivateExtensionList_value
Value of the field privateExtensionList. -
Slr_Arg_PCS_Extensions_value
MAPSLR_Arg_PCS_Extensions Slr_Arg_PCS_Extensions_value
Value of the field slr-Arg-PCS-Extensions.
-
-
-
Class MAPSM_DeliveryFailureCause extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPSM_DeliveryFailureCause.Choice choice
Value of the discriminant. -
Sm_DeliveryFailureCauseWithDiagnostic_value
MAPSM_DeliveryFailureCauseWithDiagnostic Sm_DeliveryFailureCauseWithDiagnostic_value
Value of the field sm-DeliveryFailureCauseWithDiagnostic. -
Sm_EnumeratedDeliveryFailureCause_value
MAPSM_EnumeratedDeliveryFailureCause Sm_EnumeratedDeliveryFailureCause_value
Value of the field sm-EnumeratedDeliveryFailureCause.
-
-
-
Class MAPSM_DeliveryFailureCauseWithDiagnostic extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DiagnosticInfo_value
SMSTPDU DiagnosticInfo_value
Value of the field diagnosticInfo. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Sm_EnumeratedDeliveryFailureCause_value
MAPSM_EnumeratedDeliveryFailureCause Sm_EnumeratedDeliveryFailureCause_value
Value of the field sm-EnumeratedDeliveryFailureCause.
-
-
-
Class MAPSM_DeliveryNotIntended extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPSM_RP_DA extends MAPSM_RP_DA_v1 implements Serializable
-
Class MAPSM_RP_DA_v1 extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPSM_RP_DA_v1.Choice choice
Value of the discriminant. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Lmsi_value
LMSIAddress Lmsi_value
Value of the field lMsId. -
RoamingNumber_value
AddressString RoamingNumber_value
Value of the field roamingNumber. -
ServiceCentreAddressDA_value
AddressString ServiceCentreAddressDA_value
Value of the field serviceCentreAddress.
-
-
-
Class MAPSM_RP_DA_v1.Choice extends NamedInteger implements Serializable
-
Class MAPSM_RP_DA.Choice extends MAPSM_RP_DA_v1.Choice implements Serializable
-
Class MAPSM_RP_OA extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPSM_RP_OA.Choice choice
Value of the discriminant. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
ServiceCentreAddressOA_value
AddressString ServiceCentreAddressOA_value
Value of the field serviceCentreAddressOA.
-
-
-
Class MAPSMS_CAMEL_TDP_Data extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DefaultSMS_Handling_value
MAPDefaultSMS_Handling DefaultSMS_Handling_value
Value of the field defaultSMS-Handling. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GsmSCF_Address_value
AddressString GsmSCF_Address_value
Value of the field gsmSCF-Address. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey. -
Sms_TriggerDetectionPoint_value
MAPSMS_TriggerDetectionPoint Sms_TriggerDetectionPoint_value
Value of the field sms-TriggerDetectionPoint.
-
-
-
Class MAPSMS_CSI extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CamelCapabilityHandling_present
boolean CamelCapabilityHandling_present
Whether a value for the field camelCapabilityHandling is present. -
CamelCapabilityHandling_value
int CamelCapabilityHandling_value
Value of the field camelCapabilityHandling. -
Csi_Active_present
boolean Csi_Active_present
Whether a value for the field csi-Active is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
Sms_CAMEL_TDP_DataList_value
MAPSMS_CAMEL_TDP_Data[] Sms_CAMEL_TDP_DataList_value
Value of the field sms-CAMEL-TDP-DataList.
-
-
-
Class MAPSMS_TriggerDetectionPoint extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPSpecificAPNInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Apn_value
AccessPointName Apn_value
Value of the field apn. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Pdn_gw_Identity_value
MAPPDN_GW_Identity Pdn_gw_Identity_value
Value of the field pdn-gw-Identity.
-
-
-
Class MAPSpecificCSI_Withdraw extends BitStringWithNamedBits implements Serializable
-
Class MAPSS_CamelData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GsmSCF_Address_value
AddressString GsmSCF_Address_value
Value of the field gsmSCF-Address. -
Ss_EventList_value
SSCode[] Ss_EventList_value
Value of the field ss-EventList.
-
-
-
Class MAPSS_CSI extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Csi_Active_present
boolean Csi_Active_present
Whether a value for the field csi-Active is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
Ss_CamelData_value
MAPSS_CamelData Ss_CamelData_value
Value of the field ss-CamelData.
-
-
-
Class MAPSS_Data extends MAPSS_Data_v1 implements Serializable
-
Serialized Fields
-
BasicServiceGroupList_value
MAPBasicServiceCode[] BasicServiceGroupList_value
Value of the field basicServiceGroupList. -
DefaultPriority_present
boolean DefaultPriority_present
Whether a value for the field defaultPriority is present. -
DefaultPriority_value
int DefaultPriority_value
Value of the field defaultPriority. -
NbrUser_present
boolean NbrUser_present
Whether a value for the field nbrUser is present. -
NbrUser_value
int NbrUser_value
Value of the field nbrUser. -
Ss_SubscriptionOption_value
MAPSS_SubscriptionOption Ss_SubscriptionOption_value
Value of the field ss-SubscriptionOption.
-
-
-
Class MAPSS_Data_v1 extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status. -
Ss_SubscriptionOption_v1_value
MAPSS_SubscriptionOption_v1 Ss_SubscriptionOption_v1_value
Value of the field ss-SubscriptionOption-v1.
-
-
-
Class MAPSS_ForBS_Code extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicService_value
MAPBasicServiceCode BasicService_value
Value of the field basicService. -
LongFTN_Supported_present
boolean LongFTN_Supported_present
Whether a value for the field longFTN-Supported is present. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code.
-
-
-
Class MAPSS_IncompatibilityCause extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicService_value
MAPBasicServiceCode BasicService_value
Value of the field basicService. -
Ss_Code_value
SSCode Ss_Code_value
Value of the field ss-Code. -
Ss_Status_value
byte[] Ss_Status_value
Value of the field ss-Status.
-
-
-
Class MAPSS_Info extends MAPSS_Information implements Serializable
-
Serialized Fields
-
Ss_Data_value
MAPSS_Data Ss_Data_value
Value of the field ss-Data.
-
-
-
Class MAPSS_Info.Choice extends MAPSS_Information.Choice implements Serializable
-
Class MAPSS_Information extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallBarringInfo_value
MAPCallBarringInfo CallBarringInfo_value
Value of the field callBarringInfo. -
choice
MAPSS_Information.Choice choice
Value of the discriminant. -
Cug_Information_value
MAPCUG_Information Cug_Information_value
Value of the field cug-Information. -
ForwardingInfo_value
MAPForwardingInfo ForwardingInfo_value
Value of the field forwardingInfo. -
Ss_Data_v1_value
MAPSS_Data_v1 Ss_Data_v1_value
Value of the field ss-Data-v1.
-
-
-
Class MAPSS_Information.Choice extends NamedInteger implements Serializable
-
Class MAPSS_InvocationNotificationArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
B_subscriberNumber_value
AddressString B_subscriberNumber_value
Value of the field b-subscriberNumber. -
Ccbs_RequestState_value
MAPCCBS_RequestState Ccbs_RequestState_value
Value of the field ccbs-RequestState. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
Ss_Event_value
SSCode Ss_Event_value
Value of the field ss-Event. -
Ss_EventSpecification_value
AddressString[] Ss_EventSpecification_value
Value of the field ss-EventSpecification.
-
-
-
Class MAPSS_InvocationNotificationRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPSS_NotAvailableParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPSS_SubscriptionOption extends MAPSS_SubscriptionOption_v1 implements Serializable
-
Serialized Fields
-
CliRestrictionOption_value
MAPCliRestrictionOption CliRestrictionOption_value
Value of the field cliRestrictionOption. -
OverrideCategory_value
MAPOverrideCategory OverrideCategory_value
Value of the field overrideCategory.
-
-
-
Class MAPSS_SubscriptionOption_v1 extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPSS_SubscriptionOption_v1.Choice choice
Value of the discriminant. -
HuntGroupAccessSelectionOrder_value
MAPHuntGroupAccessSelectionOrder HuntGroupAccessSelectionOrder_value
Value of the field huntGroupAccessSelectionOrder. -
MaximumConfereesNumber_value
int MaximumConfereesNumber_value
Value of the field maximumConfereesNumber. -
NotificationToHeldRetrievedParty_value
boolean NotificationToHeldRetrievedParty_value
Value of the field notificationToHeldRetrievedParty. -
PerCallBasis_value
boolean PerCallBasis_value
Value of the field perCallBasis. -
UserToUserServiceIndicator_value
byte[] UserToUserServiceIndicator_value
Value of the field userToUserServiceIndicator.
-
-
-
Class MAPSS_SubscriptionOption_v1.Choice extends NamedInteger implements Serializable
-
Class MAPSS_SubscriptionOption.Choice extends MAPSS_SubscriptionOption_v1.Choice implements Serializable
-
Class MAPSS_SubscriptionViolationParam extends MAPSS_SubscriptionOption_v1 implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPStateAttributes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallOriginator_present
boolean CallOriginator_present
Whether a value for the field callOriginator is present. -
DownlinkAttached_present
boolean DownlinkAttached_present
Whether a value for the field downlinkAttached is present. -
DualCommunication_present
boolean DualCommunication_present
Whether a value for the field dualCommunication is present. -
UplinkAttached_present
boolean UplinkAttached_present
Whether a value for the field uplinkAttached is present.
-
-
-
Class MAPStatusReportArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallReportdata_value
MAPCallReportData CallReportdata_value
Value of the field callReportdata. -
EventReportData_value
MAPEventReportData EventReportData_value
Value of the field eventReportData. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi.
-
-
-
Class MAPStatusReportRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPSubBusyForMT_SMS_Param extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GprsConnectionSuspended_present
boolean GprsConnectionSuspended_present
Whether a value for the field gprsConnectionSuspended is present.
-
-
-
Class MAPSubscriberData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BearerServiceList_value
byte[][] BearerServiceList_value
Value of the field bearerServiceList. -
Category_value
byte[] Category_value
Value of the field category. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
Odb_Data_value
MAPODB_Data Odb_Data_value
Value of the field odb-Data. -
ProvisionedSS_value
MAPExt_SS_Info[] ProvisionedSS_value
Value of the field provisionedSS. -
RegionalSubscriptionData_value
byte[][] RegionalSubscriptionData_value
Value of the field regionalSubscriptionData. -
RoamingRestrictionDueToUnsupportedFeature_present
boolean RoamingRestrictionDueToUnsupportedFeature_present
Whether a value for the field roamingRestrictionDueToUnsupportedFeature is present. -
SubscriberStatus_value
MAPSubscriberStatus SubscriberStatus_value
Value of the field subscriberStatus. -
TeleserviceList_value
byte[][] TeleserviceList_value
Value of the field teleserviceList. -
VbsSubscriptionData_value
MAPVoiceBroadcastData[] VbsSubscriptionData_value
Value of the field vbsSubscriptionData. -
VgcsSubscriptionData_value
MAPVoiceGroupCallData[] VgcsSubscriptionData_value
Value of the field vgcsSubscriptionData. -
VlrCamelSubscriptionInfo_value
MAPVlrCamelSubscriptionInfo VlrCamelSubscriptionInfo_value
Value of the field vlrCamelSubscriptionInfo.
-
-
-
Class MAPSubscriberId extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPSubscriberId.Choice choice
Value of the discriminant. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Tmsi_value
byte[] Tmsi_value
Value of the field tmsi.
-
-
-
Class MAPSubscriberIdentity extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPSubscriberIdentity.Choice choice
Value of the discriminant. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn.
-
-
-
Class MAPSubscriberInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Eps_SubscriberState_value
MAPPS_SubscriberState Eps_SubscriberState_value
Value of the field eps-SubscriberState. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Gprs_MS_Class_value
MAPGPRSMSClass Gprs_MS_Class_value
Value of the field gprs-MS-Class. -
Imei_value
IMEIAddress Imei_value
Value of the field imei. -
ImsVoiceOverPS_SessionsIndication_value
MAPIMS_VoiceOverPS_SessionsInd ImsVoiceOverPS_SessionsIndication_value
Value of the field imsVoiceOverPS-SessionsIndication. -
LastRAT_Type_value
MAPUsed_RAT_Type LastRAT_Type_value
Value of the field lastRAT-Type. -
LastUE_ActivityTime_value
byte[] LastUE_ActivityTime_value
Value of the field lastUE-ActivityTime. -
LocationInformation_value
MAPLocationInformation LocationInformation_value
Value of the field locationInformation. -
LocationInformationEPS_value
MAPLocationInformationEPS LocationInformationEPS_value
Value of the field locationInformationEPS. -
LocationInformationGPRS_value
MAPLocationInformationGPRS LocationInformationGPRS_value
Value of the field locationInformationGPRS. -
MnpInfoRes_value
MAPMNPInfoRes MnpInfoRes_value
Value of the field mnpInfoRes. -
Ms_Classmark2_value
byte[] Ms_Classmark2_value
Value of the field ms-Classmark2. -
Ps_SubscriberState_value
MAPPS_SubscriberState Ps_SubscriberState_value
Value of the field ps-SubscriberState. -
SubscriberState_value
MAPSubscriberState SubscriberState_value
Value of the field subscriberState.
-
-
-
Class MAPSubscriberLocationReport_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AccuracyFulfilmentIndicator_value
MAPAccuracyFulfilmentIndicator AccuracyFulfilmentIndicator_value
Value of the field accuracyFulfilmentIndicator. -
Add_LocationEstimate_value
byte[] Add_LocationEstimate_value
Value of the field add-LocationEstimate. -
AgeOfLocationEstimate_present
boolean AgeOfLocationEstimate_present
Whether a value for the field ageOfLocationEstimate is present. -
AgeOfLocationEstimate_value
int AgeOfLocationEstimate_value
Value of the field ageOfLocationEstimate. -
CellIdOrSai_value
MAPCellGlobalIdOrServiceAreaIdOrLAI CellIdOrSai_value
Value of the field cellIdOrSai. -
Deferredmt_lrData_value
MAPDeferredmt_lrData Deferredmt_lrData_value
Value of the field deferredmt-lrData. -
GeranGANSSpositioningData_value
byte[] GeranGANSSpositioningData_value
Value of the field geranGANSSpositioningData. -
GeranPositioningData_value
byte[] GeranPositioningData_value
Value of the field geranPositioningData. -
H_gmlc_Address_value
GSNAddress H_gmlc_Address_value
Value of the field h-gmlc-Address. -
Imei_value
IMEIAddress Imei_value
Value of the field imei. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
Lcs_ClientID_value
MAPLCS_ClientID Lcs_ClientID_value
Value of the field lcs-ClientID. -
Lcs_Event_value
MAPLCS_Event Lcs_Event_value
Value of the field lcs-Event. -
Lcs_ReferenceNumber_value
byte[] Lcs_ReferenceNumber_value
Value of the field lcs-ReferenceNumber. -
LcsLocationInfo_value
MAPLCSLocationInfo LcsLocationInfo_value
Value of the field lcsLocationInfo. -
LcsServiceTypeID_present
boolean LcsServiceTypeID_present
Whether a value for the field lcsServiceTypeID is present. -
LcsServiceTypeID_value
int LcsServiceTypeID_value
Value of the field lcsServiceTypeID. -
LocationEstimate_value
byte[] LocationEstimate_value
Value of the field locationEstimate. -
Mo_lrShortCircuitIndicator_present
boolean Mo_lrShortCircuitIndicator_present
Whether a value for the field mo-lrShortCircuitIndicator is present. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
Na_ESRD_value
AddressString Na_ESRD_value
Value of the field na-ESRD. -
Na_ESRK_value
AddressString Na_ESRK_value
Value of the field na-ESRK. -
PeriodicLDRInfo_value
MAPPeriodicLDRInfo PeriodicLDRInfo_value
Value of the field periodicLDRInfo. -
PseudonymIndicator_present
boolean PseudonymIndicator_present
Whether a value for the field pseudonymIndicator is present. -
Sai_Present_present
boolean Sai_Present_present
Whether a value for the field sai-Present is present. -
SequenceNumber_present
boolean SequenceNumber_present
Whether a value for the field sequenceNumber is present. -
SequenceNumber_value
int SequenceNumber_value
Value of the field sequenceNumber. -
Slr_ArgExtensionContainer_value
MAPSLR_ArgExtensionContainer Slr_ArgExtensionContainer_value
Value of the field slr-ArgExtensionContainer. -
TargetServingNodeForHandover_value
MAPServingNodeAddress TargetServingNodeForHandover_value
Value of the field targetServingNodeForHandover. -
UtranGANSSpositioningData_value
byte[] UtranGANSSpositioningData_value
Value of the field utranGANSSpositioningData. -
UtranPositioningData_value
byte[] UtranPositioningData_value
Value of the field utranPositioningData. -
VelocityEstimate_value
byte[] VelocityEstimate_value
Value of the field velocityEstimate.
-
-
-
Class MAPSubscriberLocationReport_Res extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
H_gmlc_Address_value
GSNAddress H_gmlc_Address_value
Value of the field h-gmlc-Address. -
Lcs_ReferenceNumber_value
byte[] Lcs_ReferenceNumber_value
Value of the field lcs-ReferenceNumber. -
Mo_lrShortCircuitIndicator_present
boolean Mo_lrShortCircuitIndicator_present
Whether a value for the field mo-lrShortCircuitIndicator is present. -
Na_ESRD_value
AddressString Na_ESRD_value
Value of the field na-ESRD. -
Na_ESRK_value
AddressString Na_ESRK_value
Value of the field na-ESRK. -
ReportingPLMNList_value
MAPReportingPLMNList ReportingPLMNList_value
Value of the field reportingPLMNList.
-
-
-
Class MAPSubscriberState extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPSubscriberState.Choice choice
Value of the discriminant. -
NetDetNotReachable_value
MAPNotReachableReason NetDetNotReachable_value
Value of the field netDetNotReachable.
-
-
-
Class MAPSuperChargerInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPSuperChargerInfo.Choice choice
Value of the discriminant. -
SubscriberDataStored_value
byte[] SubscriberDataStored_value
Value of the field subscriberDataStored.
-
-
-
Class MAPSupportedCamelPhases extends BitStringWithNamedBits implements Serializable
-
Class MAPSupportedCodecsList extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GeranCodecList_value
MAPCodecList GeranCodecList_value
Value of the field geranCodecList. -
UtranCodecList_value
MAPCodecList UtranCodecList_value
Value of the field utranCodecList.
-
-
-
Class MAPSupportedFeatures extends BitStringWithNamedBits implements Serializable
-
Class MAPSupportedGADShapes extends BitStringWithNamedBits implements Serializable
-
Class MAPSupportedLCS_CapabilitySets extends BitStringWithNamedBits implements Serializable
-
Class MAPSupportedRAT_Types extends BitStringWithNamedBits implements Serializable
-
Class MAPSuppressMTSS extends BitStringWithNamedBits implements Serializable
-
Class MAPSystemFailureParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
choice
MAPSystemFailureParam.Choice choice
Value of the discriminant. -
ExtensibleSystemFailureParam_value
MAPExtensibleSystemFailureParam ExtensibleSystemFailureParam_value
Value of the field extensibleSystemFailureParam. -
NetworkResource_value
MAPNetworkResource NetworkResource_value
Value of the field networkResource.
-
-
-
Class MAPT_BCSM_CAMEL_TDP_Criteria extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BasicServiceCriteria_value
MAPExt_BasicServiceCode[] BasicServiceCriteria_value
Value of the field basicServiceCriteria. -
T_BCSM_TriggerDetectionPoint_value
MAPT_BcsmTriggerDetectionPoint T_BCSM_TriggerDetectionPoint_value
Value of the field t-BCSM-TriggerDetectionPoint. -
T_CauseValueCriteria_value
byte[][] T_CauseValueCriteria_value
Value of the field t-CauseValueCriteria.
-
-
-
Class MAPT_BcsmCamelTDPData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
DefaultCallHandling_value
MAPDefaultCallHandling DefaultCallHandling_value
Value of the field defaultCallHandling. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GsmSCF_Address_value
AddressString GsmSCF_Address_value
Value of the field gsmSCF-Address. -
ServiceKey_present
boolean ServiceKey_present
Whether a value for the field serviceKey is present. -
ServiceKey_value
int ServiceKey_value
Value of the field serviceKey. -
T_BcsmTriggerDetectionPoint_value
MAPT_BcsmTriggerDetectionPoint T_BcsmTriggerDetectionPoint_value
Value of the field t-BcsmTriggerDetectionPoint.
-
-
-
Class MAPT_BcsmTriggerDetectionPoint extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPT_CSI extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CamelCapabilityHandling_present
boolean CamelCapabilityHandling_present
Whether a value for the field camelCapabilityHandling is present. -
CamelCapabilityHandling_value
int CamelCapabilityHandling_value
Value of the field camelCapabilityHandling. -
Csi_Active_present
boolean Csi_Active_present
Whether a value for the field csi-Active is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
NotificationToCSE_present
boolean NotificationToCSE_present
Whether a value for the field notificationToCSE is present. -
T_BcsmCamelTDPDataList_value
MAPT_BcsmCamelTDPData[] T_BcsmCamelTDPDataList_value
Value of the field t-BcsmCamelTDPDataList.
-
-
-
Class MAPTargetCellOutsideGCA_Param extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPTeleservNotProvParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPTerminationCause extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPTraceDepth extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPTraceDepthList extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Bmsc_TraceDepth_value
MAPTraceDepth Bmsc_TraceDepth_value
Value of the field bmsc-TraceDepth. -
ENB_TraceDepth_value
MAPTraceDepth ENB_TraceDepth_value
Value of the field eNB-TraceDepth. -
Ggsn_TraceDepth_value
MAPTraceDepth Ggsn_TraceDepth_value
Value of the field ggsn-TraceDepth. -
Mgw_TraceDepth_value
MAPTraceDepth Mgw_TraceDepth_value
Value of the field mgw-TraceDepth. -
Mme_TraceDepth_value
MAPTraceDepth Mme_TraceDepth_value
Value of the field mme-TraceDepth. -
Msc_s_TraceDepth_value
MAPTraceDepth Msc_s_TraceDepth_value
Value of the field msc-s-TraceDepth. -
Pgw_TraceDepth_value
MAPTraceDepth Pgw_TraceDepth_value
Value of the field pgw-TraceDepth. -
Rnc_TraceDepth_value
MAPTraceDepth Rnc_TraceDepth_value
Value of the field rnc-TraceDepth. -
Sgsn_TraceDepth_value
MAPTraceDepth Sgsn_TraceDepth_value
Value of the field sgsn-TraceDepth. -
Sgw_TraceDepth_value
MAPTraceDepth Sgw_TraceDepth_value
Value of the field sgw-TraceDepth.
-
-
-
Class MAPTraceEventList extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Bmsc_List_value
MAPBMSC_EventList Bmsc_List_value
Value of the field bmsc-List. -
Ggsn_List_value
MAPGGSN_EventList Ggsn_List_value
Value of the field ggsn-List. -
Mgw_List_value
MAPMGW_EventList Mgw_List_value
Value of the field mgw-List. -
Mme_List_value
MAPMME_EventList Mme_List_value
Value of the field mme-List. -
Msc_s_List_value
MAPMSC_S_EventList Msc_s_List_value
Value of the field msc-s-List. -
Pgw_List_value
MAPPGW_EventList Pgw_List_value
Value of the field pgw-List. -
Sgsn_List_value
MAPSGSN_EventList Sgsn_List_value
Value of the field sgsn-List. -
Sgw_List_value
MAPSGW_EventList Sgw_List_value
Value of the field sgw-List.
-
-
-
Class MAPTraceInterfaceList extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Bmsc_List_value
MAPBMSC_InterfaceList Bmsc_List_value
Value of the field bmsc-List. -
ENB_List_value
MAPENB_InterfaceList ENB_List_value
Value of the field eNB-List. -
Ggsn_List_value
MAPGGSN_InterfaceList Ggsn_List_value
Value of the field ggsn-List. -
Mgw_List_value
MAPMGW_InterfaceList Mgw_List_value
Value of the field mgw-List. -
Mme_List_value
MAPMME_InterfaceList Mme_List_value
Value of the field mme-List. -
Msc_s_List_value
MAPMSC_S_InterfaceList Msc_s_List_value
Value of the field msc-s-List. -
Pgw_List_value
MAPPGW_InterfaceList Pgw_List_value
Value of the field pgw-List. -
Rnc_List_value
MAPRNC_InterfaceList Rnc_List_value
Value of the field rnc-List. -
Sgsn_List_value
MAPSGSN_InterfaceList Sgsn_List_value
Value of the field sgsn-List. -
Sgw_List_value
MAPSGW_InterfaceList Sgw_List_value
Value of the field sgw-List.
-
-
-
Class MAPTraceNE_TypeList extends BitStringWithNamedBits implements Serializable
-
Class MAPTracePropagationList extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Mgw_EventList_value
MAPMGW_EventList Mgw_EventList_value
Value of the field mgw-EventList. -
Mgw_InterfaceList_value
MAPMGW_InterfaceList Mgw_InterfaceList_value
Value of the field mgw-InterfaceList. -
Mgw_TraceDepth_value
MAPTraceDepth Mgw_TraceDepth_value
Value of the field mgw-TraceDepth. -
Msc_s_EventList_value
MAPMSC_S_EventList Msc_s_EventList_value
Value of the field msc-s-EventList. -
Msc_s_InterfaceList_value
MAPMSC_S_InterfaceList Msc_s_InterfaceList_value
Value of the field msc-s-InterfaceList. -
Msc_s_TraceDepth_value
MAPTraceDepth Msc_s_TraceDepth_value
Value of the field msc-s-TraceDepth. -
Rnc_InterfaceList_value
MAPRNC_InterfaceList Rnc_InterfaceList_value
Value of the field rnc-InterfaceList. -
Rnc_TraceDepth_value
MAPTraceDepth Rnc_TraceDepth_value
Value of the field rnc-TraceDepth. -
TraceRecordingSessionReference_value
byte[] TraceRecordingSessionReference_value
Value of the field traceRecordingSessionReference. -
TraceReference_value
byte[] TraceReference_value
Value of the field traceReference. -
TraceReference2_value
byte[] TraceReference2_value
Value of the field traceReference2. -
TraceType_present
boolean TraceType_present
Whether a value for the field traceType is present. -
TraceType_value
int TraceType_value
Value of the field traceType.
-
-
-
Class MAPTraceSubscriberActivityArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
CallReference_value
byte[] CallReference_value
Value of the field callReference. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
OmcId_value
AddressString OmcId_value
Value of the field omcId. -
TraceReference_value
byte[] TraceReference_value
Value of the field traceReference. -
TraceType_present
boolean TraceType_present
Whether a value for the field traceType is present. -
TraceType_value
int TraceType_value
Value of the field traceType.
-
-
-
Class MAPTracingBufferFullParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPTypeOfUpdate extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPUESBI_Iu extends AbstractFieldsObject implements Serializable
-
Class MAPUMTS_SecurityContextData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ck_value
byte[] Ck_value
Value of the field ck. -
Ik_value
byte[] Ik_value
Value of the field ik. -
Ksi_value
byte[] Ksi_value
Value of the field ksi.
-
-
-
Class MAPUnauthorizedLCSClient_Diagnostic extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPUnauthorizedLCSClient_Param extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
UnauthorizedLCSClient_Diagnostic_value
MAPUnauthorizedLCSClient_Diagnostic UnauthorizedLCSClient_Diagnostic_value
Value of the field unauthorizedLCSClient-Diagnostic.
-
-
-
Class MAPUnauthorizedRequestingNetwork_Param extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPUnavailabilityCause extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPUnexpectedDataParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPUnidentifiedSubParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPUnknownOrUnreachableLCSClient_Param extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPUnknownSubscriberDiagnostic extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPUnknownSubscriberParam extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
UnknownSubscriberDiagnostic_value
MAPUnknownSubscriberDiagnostic UnknownSubscriberDiagnostic_value
Value of the field unknownSubscriberDiagnostic.
-
-
-
Class MAPUpdateGprsLocationArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Add_info_value
MAPADD_Info Add_info_value
Value of the field add-info. -
AreaRestricted_present
boolean AreaRestricted_present
Whether a value for the field areaRestricted is present. -
Eps_info_value
MAPEPS_Info Eps_info_value
Value of the field eps-info. -
EpsSubscriptionDataNotNeeded_present
boolean EpsSubscriptionDataNotNeeded_present
Whether a value for the field epsSubscriptionDataNotNeeded is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GprsSubscriptionDataNotNeeded_present
boolean GprsSubscriptionDataNotNeeded_present
Whether a value for the field gprsSubscriptionDataNotNeeded is present. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
InformPreviousNetworkEntity_present
boolean InformPreviousNetworkEntity_present
Whether a value for the field informPreviousNetworkEntity is present. -
NodeTypeIndicator_present
boolean NodeTypeIndicator_present
Whether a value for the field nodeTypeIndicator is present. -
Ps_LCS_NotSupportedByUE_present
boolean Ps_LCS_NotSupportedByUE_present
Whether a value for the field ps-LCS-NotSupportedByUE is present. -
ServingNodeTypeIndicator_present
boolean ServingNodeTypeIndicator_present
Whether a value for the field servingNodeTypeIndicator is present. -
Sgsn_Address_value
GSNAddress Sgsn_Address_value
Value of the field sgsn-Address. -
Sgsn_Capability_value
MAPSGSN_Capability Sgsn_Capability_value
Value of the field sgsn-Capability. -
Sgsn_Number_value
AddressString Sgsn_Number_value
Value of the field sgsn-Number. -
SkipSubscriberDataUpdate_present
boolean SkipSubscriberDataUpdate_present
Whether a value for the field skipSubscriberDataUpdate is present. -
Ue_reachableIndicator_present
boolean Ue_reachableIndicator_present
Whether a value for the field ue-reachableIndicator is present. -
UsedRAT_Type_value
MAPUsed_RAT_Type UsedRAT_Type_value
Value of the field usedRAT-Type. -
V_gmlc_Address_value
GSNAddress V_gmlc_Address_value
Value of the field v-gmlc-Address.
-
-
-
Class MAPUpdateGprsLocationRes extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Add_Capability_present
boolean Add_Capability_present
Whether a value for the field add-Capability is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Hlr_Number_value
AddressString Hlr_Number_value
Value of the field hlr-Number. -
Sgsn_mmeSeparationSupported_present
boolean Sgsn_mmeSeparationSupported_present
Whether a value for the field sgsn-mmeSeparationSupported is present.
-
-
-
Class MAPUpdateLocation_v1ResSeq extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Hlr_Number_value
AddressString Hlr_Number_value
Value of the field hlr-Number.
-
-
-
Class MAPUpdateLocationArg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Add_info_value
MAPADD_Info Add_info_value
Value of the field add-info. -
Cs_LCS_NotSupportedByUE_present
boolean Cs_LCS_NotSupportedByUE_present
Whether a value for the field cs-LCS-NotSupportedByUE is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Imsi_value
IMSIAddress Imsi_value
Value of the field imsi. -
InformPreviousNetworkEntity_present
boolean InformPreviousNetworkEntity_present
Whether a value for the field informPreviousNetworkEntity is present. -
Lmsi_value
LMSIAddress Lmsi_value
Value of the field lmsi. -
Msc_Number_value
AddressString Msc_Number_value
Value of the field msc-Number. -
PagingArea_value
MAPLocationArea[] PagingArea_value
Value of the field pagingArea. -
RestorationIndicator_present
boolean RestorationIndicator_present
Whether a value for the field restorationIndicator is present. -
SkipSubscriberDataUpdate_present
boolean SkipSubscriberDataUpdate_present
Whether a value for the field skipSubscriberDataUpdate is present. -
V_gmlc_Address_value
GSNAddress V_gmlc_Address_value
Value of the field v-gmlc-Address. -
Vlr_Capability_value
MAPVLR_Capability Vlr_Capability_value
Value of the field vlr-Capability. -
Vlr_Number_value
AddressString Vlr_Number_value
Value of the field vlr-Number.
-
-
-
Class MAPUpdateLocationRes extends MAPUpdateLocation_v1ResSeq implements Serializable
-
Serialized Fields
-
Add_Capability_present
boolean Add_Capability_present
Whether a value for the field add-Capability is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
PagingArea_Capability_present
boolean PagingArea_Capability_present
Whether a value for the field pagingArea-Capability is present.
-
-
-
Class MAPUsed_RAT_Type extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve() throws ObjectStreamException
Finds any existing enumeration constant for the same numeric value as this (deserialized) object.- Throws:
ObjectStreamException
- never, but declared to satisfy interface Serializable
-
-
-
Class MAPUserCSGInformation extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AccessMode_value
byte[] AccessMode_value
Value of the field accessMode. -
Cmi_value
byte[] Cmi_value
Value of the field cmi. -
Csg_Id_value
BitString Csg_Id_value
Value of the field csg-Id. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer.
-
-
-
Class MAPUSSD_Arg extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AlertingPattern_value
byte[] AlertingPattern_value
Value of the field alertingPattern. -
Msisdn_value
AddressString Msisdn_value
Value of the field msisdn. -
Ussd_DataCodingScheme_value
byte[] Ussd_DataCodingScheme_value
Value of the field ussd-DataCodingScheme. -
Ussd_String_value
byte[] Ussd_String_value
Value of the field ussd-String.
-
-
-
Class MAPUSSD_Res extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
Ussd_DataCodingScheme_value
byte[] Ussd_DataCodingScheme_value
Value of the field ussd-DataCodingScheme. -
Ussd_String_value
byte[] Ussd_String_value
Value of the field ussd-String.
-
-
-
Class MAPUU_Data extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Uui_value
byte[] Uui_value
Value of the field uui. -
UuIndicator_value
byte[] UuIndicator_value
Value of the field uuIndicator. -
UusCFInteraction_present
boolean UusCFInteraction_present
Whether a value for the field uusCFInteraction is present.
-
-
-
Class MAPVLR_Capability extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
IstSupportIndicator_value
MAPIST_SupportIndicator IstSupportIndicator_value
Value of the field istSupportIndicator. -
LongFTN_Supported_present
boolean LongFTN_Supported_present
Whether a value for the field longFTN-Supported is present. -
LongGroupID_Supported_present
boolean LongGroupID_Supported_present
Whether a value for the field longGroupID-Supported is present. -
OfferedCamel4CSIs_value
MAPOfferedCamel4CSIs OfferedCamel4CSIs_value
Value of the field offeredCamel4CSIs. -
SolsaSupportIndicator_present
boolean SolsaSupportIndicator_present
Whether a value for the field solsaSupportIndicator is present. -
SuperChargerSupportedInServingNetworkEntity_value
MAPSuperChargerInfo SuperChargerSupportedInServingNetworkEntity_value
Value of the field superChargerSupportedInServingNetworkEntity. -
SupportedCamelPhases_value
MAPSupportedCamelPhases SupportedCamelPhases_value
Value of the field supportedCamelPhases. -
SupportedLCS_CapabilitySets_value
MAPSupportedLCS_CapabilitySets SupportedLCS_CapabilitySets_value
Value of the field supportedLCS-CapabilitySets. -
SupportedRAT_TypesIndicator_value
MAPSupportedRAT_Types SupportedRAT_TypesIndicator_value
Value of the field supportedRAT-TypesIndicator.
-
-
-
Class MAPVlrCamelSubscriptionInfo extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
D_CSI_value
MAPD_CSI D_CSI_value
Value of the field d-CSI. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
M_CSI_value
MAPM_CSI M_CSI_value
Value of the field m-CSI. -
Mo_sms_CSI_value
MAPSMS_CSI Mo_sms_CSI_value
Value of the field mo-sms-CSI. -
Mt_sms_CSI_value
MAPSMS_CSI Mt_sms_CSI_value
Value of the field mt-sms-CSI. -
Mt_smsCAMELTDP_CriteriaList_value
MAPMT_smsCAMELTDP_Criteria[] Mt_smsCAMELTDP_CriteriaList_value
Value of the field mt-smsCAMELTDP-CriteriaList. -
O_BcsmCamelTDP_CriteriaList_value
MAPO_BcsmCamelTDP_Criteria[] O_BcsmCamelTDP_CriteriaList_value
Value of the field o-BcsmCamelTDP-CriteriaList. -
O_CSI_value
MAPO_CSI O_CSI_value
Value of the field o-CSI. -
Ss_CSI_value
MAPSS_CSI Ss_CSI_value
Value of the field ss-CSI. -
T_BCSM_CAMEL_TDP_CriteriaList_value
MAPT_BCSM_CAMEL_TDP_Criteria[] T_BCSM_CAMEL_TDP_CriteriaList_value
Value of the field t-BCSM-CAMEL-TDP-CriteriaList. -
Tif_CSI_present
boolean Tif_CSI_present
Whether a value for the field tif-CSI is present. -
Vt_CSI_value
MAPT_CSI Vt_CSI_value
Value of the field vt-CSI.
-
-
-
Class MAPVoiceBroadcastData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
BroadcastInitEntitlement_present
boolean BroadcastInitEntitlement_present
Whether a value for the field broadcastInitEntitlement is present. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
Groupid_value
byte[] Groupid_value
Value of the field groupid. -
LongGroupId_value
byte[] LongGroupId_value
Value of the field longGroupId.
-
-
-
Class MAPVoiceGroupCallData extends AbstractFieldsObject implements Serializable
-
Serialized Fields
-
AdditionalInfo_value
BitString AdditionalInfo_value
Value of the field additionalInfo. -
AdditionalSubscriptions_value
MAPAdditionalSubscriptions AdditionalSubscriptions_value
Value of the field additionalSubscriptions. -
ExtensionContainer_value
MAPExtensionContainer ExtensionContainer_value
Value of the field extensionContainer. -
GroupId_value
byte[] GroupId_value
Value of the field groupId. -
LongGroupId_value
byte[] LongGroupId_value
Value of the field longGroupId.
-
-
-
-
Package com.opencloud.slee.resources.cgin.map.metadata
-
Class MAPMAP_EXTENSION extends AbstractInfoObject implements Serializable
-
Serialized Fields
-
ExtensionId
OpenId ExtensionId
Identifier field. -
ExtensionType
Class<ExtensionType> ExtensionType
Open type field.
-
-
-
-
Package com.opencloud.slee.resources.cgin.xpath
-
Class AbstractFieldsObjectPointer extends CollectionCGINPointer implements Serializable
-
Serialized Fields
-
abstractFieldsObject
AbstractFieldsObject abstractFieldsObject
The AbstractFieldsObject referenced by this pointer.
-
-
-
Class ArrayDataObjectPointer extends CollectionCGINPointer implements Serializable
-
Serialized Fields
-
arrayDataObject
ArrayDataObject<T> arrayDataObject
The ArrayDataObject referenced by this pointer.
-
-
-
Class ArrayPointer extends CollectionCGINPointer implements Serializable
-
Serialized Fields
-
array
T[] array
The array referenced by this pointer.
-
-
-
Class ASN1NullPointer extends LeafCGINPointer implements Serializable
-
Serialized Fields
-
aSN1Null
ASN1Null aSN1Null
The ASN1Null referenced by this pointer.
-
-
-
Class BitStringPointer extends LeafCGINPointer implements Serializable
-
Serialized Fields
-
bitString
BitString bitString
The BitString referenced by this pointer.
-
-
-
Class BooleanPointer extends LeafCGINPointer implements Serializable
-
Serialized Fields
-
bool
Boolean bool
The Boolean referenced by this pointer.
-
-
-
Class ByteArrayPointer extends LeafCGINPointer implements Serializable
-
Serialized Fields
-
byteArray
byte[] byteArray
The byte[] referenced by this pointer.
-
-
-
Class BytePointer extends LeafCGINPointer implements Serializable
-
Serialized Fields
-
value
Byte value
The Byte referenced by this pointer.
-
-
-
Class CGINPointer extends org.apache.commons.jxpath.ri.model.NodePointer implements Serializable
-
Serialized Fields
-
name
org.apache.commons.jxpath.ri.QName name
Name of the referenced node.
-
-
-
Class CollectionCGINPointer extends CGINPointer implements Serializable
-
Class DoublePointer extends LeafCGINPointer implements Serializable
-
Serialized Fields
-
value
Double value
The Double referenced by this pointer.
-
-
-
Class EnumPointer extends CollectionCGINPointer implements Serializable
-
Class FloatPointer extends LeafCGINPointer implements Serializable
-
Serialized Fields
-
value
Float value
The Float referenced by this pointer.
-
-
-
Class IntegerPointer extends LeafCGINPointer implements Serializable
-
Serialized Fields
-
integer
Integer integer
The Integer referenced by this pointer.
-
-
-
Class LeafCGINPointer extends CGINPointer implements Serializable
-
Class LongPointer extends LeafCGINPointer implements Serializable
-
Serialized Fields
-
value
Long value
The Long referenced by this pointer.
-
-
-
Class NamedIntegerPointer extends CollectionCGINPointer implements Serializable
-
Serialized Fields
-
namedInteger
NamedInteger namedInteger
The NamedInteger referenced by this pointer.
-
-
-
Class ObjectIDPointer extends LeafCGINPointer implements Serializable
-
Serialized Fields
-
objectID
ObjectID objectID
The ObjectID referenced by this pointer.
-
-
-
Class ShortPointer extends LeafCGINPointer implements Serializable
-
Serialized Fields
-
value
Short value
The Short referenced by this pointer.
-
-
-
Class StringPointer extends LeafCGINPointer implements Serializable
-
Serialized Fields
-
string
String string
The String referenced by this pointer.
-
-
-
-
Package com.opencloud.slee.resources.in.datatypes
-
Class com.opencloud.slee.resources.in.datatypes.BCDCharCodec extends Object implements Serializable
-
Serialized Fields
-
decodeMap
char[] decodeMap
-
encodeMap
int[] encodeMap
-
-
-
Class com.opencloud.slee.resources.in.datatypes.BCDPlacesStringCodec extends BCDStringCodec<T> implements Serializable
-
Serialized Fields
-
after
int after
-
before
int before
-
laxBCDStringCodec
BCDPlacesStringCodec<T> laxBCDStringCodec
-
-
-
Class com.opencloud.slee.resources.in.datatypes.BCDStringCodec extends Object implements Serializable
-
Serialized Fields
-
charCodec
CharCodec charCodec
-
factor
int factor
-
filler
int filler
-
hexBCDStringCodec
BCDStringCodec<T> hexBCDStringCodec
-
laxBCDStringCodec
BCDStringCodec<T> laxBCDStringCodec
-
packed
boolean packed
-
swapped
boolean swapped
-
-
-
Class com.opencloud.slee.resources.in.datatypes.BinaryCharCodec extends Object implements Serializable
-
Class com.opencloud.slee.resources.in.datatypes.BinaryStringCodec extends Object implements Serializable
-
Serialized Fields
-
charCodec
CharCodec charCodec
-
-
-
Class com.opencloud.slee.resources.in.datatypes.IA5StringCodec extends Object implements Serializable
-
Serialized Fields
-
lax
boolean lax
-
-
-
Class com.opencloud.slee.resources.in.datatypes.ISO646BCDStringCodec extends Object implements Serializable
-
Serialized Fields
-
lax
boolean lax
-
-
-
-
Package com.opencloud.slee.resources.in.datatypes.cc
-
Class com.opencloud.slee.resources.in.datatypes.cc.AccessPointName extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
NetworkId_value
byte[] NetworkId_value
Encoded form of field NetworkId. -
OperatorId_value
byte[] OperatorId_value
Encoded form of field OperatorId.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.AddressDelimiter extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Delimiter_value
byte[] Delimiter_value
Encoded form of field Delimiter.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.AddressString extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Address_value
byte[] Address_value
Encoded form of field Address. -
Nature_value
AddressString.Nature Nature_value
Value of field Nature. -
NumberingPlan_value
AddressString.NumberingPlan NumberingPlan_value
Value of field NumberingPlan. -
SMSAddress_present
boolean SMSAddress_present
Whether field SMSAddress is present. -
SMSAddress_value
ASN1Null SMSAddress_value
Value of field SMSAddress. -
SMSNature_value
AddressString.SMSNature SMSNature_value
Value of field SMSNature.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.AddressString.Nature extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.AddressString.SMSNature extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
choice
BearerCapability.Choice choice
Discriminant for which choice is chosen. -
ISO_IEC_value
byte[] ISO_IEC_value
Value of field ISO_IEC. -
ITU_T_lastEncoded
byte[] ITU_T_lastEncoded
-
ITU_T_value
BearerCapability.ITU_T ITU_T_value
Value of field ITU_T. -
National_value
byte[] National_value
Value of field National. -
Network_value
byte[] Network_value
Value of field Network.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Ericsson_lastEncoded
byte[] Ericsson_lastEncoded
-
Ericsson_value
BearerCapability.ITU_T.Ericsson Ericsson_value
Value of field Ericsson. -
Layer1Capability_lastEncoded
byte[] Layer1Capability_lastEncoded
-
Layer1Capability_value
BearerCapability.ITU_T.Layer1Capability Layer1Capability_value
Value of field Layer1Capability. -
Layer2Protocol_value
BearerCapability.ITU_T.Layer2Protocol Layer2Protocol_value
Value of field Layer2Protocol. -
Layer3Capability_lastEncoded
byte[] Layer3Capability_lastEncoded
-
Layer3Capability_value
BearerCapability.ITU_T.Layer3Capability Layer3Capability_value
Value of field Layer3Capability. -
RateMultiplier_present
boolean RateMultiplier_present
Whether field RateMultiplier is present. -
RateMultiplier_value
int RateMultiplier_value
Value of field RateMultiplier. -
TransferCapability_value
BearerCapability.ITU_T.TransferCapability TransferCapability_value
Value of field TransferCapability. -
TransferMode_value
BearerCapability.ITU_T.TransferMode TransferMode_value
Value of field TransferMode. -
TransferRate_value
BearerCapability.ITU_T.TransferRate TransferRate_value
Value of field TransferRate.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Ericsson extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Configuration_value
BearerCapability.ITU_T.Ericsson.Configuration Configuration_value
Value of field Configuration. -
Ericsson4b_value
BearerCapability.ITU_T.Ericsson.Ericsson4b Ericsson4b_value
Value of field Ericsson4b. -
Establishment_value
BearerCapability.ITU_T.Ericsson.Establishment Establishment_value
Value of field Establishment. -
Structure_value
BearerCapability.ITU_T.Ericsson.Structure Structure_value
Value of field Structure.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Ericsson.Configuration extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Ericsson.Ericsson4b extends AbstractLazyEncodedNamedInteger<BearerCapability.ITU_T.Ericsson.Ericsson4b.EncodedValue> implements Serializable
-
Serialized Fields
-
ReverseTransferRate_value
BearerCapability.ITU_T.TransferRate ReverseTransferRate_value
Value of field ReverseTransferRate. -
Symmetry_value
BearerCapability.ITU_T.Ericsson.Ericsson4b.Symmetry Symmetry_value
Value of field Symmetry.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Ericsson.Ericsson4b.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Ericsson.Ericsson4b.Symmetry extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Ericsson.Establishment extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Ericsson.Structure extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Details_lastEncoded
byte[] Details_lastEncoded
-
Details_value
BearerCapability.ITU_T.Layer1Capability.Details Details_value
Value of field Details. -
Layer1Protocol_value
BearerCapability.ITU_T.Layer1Capability.Layer1Protocol Layer1Protocol_value
Value of field Layer1Protocol.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Asynchronous_present
boolean Asynchronous_present
Whether field Asynchronous is present. -
Asynchronous_value
boolean Asynchronous_value
Value of field Asynchronous. -
InbandNegotiation_value
BearerCapability.ITU_T.Layer1Capability.Details.InbandNegotiation InbandNegotiation_value
Value of field InbandNegotiation. -
ParityAndModem_lastEncoded
byte[] ParityAndModem_lastEncoded
-
ParityAndModem_value
BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem ParityAndModem_value
Value of field ParityAndModem. -
UnrestrictedDigital_lastEncoded
NamedInteger UnrestrictedDigital_lastEncoded
-
UnrestrictedDigital_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital UnrestrictedDigital_value
Value of field UnrestrictedDigital. -
UserRate_value
BearerCapability.ITU_T.Layer1Capability.Details.UserRate UserRate_value
Value of field UserRate.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Modem_value
BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.Modem Modem_value
Value of field Modem. -
NumberOfDataBits_value
BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfDataBits NumberOfDataBits_value
Value of field NumberOfDataBits. -
NumberOfStopBits_value
BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits NumberOfStopBits_value
Value of field NumberOfStopBits. -
Parity_value
BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.Parity Parity_value
Value of field Parity.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.Modem extends AbstractLazyEncodedNamedInteger<BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.Modem.EncodedValue> implements Serializable
-
Serialized Fields
-
DuplexMode_value
BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.Modem.DuplexMode DuplexMode_value
Value of field DuplexMode. -
ModemType_value
BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.Modem.ModemType ModemType_value
Value of field ModemType.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.Modem.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.Modem.ModemType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfDataBits extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.Parity extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital extends AbstractLazyEncodedNamedInteger<BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.EncodedValue> implements Serializable
-
Serialized Fields
-
choice
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.Choice choice
Discriminant for which choice is chosen. -
V110_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V110 V110_value
Value of field V110. -
V120_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V120 V120_value
Value of field V120.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V110 extends AbstractLazyEncodedNamedInteger<BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V110.EncodedValue> implements Serializable
-
Serialized Fields
-
FlowControlOnReceive_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V110.FlowControlOnReceive FlowControlOnReceive_value
Value of field FlowControlOnReceive. -
FlowControlOnTransmit_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V110.FlowControlOnTransmit FlowControlOnTransmit_value
Value of field FlowControlOnTransmit. -
IntermediateRate_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V110.IntermediateRate IntermediateRate_value
Value of field IntermediateRate. -
NetworkIndependentClockOnReceive_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V110.NetworkIndependentClockOnReceive NetworkIndependentClockOnReceive_value
Value of field NetworkIndependentClockOnReceive. -
NetworkIndependentClockOnTransmit_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V110.NetworkIndependentClockOnTransmit NetworkIndependentClockOnTransmit_value
Value of field NetworkIndependentClockOnTransmit.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V110.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V110.IntermediateRate extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V120 extends AbstractLazyEncodedNamedInteger<BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V120.EncodedValue> implements Serializable
-
Serialized Fields
-
LLINegotiation_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V120.LLINegotiation LLINegotiation_value
Value of field LLINegotiation. -
MessageOriginator_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V120.MessageOriginator MessageOriginator_value
Value of field MessageOriginator. -
Mode_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V120.Mode Mode_value
Value of field Mode. -
MultipleFrameEstablishment_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V120.MultipleFrameEstablishment MultipleFrameEstablishment_value
Value of field MultipleFrameEstablishment. -
Negotiation_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V120.Negotiation Negotiation_value
Value of field Negotiation. -
RateAdaptationHeader_value
BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V120.RateAdaptationHeader RateAdaptationHeader_value
Value of field RateAdaptationHeader.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.UnrestrictedDigital.V120.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.UserRate extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Layer1Protocol extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer2Protocol extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer3Capability extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Layer3Protocol_value
BearerCapability.ITU_T.Layer3Capability.Layer3Protocol Layer3Protocol_value
Value of field Layer3Protocol. -
Layer3ProtocolId_value
BearerCapability.ITU_T.Layer3Capability.Layer3ProtocolId Layer3ProtocolId_value
Value of field Layer3ProtocolId.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer3Capability.Layer3Protocol extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer3Capability.Layer3ProtocolId extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.TransferCapability extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.TransferMode extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.TransferRate extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.CalledPartyBCDNumber extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Address_value
byte[] Address_value
Encoded form of field Address. -
NumberingPlan_value
CalledPartyBCDNumber.NumberingPlan NumberingPlan_value
Value of field NumberingPlan. -
NumberType_value
CalledPartyBCDNumber.NumberType NumberType_value
Value of field NumberType. -
SMSAddress_present
boolean SMSAddress_present
Whether field SMSAddress is present. -
SMSAddress_value
ASN1Null SMSAddress_value
Value of field SMSAddress. -
SMSNumberType_value
CalledPartyBCDNumber.SMSNumberType SMSNumberType_value
Value of field SMSNumberType.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.CalledPartyNumber extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Address_value
EncodedStringWithIndicators Address_value
Encoded form of field Address. -
Nature_value
CalledPartyNumber.Nature Nature_value
Value of field Nature. -
NumberingPlan_value
CalledPartyNumber.NumberingPlan NumberingPlan_value
Value of field NumberingPlan. -
RoutingToInternalNetworkNumber_value
CalledPartyNumber.RoutingToInternalNetworkNumber RoutingToInternalNetworkNumber_value
Value of field RoutingToInternalNetworkNumber.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.CalledPartyNumber.Nature extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.CallingPartyNumber extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Address_value
EncodedStringWithIndicators Address_value
Encoded form of field Address. -
Nature_value
CallingPartyNumber.Nature Nature_value
Value of field Nature. -
NumberIncomplete_present
boolean NumberIncomplete_present
Whether field NumberIncomplete is present. -
NumberIncomplete_value
boolean NumberIncomplete_value
Value of field NumberIncomplete. -
NumberingPlan_value
CallingPartyNumber.NumberingPlan NumberingPlan_value
Value of field NumberingPlan. -
Presentation_value
CallingPartyNumber.Presentation Presentation_value
Value of field Presentation. -
Screening_value
CallingPartyNumber.Screening Screening_value
Value of field Screening.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.CallingPartyNumber.Nature extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.CallingPartyRestriction extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
CallingPartyRestrictionValue_value
CallingPartyRestriction.CallingPartyRestrictionValue CallingPartyRestrictionValue_value
Value of field CallingPartyRestrictionValue.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.CallingPartysCategory extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Category_value
CallingPartysCategory.Category Category_value
Value of field Category.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.CallingPartysCategory.Category extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.CAPIPSSPCapabilities extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
BilateralPart_value
byte[] BilateralPart_value
Value of field BilateralPart. -
IPRoutingAddressSupported_present
boolean IPRoutingAddressSupported_present
Whether field IPRoutingAddressSupported is present. -
IPRoutingAddressSupported_value
boolean IPRoutingAddressSupported_value
Value of field IPRoutingAddressSupported. -
VoiceBackSupported_present
boolean VoiceBackSupported_present
Whether field VoiceBackSupported is present. -
VoiceBackSupported_value
boolean VoiceBackSupported_value
Value of field VoiceBackSupported. -
VoiceGenerationFromTextSupported_present
boolean VoiceGenerationFromTextSupported_present
Whether field VoiceGenerationFromTextSupported is present. -
VoiceGenerationFromTextSupported_value
boolean VoiceGenerationFromTextSupported_value
Value of field VoiceGenerationFromTextSupported. -
VoiceInformationViaSpeechSupported_present
boolean VoiceInformationViaSpeechSupported_present
Whether field VoiceInformationViaSpeechSupported is present. -
VoiceInformationViaSpeechSupported_value
boolean VoiceInformationViaSpeechSupported_value
Value of field VoiceInformationViaSpeechSupported. -
VoiceInformationViaVoiceSupported_present
boolean VoiceInformationViaVoiceSupported_present
Whether field VoiceInformationViaVoiceSupported is present. -
VoiceInformationViaVoiceSupported_value
boolean VoiceInformationViaVoiceSupported_value
Value of field VoiceInformationViaVoiceSupported.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.Cause extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
CauseValue_value
Cause.CauseValue CauseValue_value
Value of field CauseValue. -
CodingStandard_value
Cause.CodingStandard CodingStandard_value
Value of field CodingStandard. -
Diagnostics_value
byte[] Diagnostics_value
Value of field Diagnostics. -
Location_value
Cause.Location Location_value
Value of field Location. -
Recommendation_value
Cause.Recommendation Recommendation_value
Value of field Recommendation.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.Cause.CauseValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.Cause.Recommendation extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.CellGlobalId extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
CellId_present
boolean CellId_present
Whether field CellId is present. -
CellId_value
int CellId_value
Value of field CellId. -
LocationAreaCode_present
boolean LocationAreaCode_present
Whether field LocationAreaCode is present. -
LocationAreaCode_value
int LocationAreaCode_value
Value of field LocationAreaCode. -
MobileCountryCode_value
byte[] MobileCountryCode_value
Encoded form of field MobileCountryCode. -
MobileNetworkCode_value
byte[] MobileNetworkCode_value
Encoded form of field MobileNetworkCode.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.CUGInterLockCode extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Code_present
boolean Code_present
Whether field Code is present. -
Code_value
int Code_value
Value of field Code. -
NetworkId_value
byte[] NetworkId_value
Encoded form of field NetworkId.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.DateAndTime extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Day_present
boolean Day_present
Whether field Day is present. -
Day_value
int Day_value
Value of field Day. -
Hour_present
boolean Hour_present
Whether field Hour is present. -
Hour_value
int Hour_value
Value of field Hour. -
Minute_present
boolean Minute_present
Whether field Minute is present. -
Minute_value
int Minute_value
Value of field Minute. -
Month_present
boolean Month_present
Whether field Month is present. -
Month_value
int Month_value
Value of field Month. -
Second_present
boolean Second_present
Whether field Second is present. -
Second_value
int Second_value
Value of field Second. -
Year_present
boolean Year_present
Whether field Year is present. -
Year_value
int Year_value
Value of field Year.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.ForwardCallIndicators extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
EndToEndInfoAvailable_present
boolean EndToEndInfoAvailable_present
Whether field EndToEndInfoAvailable is present. -
EndToEndInfoAvailable_value
boolean EndToEndInfoAvailable_value
Value of field EndToEndInfoAvailable. -
EndToEndMethod_value
ForwardCallIndicators.EndToEndMethod EndToEndMethod_value
Value of field EndToEndMethod. -
International_present
boolean International_present
Whether field International is present. -
International_value
boolean International_value
Value of field International. -
InterworkingEncountered_present
boolean InterworkingEncountered_present
Whether field InterworkingEncountered is present. -
InterworkingEncountered_value
boolean InterworkingEncountered_value
Value of field InterworkingEncountered. -
ISDNUserPartPreference_value
ForwardCallIndicators.ISDNUserPartPreference ISDNUserPartPreference_value
Value of field ISDNUserPartPreference. -
ISDNUserPartUsedAllTheWay_present
boolean ISDNUserPartUsedAllTheWay_present
Whether field ISDNUserPartUsedAllTheWay is present. -
ISDNUserPartUsedAllTheWay_value
boolean ISDNUserPartUsedAllTheWay_value
Value of field ISDNUserPartUsedAllTheWay. -
OriginatingAccessISDN_present
boolean OriginatingAccessISDN_present
Whether field OriginatingAccessISDN is present. -
OriginatingAccessISDN_value
boolean OriginatingAccessISDN_value
Value of field OriginatingAccessISDN. -
SCCPMethod_value
ForwardCallIndicators.SCCPMethod SCCPMethod_value
Value of field SCCPMethod.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.ForwardCallIndicators.EndToEndMethod extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.ForwardCallIndicators.ISDNUserPartPreference extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.GenericDigits extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Address_value
EncodedStringWithIndicators Address_value
Encoded form of field Address. -
EncodingScheme_value
GenericDigits.EncodingScheme EncodingScheme_value
Value of field EncodingScheme. -
TypeOfDigits_value
GenericDigits.TypeOfDigits TypeOfDigits_value
Value of field TypeOfDigits.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.GenericDigits.EncodingScheme extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.GenericDigits.TypeOfDigits extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.GenericDigitsWithStarHash extends GenericDigits implements Serializable
-
Class com.opencloud.slee.resources.in.datatypes.cc.GenericNumber extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Address_value
EncodedStringWithIndicators Address_value
Encoded form of field Address. -
Nature_value
GenericNumber.Nature Nature_value
Value of field Nature. -
NumberIncomplete_present
boolean NumberIncomplete_present
Whether field NumberIncomplete is present. -
NumberIncomplete_value
boolean NumberIncomplete_value
Value of field NumberIncomplete. -
NumberingPlan_value
GenericNumber.NumberingPlan NumberingPlan_value
Value of field NumberingPlan. -
NumberQualifier_value
GenericNumber.NumberQualifier NumberQualifier_value
Value of field NumberQualifier. -
Presentation_value
GenericNumber.Presentation Presentation_value
Value of field Presentation. -
Screening_value
GenericNumber.Screening Screening_value
Value of field Screening.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.GenericNumber.Nature extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.GenericNumber.NumberQualifier extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.GenericNumberWithB extends GenericNumber implements Serializable
-
Class com.opencloud.slee.resources.in.datatypes.cc.GSMSupplementaryServiceList extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
AoCC_value
GSMSupplementaryServiceList.AoCC AoCC_value
Value of field AoCC. -
AoCI_value
GSMSupplementaryServiceList.AoCI AoCI_value
Value of field AoCI. -
BAIC_value
GSMSupplementaryServiceList.BAIC BAIC_value
Value of field BAIC. -
BAOC_value
GSMSupplementaryServiceList.BAOC BAOC_value
Value of field BAOC. -
BIC_Roam_value
GSMSupplementaryServiceList.BIC_Roam BIC_Roam_value
Value of field BIC_Roam. -
BOIC_ExHC_value
GSMSupplementaryServiceList.BOIC_ExHC BOIC_ExHC_value
Value of field BOIC_ExHC. -
BOIC_value
GSMSupplementaryServiceList.BOIC BOIC_value
Value of field BOIC. -
CD_value
GSMSupplementaryServiceList.CD CD_value
Value of field CD. -
CFB_value
GSMSupplementaryServiceList.CFB CFB_value
Value of field CFB. -
CFNRc_value
GSMSupplementaryServiceList.CFNRc CFNRc_value
Value of field CFNRc. -
CFNRy_value
GSMSupplementaryServiceList.CFNRy CFNRy_value
Value of field CFNRy. -
CFU_value
GSMSupplementaryServiceList.CFU CFU_value
Value of field CFU. -
CLIP_value
GSMSupplementaryServiceList.CLIP CLIP_value
Value of field CLIP. -
CLIR_value
GSMSupplementaryServiceList.CLIR CLIR_value
Value of field CLIR. -
COLP_value
GSMSupplementaryServiceList.COLP COLP_value
Value of field COLP. -
COLR_value
GSMSupplementaryServiceList.COLR COLR_value
Value of field COLR. -
CUG_value
GSMSupplementaryServiceList.CUG CUG_value
Value of field CUG. -
CW_value
GSMSupplementaryServiceList.CW CW_value
Value of field CW. -
HOLD_value
GSMSupplementaryServiceList.HOLD HOLD_value
Value of field HOLD. -
MPTY_value
GSMSupplementaryServiceList.MPTY MPTY_value
Value of field MPTY. -
ODB_value
GSMSupplementaryServiceList.ODB ODB_value
Value of field ODB.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.HighLayerCompatibility extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Characteristics_value
HighLayerCompatibility.Characteristics Characteristics_value
Value of field Characteristics. -
CodingStandard_value
HighLayerCompatibility.CodingStandard CodingStandard_value
Value of field CodingStandard. -
Interpretation_value
HighLayerCompatibility.Interpretation Interpretation_value
Value of field Interpretation. -
Presentation_value
HighLayerCompatibility.Presentation Presentation_value
Value of field Presentation.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.HighLayerCompatibility.Characteristics extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.HighLayerCompatibility.CodingStandard extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.HighLayerCompatibility.Interpretation extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.HighLayerCompatibility.Presentation extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.HourMinute extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Hour_present
boolean Hour_present
Whether field Hour is present. -
Hour_value
int Hour_value
Value of field Hour. -
Minute_present
boolean Minute_present
Whether field Minute is present. -
Minute_value
int Minute_value
Value of field Minute.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.IMEIAddress extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Address_value
byte[] Address_value
Encoded form of field Address.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.IMSIAddress extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Address_value
byte[] Address_value
Encoded form of field Address.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.LegType extends AbstractLazyEncodedNamedInteger<LegType.EncodedValue> implements Serializable
-
Serialized Fields
-
EncodedValue_value
LegType.EncodedValue EncodedValue_value
Value of field EncodedValue.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.LegType.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.LMSIAddress extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Id_present
boolean Id_present
Whether field Id is present. -
Id_value
int Id_value
Value of field Id.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.LocalisedServiceAreaId extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
AddressType_value
LocalisedServiceAreaId.AddressType AddressType_value
Value of field AddressType. -
LocalisedServiceAreaId_present
boolean LocalisedServiceAreaId_present
Whether field LocalisedServiceAreaId is present. -
LocalisedServiceAreaId_value
int LocalisedServiceAreaId_value
Value of field LocalisedServiceAreaId.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.LocationAreaId extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
LocationAreaCode_present
boolean LocationAreaCode_present
Whether field LocationAreaCode is present. -
LocationAreaCode_value
int LocationAreaCode_value
Value of field LocationAreaCode. -
MobileCountryCode_value
byte[] MobileCountryCode_value
Encoded form of field MobileCountryCode. -
MobileNetworkCode_value
byte[] MobileNetworkCode_value
Encoded form of field MobileNetworkCode.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.LocationNumber extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Address_value
EncodedStringWithIndicators Address_value
Encoded form of field Address. -
Nature_value
LocationNumber.Nature Nature_value
Value of field Nature. -
NumberingPlan_value
LocationNumber.NumberingPlan NumberingPlan_value
Value of field NumberingPlan. -
Presentation_value
LocationNumber.Presentation Presentation_value
Value of field Presentation. -
RoutingToInternalNetworkNumber_value
LocationNumber.RoutingToInternalNetworkNumber RoutingToInternalNetworkNumber_value
Value of field RoutingToInternalNetworkNumber. -
Screening_value
LocationNumber.Screening Screening_value
Value of field Screening.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.LocationNumber.Nature extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
choice
MSBearerCapability.Choice choice
Discriminant for which choice is chosen. -
GSM_lastEncoded
byte[] GSM_lastEncoded
-
GSM_value
MSBearerCapability.GSM GSM_value
Value of field GSM. -
Other_value
byte[] Other_value
Value of field Other.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Content_lastEncoded
byte[] Content_lastEncoded
-
Content_value
MSBearerCapability.GSM.Content Content_value
Value of field Content. -
RadioChannelReq_value
MSBearerCapability.GSM.RadioChannelReq RadioChannelReq_value
Value of field RadioChannelReq. -
TransferMode_value
MSBearerCapability.GSM.TransferMode TransferMode_value
Value of field TransferMode.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
choice
MSBearerCapability.GSM.Content.Choice choice
Discriminant for which choice is chosen. -
NonSpeech_lastEncoded
byte[] NonSpeech_lastEncoded
-
NonSpeech_value
MSBearerCapability.GSM.Content.NonSpeech NonSpeech_value
Value of field NonSpeech. -
Speech_lastEncoded
byte[] Speech_lastEncoded
-
Speech_value
MSBearerCapability.GSM.Content.Speech Speech_value
Value of field Speech.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Access_lastEncoded
byte[] Access_lastEncoded
-
Access_value
MSBearerCapability.GSM.Content.NonSpeech.Access Access_value
Value of field Access. -
DataProtocol_lastEncoded
byte[] DataProtocol_lastEncoded
-
DataProtocol_value
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol DataProtocol_value
Value of field DataProtocol. -
Layer1Capability_lastEncoded
byte[] Layer1Capability_lastEncoded
-
Layer1Capability_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability Layer1Capability_value
Value of field Layer1Capability. -
Layer2Protocol_value
MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol Layer2Protocol_value
Value of field Layer2Protocol. -
TransferCapability_value
MSBearerCapability.GSM.Content.NonSpeech.TransferCapability TransferCapability_value
Value of field TransferCapability.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Access extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
O5a_lastEncoded
byte[] O5a_lastEncoded
-
O5a_value
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a O5a_value
Value of field O5a. -
RateAdaption_value
MSBearerCapability.GSM.Content.NonSpeech.Access.RateAdaption RateAdaption_value
Value of field RateAdaption. -
SignallingAccessProtocol_value
MSBearerCapability.GSM.Content.NonSpeech.Access.SignallingAccessProtocol SignallingAccessProtocol_value
Value of field SignallingAccessProtocol.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Access.O5a extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
O5b_lastEncoded
byte[] O5b_lastEncoded
-
O5b_value
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b O5b_value
Value of field O5b. -
OtherITC_value
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherITC OtherITC_value
Value of field OtherITC. -
OtherRateAdaption_value
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption OtherRateAdaption_value
Value of field OtherRateAdaption.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Assigning_value
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.Assigning Assigning_value
Value of field Assigning. -
InbandNegotiation_value
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.InbandNegotiation InbandNegotiation_value
Value of field InbandNegotiation. -
LLI_value
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.LLI LLI_value
Value of field LLI. -
Mode_value
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.Mode Mode_value
Value of field Mode. -
Multiframe_value
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.Multiframe Multiframe_value
Value of field Multiframe. -
RateAdaptHeader_value
MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.O5b.RateAdaptHeader RateAdaptHeader_value
Value of field RateAdaptHeader.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherITC extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Access.O5a.OtherRateAdaption extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Access.SignallingAccessProtocol extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.DataProtocol extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Compression_value
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Compression Compression_value
Value of field Compression. -
Configuration_value
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Configuration Configuration_value
Value of field Configuration. -
DuplexMode_value
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.DuplexMode DuplexMode_value
Value of field DuplexMode. -
Establishment_value
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Establishment Establishment_value
Value of field Establishment. -
NIRR_value
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.NIRR NIRR_value
Value of field NIRR. -
Structure_value
MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Structure Structure_value
Value of field Structure.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Configuration extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Establishment extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.NIRR extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.DataProtocol.Structure extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Asynchronous_present
boolean Asynchronous_present
Whether field Asynchronous is present. -
Asynchronous_value
boolean Asynchronous_value
Value of field Asynchronous. -
Layer1Protocol_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.Layer1Protocol Layer1Protocol_value
Value of field Layer1Protocol. -
O6a_lastEncoded
byte[] O6a_lastEncoded
-
O6a_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a O6a_value
Value of field O6a.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.Layer1Protocol extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Negotiation_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.Negotiation Negotiation_value
Value of field Negotiation. -
NumberOfDataBits_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.NumberOfDataBits NumberOfDataBits_value
Value of field NumberOfDataBits. -
NumberOfStopBits_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.NumberOfStopBits NumberOfStopBits_value
Value of field NumberOfStopBits. -
O6b_lastEncoded
byte[] O6b_lastEncoded
-
O6b_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b O6b_value
Value of field O6b. -
UserRate_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate UserRate_value
Value of field UserRate.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.Negotiation extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
IntermediateRate_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.IntermediateRate IntermediateRate_value
Value of field IntermediateRate. -
NetworkIndependentClockOnReceive_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.NetworkIndependentClockOnReceive NetworkIndependentClockOnReceive_value
Value of field NetworkIndependentClockOnReceive. -
NetworkIndependentClockOnTransmit_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.NetworkIndependentClockOnTransmit NetworkIndependentClockOnTransmit_value
Value of field NetworkIndependentClockOnTransmit. -
O6c_lastEncoded
byte[] O6c_lastEncoded
-
O6c_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c O6c_value
Value of field O6c. -
Parity_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.Parity Parity_value
Value of field Parity.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.IntermediateRate extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
ConnectionElement_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.ConnectionElement ConnectionElement_value
Value of field ConnectionElement. -
ModemType_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.ModemType ModemType_value
Value of field ModemType. -
O6d_lastEncoded
byte[] O6d_lastEncoded
-
O6d_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d O6d_value
Value of field O6d.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.ModemType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
FixedUserRate_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.FixedUserRate FixedUserRate_value
Value of field FixedUserRate. -
O6e_lastEncoded
byte[] O6e_lastEncoded
-
O6e_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e O6e_value
Value of field O6e. -
OtherModemType_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.OtherModemType OtherModemType_value
Value of field OtherModemType.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.FixedUserRate extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
ChannelCodingTCH_F14_4_present
boolean ChannelCodingTCH_F14_4_present
Whether field ChannelCodingTCH_F14_4 is present. -
ChannelCodingTCH_F14_4_value
boolean ChannelCodingTCH_F14_4_value
Value of field ChannelCodingTCH_F14_4. -
ChannelCodingTCH_F4_8_present
boolean ChannelCodingTCH_F4_8_present
Whether field ChannelCodingTCH_F4_8 is present. -
ChannelCodingTCH_F4_8_value
boolean ChannelCodingTCH_F4_8_value
Value of field ChannelCodingTCH_F4_8. -
ChannelCodingTCH_F9_6_present
boolean ChannelCodingTCH_F9_6_present
Whether field ChannelCodingTCH_F9_6 is present. -
ChannelCodingTCH_F9_6_value
boolean ChannelCodingTCH_F9_6_value
Value of field ChannelCodingTCH_F9_6. -
MaxTrafficChannels_present
boolean MaxTrafficChannels_present
Whether field MaxTrafficChannels is present. -
MaxTrafficChannels_value
int MaxTrafficChannels_value
Value of field MaxTrafficChannels. -
O6f_lastEncoded
byte[] O6f_lastEncoded
-
O6f_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f O6f_value
Value of field O6f.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
O6g_lastEncoded
byte[] O6g_lastEncoded
-
O6g_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g O6g_value
Value of field O6g. -
UIMI_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.UIMI UIMI_value
Value of field UIMI. -
WantedAirInterface_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.WantedAirInterface WantedAirInterface_value
Value of field WantedAirInterface.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
AsymmetryIndication_value
MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g.AsymmetryIndication AsymmetryIndication_value
Value of field AsymmetryIndication. -
ChannelCodingExtTCH_F28_8_present
boolean ChannelCodingExtTCH_F28_8_present
Whether field ChannelCodingExtTCH_F28_8 is present. -
ChannelCodingExtTCH_F28_8_value
boolean ChannelCodingExtTCH_F28_8_value
Value of field ChannelCodingExtTCH_F28_8. -
ChannelCodingExtTCH_F32_0_present
boolean ChannelCodingExtTCH_F32_0_present
Whether field ChannelCodingExtTCH_F32_0 is present. -
ChannelCodingExtTCH_F32_0_value
boolean ChannelCodingExtTCH_F32_0_value
Value of field ChannelCodingExtTCH_F32_0. -
ChannelCodingExtTCH_F43_2_present
boolean ChannelCodingExtTCH_F43_2_present
Whether field ChannelCodingExtTCH_F43_2 is present. -
ChannelCodingExtTCH_F43_2_value
boolean ChannelCodingExtTCH_F43_2_value
Value of field ChannelCodingExtTCH_F43_2.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.O6g.AsymmetryIndication extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.UIMI extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.O6e.O6f.WantedAirInterface extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.O6c.O6d.OtherModemType extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.O6b.Parity extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer1Capability.O6a.UserRate extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.Layer2Protocol extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.NonSpeech.TransferCapability extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.Speech extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
CTM_value
MSBearerCapability.GSM.Content.Speech.CTM CTM_value
Value of field CTM. -
SpeechVersions_value
MSBearerCapability.GSM.Content.Speech.SpeechVersion[] SpeechVersions_value
Value of field SpeechVersions.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content.Speech.SpeechVersion extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.RadioChannelReq extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSClassmark extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
choice
MSClassmark.Choice choice
Discriminant for which choice is chosen. -
MSClassmark1_lastEncoded
byte[] MSClassmark1_lastEncoded
-
MSClassmark1_value
MSClassmark.MSClassmark1 MSClassmark1_value
Value of field MSClassmark1. -
MSClassmark2_lastEncoded
byte[] MSClassmark2_lastEncoded
-
MSClassmark2_value
MSClassmark.MSClassmark2 MSClassmark2_value
Value of field MSClassmark2. -
MSClassmark3_value
byte[] MSClassmark3_value
Value of field MSClassmark3.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSClassmark.MSClassmark1 extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
A51Algorithm_value
MSClassmark.MSClassmark1.A51Algorithm A51Algorithm_value
Value of field A51Algorithm. -
ESIndicator_value
MSClassmark.MSClassmark1.ESIndicator ESIndicator_value
Value of field ESIndicator. -
IEI_present
boolean IEI_present
Whether field IEI is present. -
IEI_value
int IEI_value
Value of field IEI. -
RevisionLevel_value
MSClassmark.MSClassmark1.RevisionLevel RevisionLevel_value
Value of field RevisionLevel. -
RFPowerCapability_value
MSClassmark.MSClassmark1.RFPowerCapability RFPowerCapability_value
Value of field RFPowerCapability.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSClassmark.MSClassmark1.RevisionLevel extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSClassmark.MSClassmark1.RFPowerCapability extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSClassmark.MSClassmark2 extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
A51Algorithm_value
MSClassmark.MSClassmark2.A51Algorithm A51Algorithm_value
Value of field A51Algorithm. -
A52Algorithm_value
MSClassmark.MSClassmark2.A52Algorithm A52Algorithm_value
Value of field A52Algorithm. -
A53Algorithm_value
MSClassmark.MSClassmark2.A53Algorithm A53Algorithm_value
Value of field A53Algorithm. -
CM3_value
MSClassmark.MSClassmark2.CM3 CM3_value
Value of field CM3. -
CMServicePrompt_value
MSClassmark.MSClassmark2.CMServicePrompt CMServicePrompt_value
Value of field CMServicePrompt. -
ESIndicator_value
MSClassmark.MSClassmark2.ESIndicator ESIndicator_value
Value of field ESIndicator. -
FrequencyCapability_value
MSClassmark.MSClassmark2.FrequencyCapability FrequencyCapability_value
Value of field FrequencyCapability. -
IEI_present
boolean IEI_present
Whether field IEI is present. -
IEI_value
int IEI_value
Value of field IEI. -
LCSVACapability_value
MSClassmark.MSClassmark2.LCSVACapability LCSVACapability_value
Value of field LCSVACapability. -
PSCapability_value
MSClassmark.MSClassmark2.PSCapability PSCapability_value
Value of field PSCapability. -
RevisionLevel_value
MSClassmark.MSClassmark2.RevisionLevel RevisionLevel_value
Value of field RevisionLevel. -
RFPowerCapability_value
MSClassmark.MSClassmark2.RFPowerCapability RFPowerCapability_value
Value of field RFPowerCapability. -
SMCapability_value
MSClassmark.MSClassmark2.SMCapability SMCapability_value
Value of field SMCapability. -
SoLSA_value
MSClassmark.MSClassmark2.SoLSA SoLSA_value
Value of field SoLSA. -
SSScreeningIndicator_value
MSClassmark.MSClassmark2.SSScreeningIndicator SSScreeningIndicator_value
Value of field SSScreeningIndicator. -
UCS2Treatment_value
MSClassmark.MSClassmark2.UCS2Treatment UCS2Treatment_value
Value of field UCS2Treatment. -
VBS_value
MSClassmark.MSClassmark2.VBS VBS_value
Value of field VBS. -
VGCS_value
MSClassmark.MSClassmark2.VGCS VGCS_value
Value of field VGCS.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSClassmark.MSClassmark2.RevisionLevel extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSClassmark.MSClassmark2.RFPowerCapability extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.MSClassmark.MSClassmark2.SSScreeningIndicator extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.OriginalCalledNumber extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Address_value
EncodedStringWithIndicators Address_value
Encoded form of field Address. -
Nature_value
OriginalCalledNumber.Nature Nature_value
Value of field Nature. -
NumberingPlan_value
OriginalCalledNumber.NumberingPlan NumberingPlan_value
Value of field NumberingPlan. -
Presentation_value
OriginalCalledNumber.Presentation Presentation_value
Value of field Presentation.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.OriginalCalledNumber.Nature extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.PriceInHundredthsOfUnits extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Price_codec
BCDPlacesStringCodec Price_codec
StringCodec for converting digit string to BCD representation. -
Price_present
boolean Price_present
Whether field Price is present. -
Price_value
int Price_value
Value of field Price. -
PriceIndicators
StringIndicators PriceIndicators
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.RedirectingPartyNumber extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Address_value
EncodedStringWithIndicators Address_value
Encoded form of field Address. -
Nature_value
RedirectingPartyNumber.Nature Nature_value
Value of field Nature. -
NumberingPlan_value
RedirectingPartyNumber.NumberingPlan NumberingPlan_value
Value of field NumberingPlan. -
Presentation_value
RedirectingPartyNumber.Presentation Presentation_value
Value of field Presentation.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.RedirectingPartyNumber.Nature extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.RedirectionInformation extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
OriginalReason_value
RedirectionInformation.OriginalReason OriginalReason_value
Value of field OriginalReason. -
Redirecting_value
RedirectionInformation.Redirecting Redirecting_value
Value of field Redirecting. -
RedirectingReason_value
RedirectionInformation.RedirectingReason RedirectingReason_value
Value of field RedirectingReason. -
RedirectionCounter_present
boolean RedirectionCounter_present
Whether field RedirectionCounter is present. -
RedirectionCounter_value
int RedirectionCounter_value
Value of field RedirectionCounter.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.RedirectionInformation.OriginalReason extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.RedirectionInformation.Redirecting extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.RedirectionInformation.RedirectingReason extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.Signal extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
SignalValue_value
Signal.SignalValue SignalValue_value
Value of field SignalValue.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.Signal.SignalValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.TimeAndTimezone extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Day_present
boolean Day_present
Whether field Day is present. -
Day_value
int Day_value
Value of field Day. -
Hour_present
boolean Hour_present
Whether field Hour is present. -
Hour_value
int Hour_value
Value of field Hour. -
Minute_present
boolean Minute_present
Whether field Minute is present. -
Minute_value
int Minute_value
Value of field Minute. -
Month_present
boolean Month_present
Whether field Month is present. -
Month_value
int Month_value
Value of field Month. -
Second_present
boolean Second_present
Whether field Second is present. -
Second_value
int Second_value
Value of field Second. -
Timezone_present
boolean Timezone_present
Whether field Timezone is present. -
Timezone_value
int Timezone_value
Value of field Timezone. -
Year_present
boolean Year_present
Whether field Year is present. -
Year_value
int Year_value
Value of field Year.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.Treatment extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
TreatmentValue_value
Treatment.TreatmentValue TreatmentValue_value
Value of field TreatmentValue.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.cc.YearMonthDay extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Day_present
boolean Day_present
Whether field Day is present. -
Day_value
int Day_value
Value of field Day. -
Month_present
boolean Month_present
Whether field Month is present. -
Month_value
int Month_value
Value of field Month. -
Year_present
boolean Year_present
Whether field Year is present. -
Year_value
int Year_value
Value of field Year.
-
-
-
-
Package com.opencloud.slee.resources.in.datatypes.map
-
Class com.opencloud.slee.resources.in.datatypes.map.AccessPointName extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
NetworkId_value
byte[] NetworkId_value
Encoded form of field NetworkId.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.map.AccessPointNameOperatorId extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
OperatorId_value
byte[] OperatorId_value
Encoded form of field OperatorId.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.map.Cksn extends AbstractEncodedDataObject<NamedInteger> implements Serializable
-
Class com.opencloud.slee.resources.in.datatypes.map.Cksn.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.map.ExtForwOptions extends ForwardingOptions implements Serializable
-
Serialized Fields
-
ForwardingReason_value
ForwardingOptions.ForwardingReason ForwardingReason_value
Value of field ForwardingReason. -
NotificationToCallingParty_present
boolean NotificationToCallingParty_present
Whether field NotificationToCallingParty is present. -
NotificationToCallingParty_value
boolean NotificationToCallingParty_value
Value of field NotificationToCallingParty. -
NotificationToForwardingParty_present
boolean NotificationToForwardingParty_present
Whether field NotificationToForwardingParty is present. -
NotificationToForwardingParty_value
boolean NotificationToForwardingParty_value
Value of field NotificationToForwardingParty. -
RedirectingPresentation_present
boolean RedirectingPresentation_present
Whether field RedirectingPresentation is present. -
RedirectingPresentation_value
boolean RedirectingPresentation_value
Value of field RedirectingPresentation.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.map.ForwardingOptions extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
ForwardingReason_value
ForwardingOptions.ForwardingReason ForwardingReason_value
Value of field ForwardingReason. -
NotificationToCallingParty_present
boolean NotificationToCallingParty_present
Whether field NotificationToCallingParty is present. -
NotificationToCallingParty_value
boolean NotificationToCallingParty_value
Value of field NotificationToCallingParty. -
NotificationToForwardingParty_present
boolean NotificationToForwardingParty_present
Whether field NotificationToForwardingParty is present. -
NotificationToForwardingParty_value
boolean NotificationToForwardingParty_value
Value of field NotificationToForwardingParty. -
RedirectingPresentation_present
boolean RedirectingPresentation_present
Whether field RedirectingPresentation is present. -
RedirectingPresentation_value
boolean RedirectingPresentation_value
Value of field RedirectingPresentation.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.map.GSNAddress extends AbstractEncodedDataObject<byte[]> implements Serializable
-
Class com.opencloud.slee.resources.in.datatypes.map.ISDNSubaddress extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
choice
ISDNSubaddress.Choice choice
Discriminant for which choice is chosen. -
Nsap_value
NSAPAddress Nsap_value
Value of field Nsap. -
User_value
EncodedStringWithIndicators User_value
Encoded form of field User.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.map.MMCode extends AbstractLazyEncodedNamedInteger<MMCode.EncodedValue> implements Serializable
-
Serialized Fields
-
EncodedValue_value
MMCode.EncodedValue EncodedValue_value
Value of field EncodedValue.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.map.MMCode.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.map.SSCode extends AbstractLazyEncodedNamedInteger<SSCode.EncodedValue> implements Serializable
-
Serialized Fields
-
EncodedValue_value
SSCode.EncodedValue EncodedValue_value
Value of field EncodedValue.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.map.SSCode.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
-
Package com.opencloud.slee.resources.in.datatypes.map.nsap
-
Class com.opencloud.slee.resources.in.datatypes.map.nsap.AFIAlreadyPutException extends Exception implements Serializable
-
Class com.opencloud.slee.resources.in.datatypes.map.nsap.AFIUnknownException extends Exception implements Serializable
-
Class com.opencloud.slee.resources.in.datatypes.map.nsap.NSAPAddress extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
AuthorityAndFormatId_value
EncodedStringWithIndicators AuthorityAndFormatId_value
Encoded form of field AuthorityAndFormatId. -
DomainSpecificPart_value
byte[] DomainSpecificPart_value
Encoded form of field DomainSpecificPart. -
InitialDomainId_value
EncodedStringWithIndicators InitialDomainId_value
Encoded form of field InitialDomainId.
-
-
-
-
Package com.opencloud.slee.resources.in.datatypes.sms
-
Class com.opencloud.slee.resources.in.datatypes.sms.GSM7PACKEDStringCodec extends Object implements Serializable
-
Class com.opencloud.slee.resources.in.datatypes.sms.RPCause extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
CauseValue_value
RPCause.CauseValue CauseValue_value
Value of field CauseValue. -
Diagnostic_present
boolean Diagnostic_present
Whether field Diagnostic is present. -
Diagnostic_value
int Diagnostic_value
Value of field Diagnostic.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.RPCause.CauseValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSAddress extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Address_value
EncodedStringWithIndicators Address_value
Encoded form of field Address. -
Nature_value
SMSAddress.Nature Nature_value
Value of field Nature. -
NumberingPlan_value
SMSAddress.NumberingPlan NumberingPlan_value
Value of field NumberingPlan.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSAddress.Nature extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSCommand extends SMSTPDU implements Serializable
-
Serialized Fields
-
CommandData_value
byte[] CommandData_value
Value of field CommandData. -
CommandType_present
boolean CommandType_present
Whether field CommandType is present. -
CommandType_value
int CommandType_value
Value of field CommandType. -
DestinationAddress_value
SMSAddress DestinationAddress_value
Value of field DestinationAddress. -
MessageNumber_present
boolean MessageNumber_present
Whether field MessageNumber is present. -
MessageNumber_value
int MessageNumber_value
Value of field MessageNumber. -
MessageReference_present
boolean MessageReference_present
Whether field MessageReference is present. -
MessageReference_value
int MessageReference_value
Value of field MessageReference. -
OnlyHeader_present
boolean OnlyHeader_present
Whether field OnlyHeader is present. -
OnlyHeader_value
ASN1Null OnlyHeader_value
Value of field OnlyHeader. -
ProtocolId_value
SMSProtocolId ProtocolId_value
Value of field ProtocolId. -
StatusReportRequest_value
SMSCommand.StatusReportRequest StatusReportRequest_value
Value of field StatusReportRequest. -
UserDataHeaderIndicator_value
SMSCommand.UserDataHeaderIndicator UserDataHeaderIndicator_value
Value of field UserDataHeaderIndicator.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSDataCodingScheme extends AbstractLazyEncodedNamedInteger<SMSDataCodingScheme.EncodedValue> implements Serializable
-
Serialized Fields
-
AutoDelete_lastEncoded
NamedInteger AutoDelete_lastEncoded
-
AutoDelete_value
SMSDataCodingScheme.GeneralScheme AutoDelete_value
Value of field AutoDelete. -
choice
SMSDataCodingScheme.Choice choice
Discriminant for which choice is chosen. -
GeneralData_lastEncoded
NamedInteger GeneralData_lastEncoded
-
GeneralData_value
SMSDataCodingScheme.GeneralScheme GeneralData_value
Value of field GeneralData. -
MessageCoding_value
SMSDataCodingScheme.MessageCodingScheme MessageCoding_value
Value of field MessageCoding. -
MessageWaitingDiscard_value
SMSDataCodingScheme.MessageWaitingScheme MessageWaitingDiscard_value
Value of field MessageWaitingDiscard. -
MessageWaitingStoreGSM7_value
SMSDataCodingScheme.MessageWaitingScheme MessageWaitingStoreGSM7_value
Value of field MessageWaitingStoreGSM7. -
MessageWaitingStoreUCS2_value
SMSDataCodingScheme.MessageWaitingScheme MessageWaitingStoreUCS2_value
Value of field MessageWaitingStoreUCS2.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSDataCodingScheme.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSDataCodingScheme.GeneralScheme extends AbstractLazyEncodedNamedInteger<SMSDataCodingScheme.GeneralScheme.EncodedValue> implements Serializable
-
Serialized Fields
-
CharacterSet_value
SMSDataCodingScheme.GeneralScheme.CharacterSet CharacterSet_value
Value of field CharacterSet. -
Compressed_present
boolean Compressed_present
Whether field Compressed is present. -
Compressed_value
boolean Compressed_value
Value of field Compressed. -
MessageClass_value
SMSDataCodingScheme.MessageClass MessageClass_value
Value of field MessageClass.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSDataCodingScheme.GeneralScheme.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSDataCodingScheme.MessageCodingScheme extends AbstractLazyEncodedNamedInteger<SMSDataCodingScheme.MessageCodingScheme.EncodedValue> implements Serializable
-
Serialized Fields
-
MessageClass_value
SMSDataCodingScheme.MessageClass MessageClass_value
Value of field MessageClass. -
MessageCoding_value
SMSDataCodingScheme.MessageCodingScheme.MessageCoding MessageCoding_value
Value of field MessageCoding.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSDataCodingScheme.MessageCodingScheme.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSDataCodingScheme.MessageWaitingScheme extends AbstractLazyEncodedNamedInteger<SMSDataCodingScheme.MessageWaitingScheme.EncodedValue> implements Serializable
-
Serialized Fields
-
IndicationActive_present
boolean IndicationActive_present
Whether field IndicationActive is present. -
IndicationActive_value
boolean IndicationActive_value
Value of field IndicationActive. -
IndicationType_value
SMSDataCodingScheme.MessageWaitingScheme.IndicationType IndicationType_value
Value of field IndicationType.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSDataCodingScheme.MessageWaitingScheme.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSDeliver extends SMSTPDUWithData implements Serializable
-
Serialized Fields
-
LoopPrevention_present
boolean LoopPrevention_present
Whether field LoopPrevention is present. -
LoopPrevention_value
boolean LoopPrevention_value
Value of field LoopPrevention. -
MoreMessagesToSend_value
SMSDeliver.MoreMessagesToSend MoreMessagesToSend_value
Value of field MoreMessagesToSend. -
OriginatingAddress_value
SMSAddress OriginatingAddress_value
Value of field OriginatingAddress. -
ReplyPath_value
SMSDeliver.ReplyPath ReplyPath_value
Value of field ReplyPath. -
ServiceCentreTimeStamp_value
SMSTimeStamp ServiceCentreTimeStamp_value
Value of field ServiceCentreTimeStamp. -
StatusReportIndication_value
SMSDeliver.StatusReportIndication StatusReportIndication_value
Value of field StatusReportIndication.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSDeliverReport extends SMSTPDUWithData implements Serializable
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSDeliverReportAck extends SMSDeliverReport implements Serializable
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSDeliverReportError extends SMSDeliverReport implements Serializable
-
Serialized Fields
-
FailureCause_value
SMSFailureCause FailureCause_value
Value of field FailureCause.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSFailureCause extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSProtocolId extends AbstractLazyEncodedNamedInteger<SMSProtocolId.EncodedValue> implements Serializable
-
Serialized Fields
-
ApplicationLayerProtocol_value
SMSProtocolId.ApplicationLayerProtocol ApplicationLayerProtocol_value
Value of field ApplicationLayerProtocol. -
choice
SMSProtocolId.Choice choice
Discriminant for which choice is chosen. -
ServiceCentreProtocol_value
SMSProtocolId.ServiceCentreProtocol ServiceCentreProtocol_value
Value of field ServiceCentreProtocol. -
TelematicDevice_value
SMSProtocolId.TelematicDevice TelematicDevice_value
Value of field TelematicDevice. -
TransferLayerProtocol_value
SMSProtocolId.TransferLayerProtocol TransferLayerProtocol_value
Value of field TransferLayerProtocol.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSProtocolId.ApplicationLayerProtocol extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSProtocolId.EncodedValue extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSProtocolId.ServiceCentreProtocol extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSProtocolId.TelematicDevice extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSProtocolId.TransferLayerProtocol extends NamedInteger implements Serializable
-
Serialization Methods
-
readResolve
private Object readResolve()
Converts a deserialized object to any known instance.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSReserved extends SMSTPDU implements Serializable
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSStatusReport extends SMSTPDUWithData implements Serializable
-
Serialized Fields
-
DischargeTime_value
SMSTimeStamp DischargeTime_value
Value of field DischargeTime. -
LoopPrevention_present
boolean LoopPrevention_present
Whether field LoopPrevention is present. -
LoopPrevention_value
boolean LoopPrevention_value
Value of field LoopPrevention. -
MessageReference_present
boolean MessageReference_present
Whether field MessageReference is present. -
MessageReference_value
int MessageReference_value
Value of field MessageReference. -
MoreMessagesToSend_value
SMSStatusReport.MoreMessagesToSend MoreMessagesToSend_value
Value of field MoreMessagesToSend. -
RecipientAddress_value
SMSAddress RecipientAddress_value
Value of field RecipientAddress. -
ServiceCentreTimeStamp_value
SMSTimeStamp ServiceCentreTimeStamp_value
Value of field ServiceCentreTimeStamp. -
Status_present
boolean Status_present
Whether field Status is present. -
Status_value
int Status_value
Value of field Status. -
StatusReportQualifier_present
boolean StatusReportQualifier_present
Whether field StatusReportQualifier is present. -
StatusReportQualifier_value
boolean StatusReportQualifier_value
Value of field StatusReportQualifier.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSSubmit extends SMSTPDUWithData implements Serializable
-
Serialized Fields
-
DestinationAddress_value
SMSAddress DestinationAddress_value
Value of field DestinationAddress. -
MessageReference_present
boolean MessageReference_present
Whether field MessageReference is present. -
MessageReference_value
int MessageReference_value
Value of field MessageReference. -
RejectDuplicates_present
boolean RejectDuplicates_present
Whether field RejectDuplicates is present. -
RejectDuplicates_value
boolean RejectDuplicates_value
Value of field RejectDuplicates. -
ReplyPath_value
SMSSubmit.ReplyPath ReplyPath_value
Value of field ReplyPath. -
StatusReportRequest_value
SMSSubmit.StatusReportRequest StatusReportRequest_value
Value of field StatusReportRequest. -
ValidityPeriod_lastEncoded
byte[] ValidityPeriod_lastEncoded
-
ValidityPeriod_value
SMSSubmit.ValidityPeriod ValidityPeriod_value
Value of field ValidityPeriod.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSSubmit.ValidityPeriod extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
choice
SMSSubmit.ValidityPeriod.Choice choice
Discriminant for which choice is chosen. -
EnhancedValidityPeriod_lastEncoded
byte[] EnhancedValidityPeriod_lastEncoded
-
EnhancedValidityPeriod_value
SMSSubmit.ValidityPeriod.EnhancedValidityPeriod EnhancedValidityPeriod_value
Value of field EnhancedValidityPeriod. -
Length_value
int Length_value
Value of field Length. -
TimeStamp_value
SMSTimeStamp TimeStamp_value
Value of field TimeStamp.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSSubmit.ValidityPeriod.EnhancedValidityPeriod extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
EnhancedDuration_lastEncoded
byte[] EnhancedDuration_lastEncoded
-
EnhancedDuration_value
SMSSubmit.ValidityPeriod.EnhancedValidityPeriod.EnhancedDuration EnhancedDuration_value
Value of field EnhancedDuration. -
SingleShotSM_present
boolean SingleShotSM_present
Whether field SingleShotSM is present. -
SingleShotSM_value
boolean SingleShotSM_value
Value of field SingleShotSM.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSSubmit.ValidityPeriod.EnhancedValidityPeriod.EnhancedDuration extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Hours_present
boolean Hours_present
Whether field Hours is present. -
Hours_value
int Hours_value
Value of field Hours. -
Length_present
boolean Length_present
Whether field Length is present. -
Length_value
int Length_value
Value of field Length. -
Minutes_present
boolean Minutes_present
Whether field Minutes is present. -
Minutes_value
int Minutes_value
Value of field Minutes. -
Seconds_present
boolean Seconds_present
Whether field Seconds is present. -
Seconds_value
int Seconds_value
Value of field Seconds.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSSubmitReport extends SMSTPDUWithData implements Serializable
-
Serialized Fields
-
ServiceCentreTimeStamp_value
SMSTimeStamp ServiceCentreTimeStamp_value
Value of field ServiceCentreTimeStamp.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSSubmitReportAck extends SMSSubmitReport implements Serializable
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSSubmitReportError extends SMSSubmitReport implements Serializable
-
Serialized Fields
-
FailureCause_value
SMSFailureCause FailureCause_value
Value of field FailureCause.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSTimeStamp extends AbstractLazyEncodedByteArray implements Serializable
-
Serialized Fields
-
Day_present
boolean Day_present
Whether field Day is present. -
Day_value
int Day_value
Value of field Day. -
Hour_present
boolean Hour_present
Whether field Hour is present. -
Hour_value
int Hour_value
Value of field Hour. -
Minute_present
boolean Minute_present
Whether field Minute is present. -
Minute_value
int Minute_value
Value of field Minute. -
Month_present
boolean Month_present
Whether field Month is present. -
Month_value
int Month_value
Value of field Month. -
Second_present
boolean Second_present
Whether field Second is present. -
Second_value
int Second_value
Value of field Second. -
Timezone_present
boolean Timezone_present
Whether field Timezone is present. -
Timezone_value
int Timezone_value
Value of field Timezone. -
Year_present
boolean Year_present
Whether field Year is present. -
Year_value
int Year_value
Value of field Year.
-
-
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU extends AbstractLazyEncodedByteArray implements Serializable
-
Class com.opencloud.slee.resources.in.datatypes.sms.SMSTPDUWithData extends SMSTPDU implements Serializable
-
Serialized Fields
-
DataCodingScheme_value
SMSDataCodingScheme DataCodingScheme_value
Value of field DataCodingScheme. -
OnlyHeader_present
boolean OnlyHeader_present
Whether field OnlyHeader is present. -
OnlyHeader_value
ASN1Null OnlyHeader_value
Value of field OnlyHeader. -
ProtocolId_value
SMSProtocolId ProtocolId_value
Value of field ProtocolId. -
UserData_value
byte[] UserData_value
Value of field UserData. -
UserDataHeaderIndicator_value
SMSTPDUWithData.UserDataHeaderIndicator UserDataHeaderIndicator_value
Value of field UserDataHeaderIndicator. -
UserDataLength_present
boolean UserDataLength_present
Whether field UserDataLength is present. -
UserDataLength_value
int UserDataLength_value
Value of field UserDataLength.
-
-
-
-
Package com.opencloud.util
-
Class com.opencloud.util.AbstractDataObject extends Object implements Serializable
-
Serialized Fields
-
readonly
boolean readonly
Whether this DataObject is read-only.
-
-
-
Class com.opencloud.util.AbstractFieldsObject extends AbstractDataObject implements Serializable
-
Class com.opencloud.util.Either extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace()
-
-
-
Class com.opencloud.util.Fallible extends Object implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace()
-
-
-
Class com.opencloud.util.Future.TimeoutException extends Exception implements Serializable
-
Class com.opencloud.util.ImmutableDataObject extends Object implements Serializable
-
Class com.opencloud.util.IntSet extends Object implements Serializable
-
Serialized Fields
-
data
int[] data
Sorted array of ints in this IntSet. -
size
int size
Number of ints in this IntSet.
-
-
-
Class com.opencloud.util.MutableBoolean extends Object implements Serializable
-
Serialized Fields
-
value
boolean value
-
-
-
Class com.opencloud.util.NamedInteger extends Number implements Serializable
- serialVersionUID:
- 6101197500522051465L
-
Serialized Fields
-
description
String description
Name. -
value
long value
Numeric value.
-
-
Class com.opencloud.util.Option extends Object implements Serializable
-
Serialized Fields
-
type
com.opencloud.util.Option.Type type
-
value
V extends Object value
-
-
-