public class CAP4InitialDPArgExtension extends CAP2InitialDPArgExtension
InitialDPArgExtension ::= SEQUENCE { gmscAddress ISDN-AddressString OPTIONAL, forwardingDestinationNumber CalledPartyNumber OPTIONAL, ms-Classmark2 MS-Classmark2 OPTIONAL, iMEI IMEI OPTIONAL, supportedCamelPhases SupportedCamelPhases OPTIONAL, offeredCamel4Functionalities OfferedCamel4Functionalities OPTIONAL, bearerCapability2 BearerCapability OPTIONAL, ext-basicServiceCode2 Ext-BasicServiceCode OPTIONAL, highLayerCompatibility2 HighLayerCompatibility OPTIONAL, lowLayerCompatibility LowLayerCompatibility OPTIONAL, lowLayerCompatibility2 LowLayerCompatibility OPTIONAL, ... enhancedDialledServicesAllowed NULL OPTIONAL, uu-Data UU-Data OPTIONAL, collectInformationAllowed NULL OPTIONAL } CAP-gsmSSF-gsmSCF-ops-args { InitialDPArgExtension { @parentType com.opencloud.slee.resources.cgin.cap_v2.CAP2InitialDPArgExtension } }
Used as field type by CAP4InitialDPArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP4InitialDPArgExtension()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
CAP4InitialDPArgExtension |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4InitialDPArgExtension |
copyOf(CAP2InitialDPArgExtension 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.
|
CCBearerCapability |
getBearerCapability2()
Gets the value of the field bearerCapability2.
|
MAPExt_BasicServiceCode |
getExt_basicServiceCode2()
Gets the value of the field ext-basicServiceCode2.
|
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.
|
CalledPartyNumber |
getForwardingDestinationNumber()
Gets the value of the field forwardingDestinationNumber.
|
HighLayerCompatibility |
getHighLayerCompatibility2()
Gets the value of the field highLayerCompatibility2.
|
IMEIAddress |
getIMEI()
Gets the value of the field iMEI.
|
byte[] |
getLowLayerCompatibility()
Gets the value of the field lowLayerCompatibility.
|
byte[] |
getLowLayerCompatibility2()
Gets the value of the field lowLayerCompatibility2.
|
byte[] |
getMs_Classmark2()
Gets the value of the field ms-Classmark2.
|
MAPOfferedCamel4Functionalities |
getOfferedCamel4Functionalities()
Gets the value of the field offeredCamel4Functionalities.
|
MAPSupportedCamelPhases |
getSupportedCamelPhases()
Gets the value of the field supportedCamelPhases.
|
MAPUU_Data |
getUu_Data()
Gets the value of the field uu-Data.
|
boolean |
hasBearerCapability2()
Tests whether the field bearerCapability2 has a value.
|
boolean |
hasCollectInformationAllowed()
Tests whether the field collectInformationAllowed is present.
|
boolean |
hasEnhancedDialledServicesAllowed()
Tests whether the field enhancedDialledServicesAllowed is present.
|
boolean |
hasExt_basicServiceCode2()
Tests whether the field ext-basicServiceCode2 has a value.
|
boolean |
hasForwardingDestinationNumber()
Tests whether the field forwardingDestinationNumber has a value.
|
boolean |
hasHighLayerCompatibility2()
Tests whether the field highLayerCompatibility2 has a value.
|
boolean |
hasIMEI()
Tests whether the field iMEI has a value.
|
boolean |
hasLowLayerCompatibility()
Tests whether the field lowLayerCompatibility has a value.
|
boolean |
hasLowLayerCompatibility2()
Tests whether the field lowLayerCompatibility2 has a value.
|
boolean |
hasMs_Classmark2()
Tests whether the field ms-Classmark2 has a value.
|
boolean |
hasOfferedCamel4Functionalities()
Tests whether the field offeredCamel4Functionalities has a value.
|
boolean |
hasSupportedCamelPhases()
Tests whether the field supportedCamelPhases has a value.
|
boolean |
hasUu_Data()
Tests whether the field uu-Data has a value.
|
CAP4InitialDPArgExtension |
setBearerCapability2(CCBearerCapability value)
Sets the value of the field bearerCapability2.
|
CAP4InitialDPArgExtension |
setCollectInformationAllowedPresent(boolean flag)
Sets the presence or absence of the optional field collectInformationAllowed.
|
CAP4InitialDPArgExtension |
setEnhancedDialledServicesAllowedPresent(boolean flag)
Sets the presence or absence of the optional field enhancedDialledServicesAllowed.
|
CAP4InitialDPArgExtension |
setExt_basicServiceCode2(MAPExt_BasicServiceCode value)
Sets the value of the field ext-basicServiceCode2.
|
CAP4InitialDPArgExtension |
setForwardingDestinationNumber(CalledPartyNumber value)
Sets the value of the field forwardingDestinationNumber.
|
CAP4InitialDPArgExtension |
setGmscAddress(AddressString value)
Sets the value of the field gmscAddress.
|
CAP4InitialDPArgExtension |
setHighLayerCompatibility2(HighLayerCompatibility value)
Sets the value of the field highLayerCompatibility2.
|
CAP4InitialDPArgExtension |
setIMEI(IMEIAddress value)
Sets the value of the field iMEI.
|
CAP4InitialDPArgExtension |
setLowLayerCompatibility(byte[] value)
Sets the value of the field lowLayerCompatibility.
|
CAP4InitialDPArgExtension |
setLowLayerCompatibility2(byte[] value)
Sets the value of the field lowLayerCompatibility2.
|
CAP4InitialDPArgExtension |
setMs_Classmark2(byte[] value)
Sets the value of the field ms-Classmark2.
|
CAP4InitialDPArgExtension |
setOfferedCamel4Functionalities(MAPOfferedCamel4Functionalities value)
Sets the value of the field offeredCamel4Functionalities.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
CAP4InitialDPArgExtension |
setSupportedCamelPhases(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhases.
|
CAP4InitialDPArgExtension |
setUu_Data(MAPUU_Data value)
Sets the value of the field uu-Data.
|
getGmscAddress, getNaCarrierInformation, hasGmscAddress, hasNaCarrierInformation, setNaCarrierInformation
equals, hashCode, toString
checkModify, isReadOnly
public CAP4InitialDPArgExtension()
public CAP4InitialDPArgExtension clone()
clone
in interface DataObject
clone
in class CAP2InitialDPArgExtension
public static CAP4InitialDPArgExtension copyOf(CAP2InitialDPArgExtension from)
from
- the object from which to copypublic CCBearerCapability getBearerCapability2()
public MAPExt_BasicServiceCode getExt_basicServiceCode2()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class CAP2InitialDPArgExtension
withAbsents
- whether to put absent optional fields into Mappublic CalledPartyNumber getForwardingDestinationNumber()
public HighLayerCompatibility getHighLayerCompatibility2()
public IMEIAddress getIMEI()
public byte[] getLowLayerCompatibility()
public byte[] getLowLayerCompatibility2()
public byte[] getMs_Classmark2()
public MAPOfferedCamel4Functionalities getOfferedCamel4Functionalities()
public MAPSupportedCamelPhases getSupportedCamelPhases()
public MAPUU_Data getUu_Data()
public boolean hasBearerCapability2()
public boolean hasCollectInformationAllowed()
public boolean hasEnhancedDialledServicesAllowed()
public boolean hasExt_basicServiceCode2()
public boolean hasForwardingDestinationNumber()
public boolean hasHighLayerCompatibility2()
public boolean hasIMEI()
public boolean hasLowLayerCompatibility()
public boolean hasLowLayerCompatibility2()
public boolean hasMs_Classmark2()
public boolean hasOfferedCamel4Functionalities()
public boolean hasSupportedCamelPhases()
public boolean hasUu_Data()
public CAP4InitialDPArgExtension setBearerCapability2(CCBearerCapability value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArgExtension setCollectInformationAllowedPresent(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 CAP4InitialDPArgExtension setEnhancedDialledServicesAllowedPresent(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 CAP4InitialDPArgExtension setExt_basicServiceCode2(MAPExt_BasicServiceCode value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArgExtension setForwardingDestinationNumber(CalledPartyNumber value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArgExtension setGmscAddress(AddressString value) throws IllegalStateException
setGmscAddress
in class CAP2InitialDPArgExtension
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArgExtension setHighLayerCompatibility2(HighLayerCompatibility value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArgExtension setIMEI(IMEIAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArgExtension setLowLayerCompatibility(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArgExtension setLowLayerCompatibility2(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArgExtension setMs_Classmark2(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArgExtension setOfferedCamel4Functionalities(MAPOfferedCamel4Functionalities value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class CAP2InitialDPArgExtension
public CAP4InitialDPArgExtension setSupportedCamelPhases(MAPSupportedCamelPhases value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4InitialDPArgExtension setUu_Data(MAPUU_Data value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only