public class CCEventReportBCSMArg extends AbstractFieldsObject
EventReportBCSMArg ::= SEQUENCE { eventTypeBCSM EventTypeBCSM, eventSpecificInformationBCSM EventSpecificInformationBCSM OPTIONAL, legID LegID OPTIONAL, miscCallInfo MiscCallInfo DEFAULT { messageType request } }
Used as argument type by CCOperations.eventReportBCSM
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CCEventReportBCSMArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
CCEventReportBCSMArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CCEventReportBCSMArg |
copyOf(CCEventReportBCSMArg 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.
|
CCEventSpecificInformationBCSM |
getEventSpecificInformationBCSM()
Gets the value of the field eventSpecificInformationBCSM.
|
CCEventTypeBCSM |
getEventTypeBCSM()
Gets the value of the field eventTypeBCSM.
|
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.
|
CCLegID |
getLegID()
Gets the value of the field legID.
|
CCMiscCallInfo |
getMiscCallInfo()
Gets the value of the field miscCallInfo.
|
boolean |
hasEventSpecificInformationBCSM()
Tests whether the field eventSpecificInformationBCSM has a value.
|
boolean |
hasEventTypeBCSM()
Tests whether the field eventTypeBCSM has a value.
|
boolean |
hasLegID()
Tests whether the field legID has a value.
|
boolean |
hasMiscCallInfo()
Tests whether the field miscCallInfo has a value.
|
CCEventReportBCSMArg |
setEventSpecificInformationBCSM(CCEventSpecificInformationBCSM value)
Sets the value of the field eventSpecificInformationBCSM.
|
CCEventReportBCSMArg |
setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
CCEventReportBCSMArg |
setLegID(CCLegID value)
Sets the value of the field legID.
|
CCEventReportBCSMArg |
setMiscCallInfo(CCMiscCallInfo value)
Sets the value of the field miscCallInfo.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public CCEventReportBCSMArg()
public CCEventReportBCSMArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static CCEventReportBCSMArg copyOf(CCEventReportBCSMArg from)
from
- the object from which to copypublic CCEventSpecificInformationBCSM getEventSpecificInformationBCSM()
public CCEventTypeBCSM getEventTypeBCSM()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic CCLegID getLegID()
public CCMiscCallInfo getMiscCallInfo()
public boolean hasEventSpecificInformationBCSM()
public boolean hasEventTypeBCSM()
public boolean hasLegID()
public boolean hasMiscCallInfo()
public CCEventReportBCSMArg setEventSpecificInformationBCSM(CCEventSpecificInformationBCSM value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CCEventReportBCSMArg setEventTypeBCSM(CCEventTypeBCSM value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CCEventReportBCSMArg setLegID(CCLegID value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CCEventReportBCSMArg setMiscCallInfo(CCMiscCallInfo 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