public class CAP4InitialDPArg extends CAP3InitialDPArg
InitialDPArg ::= SEQUENCE { serviceKey ServiceKey, calledPartyNumber CalledPartyNumber OPTIONAL, callingPartyNumber CallingPartyNumber OPTIONAL, callingPartysCategory CallingPartysCategory OPTIONAL, cGEncountered CGEncountered OPTIONAL, iPSSPCapabilities IPSSPCapabilities OPTIONAL, locationNumber LocationNumber OPTIONAL, originalCalledPartyID OriginalCalledPartyID OPTIONAL, extensions Extensions OPTIONAL, highLayerCompatibility HighLayerCompatibility OPTIONAL, additionalCallingPartyNumber AdditionalCallingPartyNumber OPTIONAL, bearerCapability BearerCapability OPTIONAL, eventTypeBCSM EventTypeBCSM OPTIONAL, redirectingPartyID RedirectingPartyID OPTIONAL, redirectionInformation RedirectionInformation OPTIONAL, cause Cause OPTIONAL, serviceInteractionIndicatorsTwo ServiceInteractionIndicatorsTwo OPTIONAL, carrier Carrier OPTIONAL, cug-Index CUG-Index OPTIONAL, cug-Interlock CUG-Interlock OPTIONAL, cug-OutgoingAccess NULL OPTIONAL, iMSI IMSI OPTIONAL, subscriberState SubscriberState OPTIONAL, locationInformation LocationInformation OPTIONAL, ext-basicServiceCode Ext-BasicServiceCode OPTIONAL, callReferenceNumber CallReferenceNumber OPTIONAL, mscAddress ISDN-AddressString OPTIONAL, calledPartyBCDNumber CalledPartyBCDNumber OPTIONAL, timeAndTimezone TimeAndTimezone OPTIONAL, callForwardingSS-Pending NULL OPTIONAL, initialDPArgExtension InitialDPArgExtension OPTIONAL, ... } CAP-gsmSSF-gsmSCF-ops-args { InitialDPArg { @parentType com.opencloud.slee.resources.cgin.cap_v3.CAP3InitialDPArg } }
Used as argument type by CAP4Operations.initialDP
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP4InitialDPArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
CAP4InitialDPArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4InitialDPArg |
copyOf(CCInitialDPArg from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
static FieldAccessor[] |
getFieldAccessors()
Gets a new array of the accessors for fields of this type.
|
Map<String,Object> |
getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value.
|
boolean |
hasCallForwardingSS_Pending()
Tests whether the field callForwardingSS-Pending is present.
|
CAP4InitialDPArg |
setAdditionalCallingPartyNumber(GenericNumber value)
Sets the value of the field additionalCallingPartyNumber.
|
CAP4InitialDPArg |
setBearerCapability(CCBearerCapability value)
Sets the value of the field bearerCapability.
|
CAP4InitialDPArg |
setCalledPartyBCDNumber(CalledPartyBCDNumber value)
Sets the value of the field calledPartyBCDNumber.
|
CAP4InitialDPArg |
setCalledPartyNumber(CalledPartyNumber value)
Sets the value of the field calledPartyNumber.
|
CAP4InitialDPArg |
setCallForwardingSS_PendingPresent(boolean flag)
Sets the presence or absence of the optional field callForwardingSS-Pending.
|
CAP4InitialDPArg |
setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.
|
CAP4InitialDPArg |
setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.
|
CAP4InitialDPArg |
setCallReferenceNumber(byte[] value)
Sets the value of the field callReferenceNumber.
|
CAP4InitialDPArg |
setCarrier(byte[] value)
Sets the value of the field carrier.
|
CAP4InitialDPArg |
setCause(Cause value)
Sets the value of the field cause.
|
CAP4InitialDPArg |
setCGEncountered(CAP3CGEncountered value)
Sets the value of the field cGEncountered.
|
CAP4InitialDPArg |
setCug_Index(int value)
Sets the value of the field cug-Index.
|
CAP4InitialDPArg |
setCug_IndexPresent(boolean flag)
Sets the presence or absence of the optional field cug-Index.
|
CAP4InitialDPArg |
setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
CAP4InitialDPArg |
setCug_OutgoingAccessPresent(boolean flag)
Sets the presence or absence of the optional field cug-OutgoingAccess.
|
CAP4InitialDPArg |
setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
CAP4InitialDPArg |
setExt_basicServiceCode(MAPExt_BasicServiceCode value)
Sets the value of the field ext-basicServiceCode.
|
CAP4InitialDPArg |
setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP4InitialDPArg |
setHighLayerCompatibility(HighLayerCompatibility value)
Sets the value of the field highLayerCompatibility.
|
CAP4InitialDPArg |
setIMSI(IMSIAddress value)
Sets the value of the field iMSI.
|
CAP4InitialDPArg |
setInitialDPArgExtension(CAP4InitialDPArgExtension value)
Sets the value of the field initialDPArgExtension.
|
CAP4InitialDPArg |
setIPSSPCapabilities(CAP2IPSSPCapabilities value)
Sets the value of the field iPSSPCapabilities.
|
CAP4InitialDPArg |
setLocationInformation(MAPLocationInformation value)
Sets the value of the field locationInformation.
|
CAP4InitialDPArg |
setLocationNumber(LocationNumber value)
Sets the value of the field locationNumber.
|
CAP4InitialDPArg |
setMscAddress(AddressString value)
Sets the value of the field mscAddress.
|
CAP4InitialDPArg |
setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.
|
CAP4InitialDPArg |
setRedirectingPartyID(RedirectingPartyNumber value)
Sets the value of the field redirectingPartyID.
|
CAP4InitialDPArg |
setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.
|
CAP4InitialDPArg |
setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.
|
CAP4InitialDPArg |
setServiceKey(int value)
Sets the value of the field serviceKey.
|
CAP4InitialDPArg |
setSubscriberState(MAPSubscriberState value)
Sets the value of the field subscriberState.
|
CAP4InitialDPArg |
setTimeAndTimezone(TimeAndTimezone value)
Sets the value of the field timeAndTimezone.
|
getCarrier, getCause, getCGEncountered, getCug_Index, getCug_Interlock, getServiceInteractionIndicatorsTwo, hasCarrier, hasCause, hasCGEncountered, hasCug_Index, hasCug_Interlock, hasCug_OutgoingAccess, hasServiceInteractionIndicatorsTwo, setGsm_ForwardingPendingPresent, setInitialDPArgExtension, setReadOnly
getInitialDPArgExtension, getTimeAndTimezone, hasGsm_ForwardingPending, hasInitialDPArgExtension, hasTimeAndTimezone
getCalledPartyBCDNumber, getCallReferenceNumber, getExt_basicServiceCode, getExtensions, getIMSI, getLocationInformation, getMscAddress, getSubscriberState, hasCalledPartyBCDNumber, hasCallReferenceNumber, hasExt_basicServiceCode, hasExtensions, hasIMSI, hasLocationInformation, hasMscAddress, hasSubscriberState
getAdditionalCallingPartyNumber, getBearerCapability, getCalledPartyNumber, getCallingPartyNumber, getCallingPartysCategory, getEventTypeBCSM, getHighLayerCompatibility, getIPSSPCapabilities, getLocationNumber, getOriginalCalledPartyID, getRedirectingPartyID, getRedirectionInformation, getServiceKey, hasAdditionalCallingPartyNumber, hasBearerCapability, hasCalledPartyNumber, hasCallingPartyNumber, hasCallingPartysCategory, hasEventTypeBCSM, hasHighLayerCompatibility, hasIPSSPCapabilities, hasLocationNumber, hasOriginalCalledPartyID, hasRedirectingPartyID, hasRedirectionInformation, hasServiceKey, setIPSSPCapabilities
equals, hashCode, toString
checkModify, isReadOnly
public CAP4InitialDPArg()
public CAP4InitialDPArg clone()
clone
in interface DataObject
clone
in class CAP3InitialDPArg
public static CAP4InitialDPArg copyOf(CCInitialDPArg from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class CAP3InitialDPArg
withAbsents
- whether to put absent optional fields into Mappublic boolean hasCallForwardingSS_Pending()
public CAP4InitialDPArg setAdditionalCallingPartyNumber(GenericNumber value) throws IllegalStateException
setAdditionalCallingPartyNumber
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setBearerCapability(CCBearerCapability value) throws IllegalStateException
setBearerCapability
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setCGEncountered(CAP3CGEncountered value) throws IllegalStateException
setCGEncountered
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setCallForwardingSS_PendingPresent(boolean flag) throws IllegalStateException
flag
- either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setCallReferenceNumber(byte[] value) throws IllegalStateException
setCallReferenceNumber
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setCalledPartyBCDNumber(CalledPartyBCDNumber value) throws IllegalStateException
setCalledPartyBCDNumber
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setCalledPartyNumber(CalledPartyNumber value) throws IllegalStateException
setCalledPartyNumber
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setCallingPartyNumber(CallingPartyNumber value) throws IllegalStateException
setCallingPartyNumber
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setCallingPartysCategory(CallingPartysCategory value) throws IllegalStateException
setCallingPartysCategory
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setCarrier(byte[] value) throws IllegalStateException
setCarrier
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setCause(Cause value) throws IllegalStateException
setCause
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setCug_Index(int value) throws IllegalStateException
setCug_Index
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setCug_IndexPresent(boolean flag) throws IllegalStateException
setCug_IndexPresent
in class CAP3InitialDPArg
flag
- either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setCug_Interlock(CUGInterLockCode value) throws IllegalStateException
setCug_Interlock
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setCug_OutgoingAccessPresent(boolean flag) throws IllegalStateException
setCug_OutgoingAccessPresent
in class CAP3InitialDPArg
flag
- either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setEventTypeBCSM(CCEventTypeBCSM value) throws IllegalStateException
setEventTypeBCSM
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setExt_basicServiceCode(MAPExt_BasicServiceCode value) throws IllegalStateException
setExt_basicServiceCode
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setExtensions(CAP1ExtensionField[] value) throws IllegalStateException
setExtensions
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setHighLayerCompatibility(HighLayerCompatibility value) throws IllegalStateException
setHighLayerCompatibility
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setIMSI(IMSIAddress value) throws IllegalStateException
setIMSI
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setIPSSPCapabilities(CAP2IPSSPCapabilities value) throws IllegalStateException
setIPSSPCapabilities
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setInitialDPArgExtension(CAP4InitialDPArgExtension value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setLocationInformation(MAPLocationInformation value) throws IllegalStateException
setLocationInformation
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setLocationNumber(LocationNumber value) throws IllegalStateException
setLocationNumber
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setMscAddress(AddressString value) throws IllegalStateException
setMscAddress
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setOriginalCalledPartyID(OriginalCalledNumber value) throws IllegalStateException
setOriginalCalledPartyID
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setRedirectingPartyID(RedirectingPartyNumber value) throws IllegalStateException
setRedirectingPartyID
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setRedirectionInformation(RedirectionInformation value) throws IllegalStateException
setRedirectionInformation
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value) throws IllegalStateException
setServiceInteractionIndicatorsTwo
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setServiceKey(int value) throws IllegalStateException
setServiceKey
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setSubscriberState(MAPSubscriberState value) throws IllegalStateException
setSubscriberState
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArg setTimeAndTimezone(TimeAndTimezone value) throws IllegalStateException
setTimeAndTimezone
in class CAP3InitialDPArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only