public class CAP2EstablishTemporaryConnectionArg extends CCEstablishTemporaryConnectionArg
EstablishTemporaryConnectionArg ::=
SEQUENCE {
assistingSSPIPRoutingAddress AssistingSSPIPRoutingAddress,
correlationID CorrelationID OPTIONAL,
scfID ScfID OPTIONAL,
extensions SEQUENCE (SIZE (1..10)) OF ExtensionField OPTIONAL,
serviceInteractionIndicatorsTwo ServiceInteractionIndicatorsTwo OPTIONAL,
...
na-info NA-Info OPTIONAL
}
CAP-DataTypes {
EstablishTemporaryConnectionArg {
@parentType com.opencloud.slee.resources.cgin.callcontrol.CCEstablishTemporaryConnectionArg
correlationID {
@import com.opencloud.slee.resources.in.datatypes.cc.GenericDigits
}
}
}
Used as argument type by CAP2Operations.establishTemporaryConnection.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP2EstablishTemporaryConnectionArg()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
CAP2EstablishTemporaryConnectionArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP2EstablishTemporaryConnectionArg |
copyOf(CCEstablishTemporaryConnectionArg 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.
|
CAP1ExtensionField[] |
getExtensions()
Gets the value of the field extensions.
|
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.
|
CAP2NA_Info |
getNa_info()
Gets the value of the field na-info.
|
CAP2ServiceInteractionIndicatorsTwo |
getServiceInteractionIndicatorsTwo()
Gets the value of the field serviceInteractionIndicatorsTwo.
|
boolean |
hasExtensions()
Tests whether the field extensions has a value.
|
boolean |
hasNa_info()
Tests whether the field na-info has a value.
|
boolean |
hasServiceInteractionIndicatorsTwo()
Tests whether the field serviceInteractionIndicatorsTwo has a value.
|
CAP2EstablishTemporaryConnectionArg |
setAssistingSSPIPRoutingAddress(GenericNumber value)
Sets the value of the field assistingSSPIPRoutingAddress.
|
CAP2EstablishTemporaryConnectionArg |
setCorrelationID(GenericDigits value)
Sets the value of the field correlationID.
|
CAP2EstablishTemporaryConnectionArg |
setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP2EstablishTemporaryConnectionArg |
setNa_info(CAP2NA_Info value)
Sets the value of the field na-info.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
CAP2EstablishTemporaryConnectionArg |
setScfID(CCScfID value)
Sets the value of the field scfID.
|
CAP2EstablishTemporaryConnectionArg |
setServiceInteractionIndicatorsTwo(CAP2ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.
|
getAssistingSSPIPRoutingAddress, getCginAssistingDialogCorrelationID, getCorrelationID, getScfID, hasAssistingSSPIPRoutingAddress, hasCginAssistingDialogCorrelationID, hasCorrelationID, hasScfID, setCginAssistingDialogCorrelationIDequals, hashCode, toStringcheckModify, isReadOnlypublic CAP2EstablishTemporaryConnectionArg()
public CAP2EstablishTemporaryConnectionArg clone()
clone in interface DataObjectclone in class CCEstablishTemporaryConnectionArgpublic static CAP2EstablishTemporaryConnectionArg copyOf(CCEstablishTemporaryConnectionArg from)
from - the object from which to copypublic CAP1ExtensionField[] getExtensions()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class CCEstablishTemporaryConnectionArgwithAbsents - whether to put absent optional fields into Mappublic CAP2NA_Info getNa_info()
public CAP2ServiceInteractionIndicatorsTwo getServiceInteractionIndicatorsTwo()
public boolean hasExtensions()
public boolean hasNa_info()
public boolean hasServiceInteractionIndicatorsTwo()
public CAP2EstablishTemporaryConnectionArg setAssistingSSPIPRoutingAddress(GenericNumber value) throws IllegalStateException
setAssistingSSPIPRoutingAddress in class CCEstablishTemporaryConnectionArgvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP2EstablishTemporaryConnectionArg setCorrelationID(GenericDigits value) throws IllegalStateException
setCorrelationID in class CCEstablishTemporaryConnectionArgvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP2EstablishTemporaryConnectionArg setExtensions(CAP1ExtensionField[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP2EstablishTemporaryConnectionArg setNa_info(CAP2NA_Info value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class CCEstablishTemporaryConnectionArgpublic CAP2EstablishTemporaryConnectionArg setScfID(CCScfID value) throws IllegalStateException
setScfID in class CCEstablishTemporaryConnectionArgvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP2EstablishTemporaryConnectionArg setServiceInteractionIndicatorsTwo(CAP2ServiceInteractionIndicatorsTwo value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only