public static class CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo extends CAP3EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo
tBusySpecificInfo ::=
SEQUENCE {
busyCause Cause OPTIONAL,
callForwarded NULL OPTIONAL,
routeNotPermitted NULL OPTIONAL,
forwardingDestinationNumber CalledPartyNumber OPTIONAL,
...
}
CAP-datatypes {
EventSpecificInformationBCSM {
tBusySpecificInfo {
@rename tCalledPartyBusySpecificInfo
}
}
}
Used as field type by CAP4EventSpecificInformationBCSM.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo |
copyOf(CCEventSpecificInformationBCSM.TCalledPartyBusySpecificInfo 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 field-name to field-value.
|
CalledPartyNumber |
getForwardingDestinationNumber()
Gets the value of the field forwardingDestinationNumber.
|
boolean |
hasForwardingDestinationNumber()
Tests whether the field forwardingDestinationNumber has a value.
|
CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo |
setBusyCause(Cause value)
Sets the value of the field busyCause.
|
CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo |
setCallForwardedPresent(boolean flag)
Sets the presence or absence of the optional field callForwarded.
|
CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo |
setForwardingDestinationNumber(CalledPartyNumber value)
Sets the value of the field forwardingDestinationNumber.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo |
setRouteNotPermittedPresent(boolean flag)
Sets the presence or absence of the optional field routeNotPermitted.
|
hasRouteNotPermittedhasCallForwardedgetBusyCause, hasBusyCauseequals, hashCode, toStringcheckModify, isReadOnlypublic CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo()
public CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo clone()
clone in interface DataObjectclone in class CAP3EventSpecificInformationBCSM.TCalledPartyBusySpecificInfopublic static CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo copyOf(CCEventSpecificInformationBCSM.TCalledPartyBusySpecificInfo from)
from - the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class CAP3EventSpecificInformationBCSM.TCalledPartyBusySpecificInfowithAbsents - whether to put absent optional fields into Mappublic CalledPartyNumber getForwardingDestinationNumber()
public boolean hasForwardingDestinationNumber()
public CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo setBusyCause(Cause value) throws IllegalStateException
setBusyCause in class CAP3EventSpecificInformationBCSM.TCalledPartyBusySpecificInfovalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo setCallForwardedPresent(boolean flag) throws IllegalStateException
setCallForwardedPresent in class CAP3EventSpecificInformationBCSM.TCalledPartyBusySpecificInfoflag - 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 CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo setForwardingDestinationNumber(CalledPartyNumber 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 CCEventSpecificInformationBCSM.TCalledPartyBusySpecificInfopublic CAP4EventSpecificInformationBCSM.TCalledPartyBusySpecificInfo setRouteNotPermittedPresent(boolean flag) throws IllegalStateException
setRouteNotPermittedPresent in class CAP3EventSpecificInformationBCSM.TCalledPartyBusySpecificInfoflag - 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-only