public class CAP4CallSegmentFailure extends AbstractFieldsObject
CallSegmentFailure ::=
SEQUENCE {
callSegmentID CallSegmentID OPTIONAL,
cause Cause OPTIONAL,
...
}
Used as field type by CAP4EntityReleasedArg.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP4CallSegmentFailure()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
CAP4CallSegmentFailure |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4CallSegmentFailure |
copyOf(CAP4CallSegmentFailure 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.
|
int |
getCallSegmentID()
Gets the value of the field callSegmentID.
|
Cause |
getCause()
Gets the value of the field cause.
|
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.
|
boolean |
hasCallSegmentID()
Tests whether the field callSegmentID has a value.
|
boolean |
hasCause()
Tests whether the field cause has a value.
|
CAP4CallSegmentFailure |
setCallSegmentID(int value)
Sets the value of the field callSegmentID and marks the field as present.
|
CAP4CallSegmentFailure |
setCallSegmentIDPresent(boolean flag)
Sets the presence or absence of the optional field callSegmentID.
|
CAP4CallSegmentFailure |
setCause(Cause value)
Sets the value of the field cause.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic CAP4CallSegmentFailure()
public CAP4CallSegmentFailure clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CAP4CallSegmentFailure copyOf(CAP4CallSegmentFailure from)
from - the object from which to copypublic int getCallSegmentID()
public Cause getCause()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic boolean hasCallSegmentID()
public boolean hasCause()
public CAP4CallSegmentFailure setCallSegmentID(int value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP4CallSegmentFailure setCallSegmentIDPresent(boolean flag) throws IllegalStateException
flag - 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 CAP4CallSegmentFailure setCause(Cause 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 AbstractDataObject