public class CAP3ServiceInteractionIndicatorsTwo extends CAP2ServiceInteractionIndicatorsTwo
ServiceInteractionIndicatorsTwo ::= SEQUENCE { forwardServiceInteractionInd ForwardServiceInteractionInd OPTIONAL, backwardServiceInteractionInd BackwardServiceInteractionInd OPTIONAL, bothwayThroughConnectionInd BothwayThroughConnectionInd OPTIONAL, connectedNumberTreatmentInd ConnectedNumberTreatmentInd OPTIONAL, nonCUGCall NULL OPTIONAL, holdTreatmentIndicator OCTET STRING (SIZE (1)) OPTIONAL, cwTreatmentIndicator OCTET STRING (SIZE (1)) OPTIONAL, ectTreatmentIndicator OCTET STRING (SIZE (1)) OPTIONAL, ... } CAP-datatypes { ServiceInteractionIndicatorsTwo { @parentType com.opencloud.slee.resources.cgin.cap_v2.CAP2ServiceInteractionIndicatorsTwo cwTreatmentIndicator { @import com.opencloud.slee.resources.in.datatypes.cc.Treatment } ectTreatmentIndicator { @import com.opencloud.slee.resources.in.datatypes.cc.Treatment } holdTreatmentIndicator { @import com.opencloud.slee.resources.in.datatypes.cc.Treatment } } }
Used as field type by CAP3InitialDPArg
.
Used as field type by CAP3ContinueWithArgumentArg
.
Used as field type by CAP3EstablishTemporaryConnectionArg
.
Used as field type by CAP3ConnectArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP3ServiceInteractionIndicatorsTwo()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
CAP3ServiceInteractionIndicatorsTwo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3ServiceInteractionIndicatorsTwo |
copyOf(CAP2ServiceInteractionIndicatorsTwo 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.
|
CAP3BackwardServiceInteractionInd |
getBackwardServiceInteractionInd()
Gets the value of the field backwardServiceInteractionInd.
|
CAP3ConnectedNumberTreatmentInd |
getConnectedNumberTreatmentInd()
Gets the value of the field connectedNumberTreatmentInd.
|
Treatment |
getCwTreatmentIndicator()
Gets the value of the field cwTreatmentIndicator.
|
Treatment |
getEctTreatmentIndicator()
Gets the value of the field ectTreatmentIndicator.
|
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.
|
CAP3ForwardServiceInteractionInd |
getForwardServiceInteractionInd()
Gets the value of the field forwardServiceInteractionInd.
|
Treatment |
getHoldTreatmentIndicator()
Gets the value of the field holdTreatmentIndicator.
|
boolean |
hasBackwardServiceInteractionInd()
Tests whether the field backwardServiceInteractionInd has a value.
|
boolean |
hasConnectedNumberTreatmentInd()
Tests whether the field connectedNumberTreatmentInd has a value.
|
boolean |
hasCwTreatmentIndicator()
Tests whether the field cwTreatmentIndicator has a value.
|
boolean |
hasEctTreatmentIndicator()
Tests whether the field ectTreatmentIndicator has a value.
|
boolean |
hasForwardServiceInteractionInd()
Tests whether the field forwardServiceInteractionInd has a value.
|
boolean |
hasHoldTreatmentIndicator()
Tests whether the field holdTreatmentIndicator has a value.
|
boolean |
hasNonCUGCall()
Tests whether the field nonCUGCall is present.
|
CAP3ServiceInteractionIndicatorsTwo |
setBackwardServiceInteractionInd(CAP3BackwardServiceInteractionInd value)
Sets the value of the field backwardServiceInteractionInd.
|
CAP3ServiceInteractionIndicatorsTwo |
setBothwayThroughConnectionInd(CAP2BothwayThroughConnectionInd value)
Sets the value of the field bothwayThroughConnectionInd.
|
CAP3ServiceInteractionIndicatorsTwo |
setConnectedNumberTreatmentInd(CAP3ConnectedNumberTreatmentInd value)
Sets the value of the field connectedNumberTreatmentInd.
|
CAP3ServiceInteractionIndicatorsTwo |
setCwTreatmentIndicator(Treatment value)
Sets the value of the field cwTreatmentIndicator.
|
CAP3ServiceInteractionIndicatorsTwo |
setEctTreatmentIndicator(Treatment value)
Sets the value of the field ectTreatmentIndicator.
|
CAP3ServiceInteractionIndicatorsTwo |
setForwardServiceInteractionInd(CAP3ForwardServiceInteractionInd value)
Sets the value of the field forwardServiceInteractionInd.
|
CAP3ServiceInteractionIndicatorsTwo |
setHoldTreatmentIndicator(Treatment value)
Sets the value of the field holdTreatmentIndicator.
|
CAP3ServiceInteractionIndicatorsTwo |
setNonCUGCallPresent(boolean flag)
Sets the presence or absence of the optional field nonCUGCall.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
getBothwayThroughConnectionInd, hasBothwayThroughConnectionInd
equals, hashCode, toString
checkModify, isReadOnly
public CAP3ServiceInteractionIndicatorsTwo()
public CAP3ServiceInteractionIndicatorsTwo clone()
clone
in interface DataObject
clone
in class CAP2ServiceInteractionIndicatorsTwo
public static CAP3ServiceInteractionIndicatorsTwo copyOf(CAP2ServiceInteractionIndicatorsTwo from)
from
- the object from which to copypublic CAP3BackwardServiceInteractionInd getBackwardServiceInteractionInd()
public CAP3ConnectedNumberTreatmentInd getConnectedNumberTreatmentInd()
public Treatment getCwTreatmentIndicator()
public Treatment getEctTreatmentIndicator()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class CAP2ServiceInteractionIndicatorsTwo
withAbsents
- whether to put absent optional fields into Mappublic CAP3ForwardServiceInteractionInd getForwardServiceInteractionInd()
public Treatment getHoldTreatmentIndicator()
public boolean hasBackwardServiceInteractionInd()
public boolean hasConnectedNumberTreatmentInd()
public boolean hasCwTreatmentIndicator()
public boolean hasEctTreatmentIndicator()
public boolean hasForwardServiceInteractionInd()
public boolean hasHoldTreatmentIndicator()
public boolean hasNonCUGCall()
public CAP3ServiceInteractionIndicatorsTwo setBackwardServiceInteractionInd(CAP3BackwardServiceInteractionInd value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP3ServiceInteractionIndicatorsTwo setBothwayThroughConnectionInd(CAP2BothwayThroughConnectionInd value) throws IllegalStateException
setBothwayThroughConnectionInd
in class CAP2ServiceInteractionIndicatorsTwo
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP3ServiceInteractionIndicatorsTwo setConnectedNumberTreatmentInd(CAP3ConnectedNumberTreatmentInd value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP3ServiceInteractionIndicatorsTwo setCwTreatmentIndicator(Treatment value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP3ServiceInteractionIndicatorsTwo setEctTreatmentIndicator(Treatment value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP3ServiceInteractionIndicatorsTwo setForwardServiceInteractionInd(CAP3ForwardServiceInteractionInd value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP3ServiceInteractionIndicatorsTwo setHoldTreatmentIndicator(Treatment value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP3ServiceInteractionIndicatorsTwo setNonCUGCallPresent(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 void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject