public class MAPExternalClient extends AbstractFieldsObject
ExternalClient ::= SEQUENCE { clientIdentity LCSClientExternalID, gmlc-Restriction GMLC-Restriction OPTIONAL, notificationToMSUser NotificationToMSUser OPTIONAL, -- If notificationToMSUser is not received, the default value according to 3GPP TS 23.271 shall be assumed. extensionContainer ExtensionContainer OPTIONAL, ... }Added in R98.
Used in array as field type by MAPLCS_PrivacyClass
.
Used in array as field type by MAPLCS_PrivacyClass
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPExternalClient()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPExternalClient |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPExternalClient |
copyOf(MAPExternalClient 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.
|
MAPLCSClientExternalID |
getClientIdentity()
Gets the value of the field clientIdentity.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
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.
|
MAPGMLC_Restriction |
getGmlc_Restriction()
Gets the value of the field gmlc-Restriction.
|
MAPNotificationToMSUser |
getNotificationToMSUser()
Gets the value of the field notificationToMSUser.
|
boolean |
hasClientIdentity()
Tests whether the field clientIdentity has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasGmlc_Restriction()
Tests whether the field gmlc-Restriction has a value.
|
boolean |
hasNotificationToMSUser()
Tests whether the field notificationToMSUser has a value.
|
MAPExternalClient |
setClientIdentity(MAPLCSClientExternalID value)
Sets the value of the field clientIdentity.
|
MAPExternalClient |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPExternalClient |
setGmlc_Restriction(MAPGMLC_Restriction value)
Sets the value of the field gmlc-Restriction.
|
MAPExternalClient |
setNotificationToMSUser(MAPNotificationToMSUser value)
Sets the value of the field notificationToMSUser.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPExternalClient()
public MAPExternalClient clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPExternalClient copyOf(MAPExternalClient from)
from
- the object from which to copypublic MAPLCSClientExternalID getClientIdentity()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic MAPGMLC_Restriction getGmlc_Restriction()
public MAPNotificationToMSUser getNotificationToMSUser()
public boolean hasClientIdentity()
public boolean hasExtensionContainer()
public boolean hasGmlc_Restriction()
public boolean hasNotificationToMSUser()
public MAPExternalClient setClientIdentity(MAPLCSClientExternalID value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPExternalClient setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPExternalClient setGmlc_Restriction(MAPGMLC_Restriction value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPExternalClient setNotificationToMSUser(MAPNotificationToMSUser 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