public class CAP4DpSpecificInfoAlt extends AbstractFieldsObject
DpSpecificInfoAlt ::= SEQUENCE { oServiceChangeSpecificInfo SEQUENCE { ext-basicServiceCode Ext-BasicServiceCode OPTIONAL, ... initiatorOfServiceChange InitiatorOfServiceChange OPTIONAL, natureOfServiceChange NatureOfServiceChange OPTIONAL }, tServiceChangeSpecificInfo SEQUENCE { ext-basicServiceCode Ext-BasicServiceCode OPTIONAL, ... initiatorOfServiceChange InitiatorOfServiceChange OPTIONAL, natureOfServiceChange NatureOfServiceChange OPTIONAL }, collectedInfoSpecificInfo SEQUENCE { calledPartyNumber CalledPartyNumber OPTIONAL, ... } }
Used as field type by CAP4EventSpecificInformationBCSM
.
Modifier and Type | Class and Description |
---|---|
static class |
CAP4DpSpecificInfoAlt.CollectedInfoSpecificInfo
API for CAP-datatypes.DpSpecificInfoAlt.collectedInfoSpecificInfo.
|
static class |
CAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo
API for CAP-datatypes.DpSpecificInfoAlt.oServiceChangeSpecificInfo.
|
static class |
CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo
API for CAP-datatypes.DpSpecificInfoAlt.tServiceChangeSpecificInfo.
|
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP4DpSpecificInfoAlt()
Constructs an object with uninitialised state.
|
CAP4DpSpecificInfoAlt(CAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo OServiceChangeSpecificInfo_param,
CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo TServiceChangeSpecificInfo_param,
CAP4DpSpecificInfoAlt.CollectedInfoSpecificInfo CollectedInfoSpecificInfo_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Method and Description |
---|---|
CAP4DpSpecificInfoAlt |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4DpSpecificInfoAlt |
copyOf(CAP4DpSpecificInfoAlt 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.
|
CAP4DpSpecificInfoAlt.CollectedInfoSpecificInfo |
getCollectedInfoSpecificInfo()
Gets the value of the field collectedInfoSpecificInfo.
|
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.
|
CAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo |
getOServiceChangeSpecificInfo()
Gets the value of the field oServiceChangeSpecificInfo.
|
CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo |
getTServiceChangeSpecificInfo()
Gets the value of the field tServiceChangeSpecificInfo.
|
boolean |
hasCollectedInfoSpecificInfo()
Tests whether the field collectedInfoSpecificInfo has a value.
|
boolean |
hasOServiceChangeSpecificInfo()
Tests whether the field oServiceChangeSpecificInfo has a value.
|
boolean |
hasTServiceChangeSpecificInfo()
Tests whether the field tServiceChangeSpecificInfo has a value.
|
CAP4DpSpecificInfoAlt |
setCollectedInfoSpecificInfo(CAP4DpSpecificInfoAlt.CollectedInfoSpecificInfo value)
Sets the value of the field collectedInfoSpecificInfo.
|
CAP4DpSpecificInfoAlt |
setOServiceChangeSpecificInfo(CAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo value)
Sets the value of the field oServiceChangeSpecificInfo.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
CAP4DpSpecificInfoAlt |
setTServiceChangeSpecificInfo(CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo value)
Sets the value of the field tServiceChangeSpecificInfo.
|
equals, hashCode, toString
checkModify, isReadOnly
public CAP4DpSpecificInfoAlt()
public CAP4DpSpecificInfoAlt(CAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo OServiceChangeSpecificInfo_param, CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo TServiceChangeSpecificInfo_param, CAP4DpSpecificInfoAlt.CollectedInfoSpecificInfo CollectedInfoSpecificInfo_param)
OServiceChangeSpecificInfo_param
- value for that fieldTServiceChangeSpecificInfo_param
- value for that fieldCollectedInfoSpecificInfo_param
- value for that fieldpublic CAP4DpSpecificInfoAlt clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static CAP4DpSpecificInfoAlt copyOf(CAP4DpSpecificInfoAlt from)
from
- the object from which to copypublic CAP4DpSpecificInfoAlt.CollectedInfoSpecificInfo getCollectedInfoSpecificInfo()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic CAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo getOServiceChangeSpecificInfo()
public CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo getTServiceChangeSpecificInfo()
public boolean hasCollectedInfoSpecificInfo()
public boolean hasOServiceChangeSpecificInfo()
public boolean hasTServiceChangeSpecificInfo()
public CAP4DpSpecificInfoAlt setCollectedInfoSpecificInfo(CAP4DpSpecificInfoAlt.CollectedInfoSpecificInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4DpSpecificInfoAlt setOServiceChangeSpecificInfo(CAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public CAP4DpSpecificInfoAlt setTServiceChangeSpecificInfo(CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only