public class MAPSendRoutingInfoRes extends AbstractFieldsObject
SendRoutingInfoRes ::= SEQUENCE { imsi IMSI, routingInfo RoutingInfo, cug-CheckInfo CUG-CheckInfo OPTIONAL, ... }Added in ph2.
Used as result type by MAPOperations.sendRoutingInfo
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPSendRoutingInfoRes()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPSendRoutingInfoRes |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendRoutingInfoRes |
copyOf(MAPSendRoutingInfoRes 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.
|
MAPCUG_CheckInfo |
getCug_CheckInfo()
Gets the value of the field cug-CheckInfo.
|
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.
|
IMSIAddress |
getImsi()
Gets the value of the field imsi.
|
MAPRoutingInfo |
getRoutingInfo()
Gets the value of the field routingInfo.
|
boolean |
hasCug_CheckInfo()
Tests whether the field cug-CheckInfo has a value.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
boolean |
hasRoutingInfo()
Tests whether the field routingInfo has a value.
|
MAPSendRoutingInfoRes |
setCug_CheckInfo(MAPCUG_CheckInfo value)
Sets the value of the field cug-CheckInfo.
|
MAPSendRoutingInfoRes |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPSendRoutingInfoRes |
setRoutingInfo(MAPRoutingInfo value)
Sets the value of the field routingInfo.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPSendRoutingInfoRes()
public MAPSendRoutingInfoRes clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPSendRoutingInfoRes copyOf(MAPSendRoutingInfoRes from)
from
- the object from which to copypublic MAPCUG_CheckInfo getCug_CheckInfo()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic IMSIAddress getImsi()
public MAPRoutingInfo getRoutingInfo()
public boolean hasCug_CheckInfo()
public boolean hasImsi()
public boolean hasRoutingInfo()
public MAPSendRoutingInfoRes setCug_CheckInfo(MAPCUG_CheckInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSendRoutingInfoRes setImsi(IMSIAddress 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 MAPSendRoutingInfoRes setRoutingInfo(MAPRoutingInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only