public class CAP4LocationInformationGPRS extends CAP3LocationInformationGPRS
LocationInformationGPRS ::= SEQUENCE { cellGlobalIdOrServiceAreaIdOrLAI OCTET STRING (SIZE (5..7)) OPTIONAL, routeingAreaIdentity RAIdentity OPTIONAL, geographicalInformation GeographicalInformation OPTIONAL, sgsn-Number ISDN-AddressString OPTIONAL, selectedLSAIdentity LSAIdentity OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... sai-Present NULL OPTIONAL, userCSGInformation UserCSGInformation OPTIONAL } CAP-datatypes { LocationInformationGPRS { @parentType com.opencloud.slee.resources.cgin.cap_v3.CAP3LocationInformationGPRS } }
Used as field type by CAP4InitialDPSMSArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
CAP4LocationInformationGPRS()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
CAP4LocationInformationGPRS |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4LocationInformationGPRS |
copyOf(CAP3LocationInformationGPRS 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.
|
MAPUserCSGInformation |
getUserCSGInformation()
Gets the value of the field userCSGInformation.
|
boolean |
hasUserCSGInformation()
Tests whether the field userCSGInformation has a value.
|
CAP4LocationInformationGPRS |
setCellGlobalIdOrServiceAreaIdOrLAI(byte[] value)
Sets the value of the field cellGlobalIdOrServiceAreaIdOrLAI.
|
CAP4LocationInformationGPRS |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
CAP4LocationInformationGPRS |
setGeographicalInformation(byte[] value)
Sets the value of the field geographicalInformation.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
CAP4LocationInformationGPRS |
setRouteingAreaIdentity(byte[] value)
Sets the value of the field routeingAreaIdentity.
|
CAP4LocationInformationGPRS |
setSai_PresentPresent(boolean flag)
Sets the presence or absence of the optional field sai-Present.
|
CAP4LocationInformationGPRS |
setSelectedLSAIdentity(LocalisedServiceAreaId value)
Sets the value of the field selectedLSAIdentity.
|
CAP4LocationInformationGPRS |
setSgsn_Number(AddressString value)
Sets the value of the field sgsn-Number.
|
CAP4LocationInformationGPRS |
setUserCSGInformation(MAPUserCSGInformation value)
Sets the value of the field userCSGInformation.
|
getCellGlobalIdOrServiceAreaIdOrLAI, getExtensionContainer, getGeographicalInformation, getRouteingAreaIdentity, getSelectedLSAIdentity, getSgsn_Number, hasCellGlobalIdOrServiceAreaIdOrLAI, hasExtensionContainer, hasGeographicalInformation, hasRouteingAreaIdentity, hasSai_Present, hasSelectedLSAIdentity, hasSgsn_Number
equals, hashCode, toString
checkModify, isReadOnly
public CAP4LocationInformationGPRS()
public CAP4LocationInformationGPRS clone()
clone
in interface DataObject
clone
in class CAP3LocationInformationGPRS
public static CAP4LocationInformationGPRS copyOf(CAP3LocationInformationGPRS from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class CAP3LocationInformationGPRS
withAbsents
- whether to put absent optional fields into Mappublic MAPUserCSGInformation getUserCSGInformation()
public boolean hasUserCSGInformation()
public CAP4LocationInformationGPRS setCellGlobalIdOrServiceAreaIdOrLAI(byte[] value) throws IllegalStateException
setCellGlobalIdOrServiceAreaIdOrLAI
in class CAP3LocationInformationGPRS
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4LocationInformationGPRS setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
setExtensionContainer
in class CAP3LocationInformationGPRS
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4LocationInformationGPRS setGeographicalInformation(byte[] value) throws IllegalStateException
setGeographicalInformation
in class CAP3LocationInformationGPRS
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 CAP3LocationInformationGPRS
public CAP4LocationInformationGPRS setRouteingAreaIdentity(byte[] value) throws IllegalStateException
setRouteingAreaIdentity
in class CAP3LocationInformationGPRS
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4LocationInformationGPRS setSai_PresentPresent(boolean flag) throws IllegalStateException
setSai_PresentPresent
in class CAP3LocationInformationGPRS
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 CAP4LocationInformationGPRS setSelectedLSAIdentity(LocalisedServiceAreaId value) throws IllegalStateException
setSelectedLSAIdentity
in class CAP3LocationInformationGPRS
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4LocationInformationGPRS setSgsn_Number(AddressString value) throws IllegalStateException
setSgsn_Number
in class CAP3LocationInformationGPRS
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic CAP4LocationInformationGPRS setUserCSGInformation(MAPUserCSGInformation value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only