public class CAP4CAMEL_CallResult extends CAP3CAMEL_CallResult
CAMEL-CallResult ::=
CHOICE {
timeDurationChargingResult SEQUENCE {
partyToCharge ReceivingSideID,
timeInformation TimeInformation,
legActive BOOLEAN DEFAULT TRUE,
callLegReleasedAtTcpExpiry NULL OPTIONAL,
extensions Extensions OPTIONAL,
aChChargingAddress AChChargingAddress DEFAULT legID : receivingSideID : '01'H,
...
}
}
CAP-datatypes {
CAMEL-CallResult {
@extendible
@parentType com.opencloud.slee.resources.cgin.cap_v3.CAP3CAMEL_CallResult
timeDurationChargingResult {
callLegReleasedAtTcpExpiry {
@rename callReleasedAtTcpExpiry
}
legActive {
@rename callActive
}
}
}
}
| Modifier and Type | Class and Description |
|---|---|
static class |
CAP4CAMEL_CallResult.Choice
API for CAP-datatypes.CAMEL-CallResult.Choice.
|
static class |
CAP4CAMEL_CallResult.TimeDurationChargingResult
API for CAP-datatypes.CAMEL-CallResult.timeDurationChargingResult.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP4CAMEL_CallResult() |
| Modifier and Type | Method and Description |
|---|---|
CAP4CAMEL_CallResult |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4CAMEL_CallResult |
copyOf(CAP2CAMEL_CallResult 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 :discriminant-name to associated-value.
|
CAP4CAMEL_CallResult |
setTimeDurationChargingResult(CAP4CAMEL_CallResult.TimeDurationChargingResult value)
Sets the value of the timeDurationChargingResult choice.
|
setTimeDurationChargingResultgetChoice, getTimeDurationChargingResult, isTimeDurationChargingResultChosen, setChoice, setReadOnly, setTimeDurationChargingResultequals, hashCode, toStringcheckModify, isReadOnlypublic CAP4CAMEL_CallResult clone()
clone in interface DataObjectclone in class CAP3CAMEL_CallResultpublic static CAP4CAMEL_CallResult copyOf(CAP2CAMEL_CallResult from)
from - the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class CAP3CAMEL_CallResultwithAbsents - ignored, as value cannot be optionalpublic CAP4CAMEL_CallResult setTimeDurationChargingResult(CAP4CAMEL_CallResult.TimeDurationChargingResult value) throws IllegalStateException, NullPointerException
value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is null