public class CAP3ResetTimerGPRSArg extends AbstractFieldsObject
ResetTimerGPRSArg ::= SEQUENCE { timerID TimerID DEFAULT tssf, timervalue TimerValue, ... }
Used as argument type by CAP3Operations.resetTimerGPRS
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP3ResetTimerGPRSArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
CAP3ResetTimerGPRSArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3ResetTimerGPRSArg |
copyOf(CAP3ResetTimerGPRSArg 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.
|
CCTimerID |
getTimerID()
Gets the value of the field timerID.
|
int |
getTimervalue()
Gets the value of the field timervalue.
|
boolean |
hasTimerID()
Tests whether the field timerID has a value.
|
boolean |
hasTimervalue()
Tests whether the field timervalue has a value.
|
CAP3ResetTimerGPRSArg |
setTimerID(CCTimerID value)
Sets the value of the field timerID.
|
CAP3ResetTimerGPRSArg |
setTimervalue(int value)
Sets the value of the field timervalue and marks the field as present.
|
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public CAP3ResetTimerGPRSArg()
public CAP3ResetTimerGPRSArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static CAP3ResetTimerGPRSArg copyOf(CAP3ResetTimerGPRSArg from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic CCTimerID getTimerID()
public int getTimervalue()
public boolean hasTimerID()
public boolean hasTimervalue()
public CAP3ResetTimerGPRSArg setTimerID(CCTimerID value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP3ResetTimerGPRSArg setTimervalue(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only