Class CAP3EstablishTemporaryConnectionArg
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- CCEstablishTemporaryConnectionArg
-
- CAP2EstablishTemporaryConnectionArg
-
- CAP3EstablishTemporaryConnectionArg
-
- All Implemented Interfaces:
DataObject
,Serializable
- Direct Known Subclasses:
CAP4EstablishTemporaryConnectionArg
public class CAP3EstablishTemporaryConnectionArg extends CAP2EstablishTemporaryConnectionArg
API for CAP-gsmSSF-gsmSCF-ops-args.EstablishTemporaryConnectionArg. Generated from the following ASN.1 type definition and the adaptations below.EstablishTemporaryConnectionArg ::= SEQUENCE { assistingSSPIPRoutingAddress AssistingSSPIPRoutingAddress, correlationID CorrelationID OPTIONAL, scfID ScfID OPTIONAL, extensions Extensions OPTIONAL, carrier Carrier OPTIONAL, serviceInteractionIndicatorsTwo ServiceInteractionIndicatorsTwo OPTIONAL, naOliInfo NAOliInfo OPTIONAL, chargeNumber ChargeNumber OPTIONAL, ... } CAP-gsmSSF-gsmSCF-ops-args { EstablishTemporaryConnectionArg { @parentType com.opencloud.slee.resources.cgin.cap_v2.CAP2EstablishTemporaryConnectionArg correlationID { @import com.opencloud.slee.resources.in.datatypes.cc.GenericDigits } } }
Used as argument type by
CAP3Operations.establishTemporaryConnection
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description CAP3EstablishTemporaryConnectionArg()
Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CAP3EstablishTemporaryConnectionArg
clone()
Constructs a copy of this object and everything reachable from it.static CAP3EstablishTemporaryConnectionArg
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.byte[]
getCarrier()
Gets the value of the field carrier.LocationNumber
getChargeNumber()
Gets the value of the field chargeNumber.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.byte[]
getNaOliInfo()
Gets the value of the field naOliInfo.boolean
hasCarrier()
Tests whether the field carrier has a value.boolean
hasChargeNumber()
Tests whether the field chargeNumber has a value.boolean
hasNaOliInfo()
Tests whether the field naOliInfo has a value.CAP3EstablishTemporaryConnectionArg
setAssistingSSPIPRoutingAddress(GenericNumber value)
Sets the value of the field assistingSSPIPRoutingAddress.CAP3EstablishTemporaryConnectionArg
setCarrier(byte[] value)
Sets the value of the field carrier.CAP3EstablishTemporaryConnectionArg
setChargeNumber(LocationNumber value)
Sets the value of the field chargeNumber.CAP3EstablishTemporaryConnectionArg
setCorrelationID(GenericDigits value)
Sets the value of the field correlationID.CAP3EstablishTemporaryConnectionArg
setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.CAP3EstablishTemporaryConnectionArg
setNaOliInfo(byte[] value)
Sets the value of the field naOliInfo.void
setReadOnly()
Sets this and all its fields to be immutable.CAP3EstablishTemporaryConnectionArg
setScfID(CCScfID value)
Sets the value of the field scfID.CAP3EstablishTemporaryConnectionArg
setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.-
Methods inherited from class com.opencloud.slee.resources.cgin.cap_v2.CAP2EstablishTemporaryConnectionArg
getExtensions, getNa_info, getServiceInteractionIndicatorsTwo, hasExtensions, hasNa_info, hasServiceInteractionIndicatorsTwo, setNa_info, setServiceInteractionIndicatorsTwo
-
Methods inherited from class com.opencloud.slee.resources.cgin.callcontrol.CCEstablishTemporaryConnectionArg
getAssistingSSPIPRoutingAddress, getCginAssistingDialogCorrelationID, getCorrelationID, getScfID, hasAssistingSSPIPRoutingAddress, hasCginAssistingDialogCorrelationID, hasCorrelationID, hasScfID, setCginAssistingDialogCorrelationID
-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly
-
-
-
-
Method Detail
-
clone
public CAP3EstablishTemporaryConnectionArg clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Overrides:
clone
in classCAP2EstablishTemporaryConnectionArg
- Returns:
- copy of object
-
copyOf
public static CAP3EstablishTemporaryConnectionArg 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.- Parameters:
from
- the object from which to copy- Returns:
- CAP3EstablishTemporaryConnectionArg
-
getCarrier
public byte[] getCarrier()
Gets the value of the field carrier.- Returns:
- value of field carrier, or null if not present
-
getChargeNumber
public LocationNumber getChargeNumber()
Gets the value of the field chargeNumber.- Returns:
- value of field chargeNumber, or null if not present
-
getFieldAccessors
public static FieldAccessor[] getFieldAccessors()
Gets a new array of the accessors for fields of this type.- Returns:
- FieldAccessor[]
-
getFieldsMap
public Map<String,Object> getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value. For a field of primitive type, the field-value is boxed. For an absent optional field, the field-value is AbstractFieldsObject.FIELD_ABSENT. For an unitialised mandatory field, the field-value is AbstractFieldsObject.FIELD_UNINITIALISED.- Overrides:
getFieldsMap
in classCAP2EstablishTemporaryConnectionArg
- Parameters:
withAbsents
- whether to put absent optional fields into Map- Returns:
- Map from field-name to field-value
-
getNaOliInfo
public byte[] getNaOliInfo()
Gets the value of the field naOliInfo.- Returns:
- value of field naOliInfo, or null if not present
-
hasCarrier
public boolean hasCarrier()
Tests whether the field carrier has a value.- Returns:
- whether the field carrier has a value
-
hasChargeNumber
public boolean hasChargeNumber()
Tests whether the field chargeNumber has a value.- Returns:
- whether the field chargeNumber has a value
-
hasNaOliInfo
public boolean hasNaOliInfo()
Tests whether the field naOliInfo has a value.- Returns:
- whether the field naOliInfo has a value
-
setAssistingSSPIPRoutingAddress
public CAP3EstablishTemporaryConnectionArg setAssistingSSPIPRoutingAddress(GenericNumber value) throws IllegalStateException
Sets the value of the field assistingSSPIPRoutingAddress.- Overrides:
setAssistingSSPIPRoutingAddress
in classCAP2EstablishTemporaryConnectionArg
- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setCarrier
public CAP3EstablishTemporaryConnectionArg setCarrier(byte[] value) throws IllegalStateException
Sets the value of the field carrier. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setChargeNumber
public CAP3EstablishTemporaryConnectionArg setChargeNumber(LocationNumber value) throws IllegalStateException
Sets the value of the field chargeNumber. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setCorrelationID
public CAP3EstablishTemporaryConnectionArg setCorrelationID(GenericDigits value) throws IllegalStateException
Sets the value of the field correlationID. If null, marks the field as absent.- Overrides:
setCorrelationID
in classCAP2EstablishTemporaryConnectionArg
- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setExtensions
public CAP3EstablishTemporaryConnectionArg setExtensions(CAP1ExtensionField[] value) throws IllegalStateException
Sets the value of the field extensions. If null, marks the field as absent.- Overrides:
setExtensions
in classCAP2EstablishTemporaryConnectionArg
- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setNaOliInfo
public CAP3EstablishTemporaryConnectionArg setNaOliInfo(byte[] value) throws IllegalStateException
Sets the value of the field naOliInfo. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setReadOnly
public void setReadOnly()
Sets this and all its fields to be immutable.- Specified by:
setReadOnly
in interfaceDataObject
- Overrides:
setReadOnly
in classCAP2EstablishTemporaryConnectionArg
-
setScfID
public CAP3EstablishTemporaryConnectionArg setScfID(CCScfID value) throws IllegalStateException
Sets the value of the field scfID. If null, marks the field as absent.- Overrides:
setScfID
in classCAP2EstablishTemporaryConnectionArg
- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setServiceInteractionIndicatorsTwo
public CAP3EstablishTemporaryConnectionArg setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value) throws IllegalStateException
Sets the value of the field serviceInteractionIndicatorsTwo. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
-