Class CCEventReportBCSMArg
- java.lang.Object
-
- com.opencloud.util.AbstractDataObject
-
- com.opencloud.util.AbstractFieldsObject
-
- CCEventReportBCSMArg
-
- All Implemented Interfaces:
DataObject
,Serializable
- Direct Known Subclasses:
CAP1EventReportBCSMArg
,CS1EventReportBCSMArg
public class CCEventReportBCSMArg extends AbstractFieldsObject
API for CC-DataTypes.EventReportBCSMArg. Generated from the following ASN.1 type definition.EventReportBCSMArg ::= SEQUENCE { eventTypeBCSM EventTypeBCSM, eventSpecificInformationBCSM EventSpecificInformationBCSM OPTIONAL, legID LegID OPTIONAL, miscCallInfo MiscCallInfo DEFAULT { messageType request } }
Used as argument type by
CCOperations.eventReportBCSM
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.opencloud.util.AbstractFieldsObject
FIELD_ABSENT, FIELD_UNINITIALISED
-
-
Constructor Summary
Constructors Constructor Description CCEventReportBCSMArg()
Constructs an object with uninitialised state.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.opencloud.util.AbstractFieldsObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.AbstractDataObject
checkModify, isReadOnly
-
-
-
-
Method Detail
-
clone
public CCEventReportBCSMArg clone()
Constructs a copy of this object and everything reachable from it.- Specified by:
clone
in interfaceDataObject
- Specified by:
clone
in classAbstractDataObject
- Returns:
- copy of object
-
copyOf
public 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.- Parameters:
from
- the object from which to copy- Returns:
- CCEventReportBCSMArg
-
getEventSpecificInformationBCSM
public CCEventSpecificInformationBCSM getEventSpecificInformationBCSM()
Gets the value of the field eventSpecificInformationBCSM.- Returns:
- value of field eventSpecificInformationBCSM, or null if not present
-
getEventTypeBCSM
public CCEventTypeBCSM getEventTypeBCSM()
Gets the value of the field eventTypeBCSM.- Returns:
- value of field eventTypeBCSM, or null if not present
-
getFieldAccessors
public static FieldAccessor[] getFieldAccessors()
Gets a new array of the accessors for fields of this type.- Returns:
- FieldAccessor[]
-
getFieldsMap
public Map<String,Object> getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value. For a field of primitive type, the field-value is boxed. For an absent optional field, the field-value is AbstractFieldsObject.FIELD_ABSENT. For an unitialised mandatory field, the field-value is AbstractFieldsObject.FIELD_UNINITIALISED.- Specified by:
getFieldsMap
in classAbstractFieldsObject
- Parameters:
withAbsents
- whether to put absent optional fields into Map- Returns:
- Map from field-name to field-value
-
getLegID
public CCLegID getLegID()
Gets the value of the field legID.- Returns:
- value of field legID, or null if not present
-
getMiscCallInfo
public CCMiscCallInfo getMiscCallInfo()
Gets the value of the field miscCallInfo.- Returns:
- value of field miscCallInfo, or null if not present
-
hasEventSpecificInformationBCSM
public boolean hasEventSpecificInformationBCSM()
Tests whether the field eventSpecificInformationBCSM has a value.- Returns:
- whether the field eventSpecificInformationBCSM has a value
-
hasEventTypeBCSM
public boolean hasEventTypeBCSM()
Tests whether the field eventTypeBCSM has a value.- Returns:
- whether the field eventTypeBCSM has a value
-
hasLegID
public boolean hasLegID()
Tests whether the field legID has a value.- Returns:
- whether the field legID has a value
-
hasMiscCallInfo
public boolean hasMiscCallInfo()
Tests whether the field miscCallInfo has a value.- Returns:
- whether the field miscCallInfo has a value
-
setEventSpecificInformationBCSM
public CCEventReportBCSMArg setEventSpecificInformationBCSM(CCEventSpecificInformationBCSM value) throws IllegalStateException
Sets the value of the field eventSpecificInformationBCSM. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setEventTypeBCSM
public CCEventReportBCSMArg setEventTypeBCSM(CCEventTypeBCSM value) throws IllegalStateException
Sets the value of the field eventTypeBCSM.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setLegID
public CCEventReportBCSMArg setLegID(CCLegID value) throws IllegalStateException
Sets the value of the field legID. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setMiscCallInfo
public CCEventReportBCSMArg setMiscCallInfo(CCMiscCallInfo value) throws IllegalStateException
Sets the value of the field miscCallInfo. If null, marks the field as absent.- Parameters:
value
- the new value for the field- Returns:
- this
- Throws:
IllegalStateException
- if this instance has been marked as read-only
-
setReadOnly
public void setReadOnly()
Sets this and all its fields to be immutable.- Specified by:
setReadOnly
in interfaceDataObject
- Overrides:
setReadOnly
in classAbstractDataObject
-
-