public class CAP3LocationInformationGPRS extends AbstractFieldsObject
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
}
Used as field type by CAP3InitialDPGPRSArg.
Used as field type by CAP3GPRSEventSpecificInformation.AttachChangeOfPositionSpecificInformation.
Used as field type by CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation.
Used as field type by CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation.
Used as field type by CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation.
Used as field type by CAP3InitialDPSMSArg.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CAP3LocationInformationGPRS()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
CAP3LocationInformationGPRS |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3LocationInformationGPRS |
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.
|
byte[] |
getCellGlobalIdOrServiceAreaIdOrLAI()
Gets the value of the field cellGlobalIdOrServiceAreaIdOrLAI.
|
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.
|
byte[] |
getGeographicalInformation()
Gets the value of the field geographicalInformation.
|
byte[] |
getRouteingAreaIdentity()
Gets the value of the field routeingAreaIdentity.
|
LocalisedServiceAreaId |
getSelectedLSAIdentity()
Gets the value of the field selectedLSAIdentity.
|
AddressString |
getSgsn_Number()
Gets the value of the field sgsn-Number.
|
boolean |
hasCellGlobalIdOrServiceAreaIdOrLAI()
Tests whether the field cellGlobalIdOrServiceAreaIdOrLAI has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasGeographicalInformation()
Tests whether the field geographicalInformation has a value.
|
boolean |
hasRouteingAreaIdentity()
Tests whether the field routeingAreaIdentity has a value.
|
boolean |
hasSai_Present()
Tests whether the field sai-Present is present.
|
boolean |
hasSelectedLSAIdentity()
Tests whether the field selectedLSAIdentity has a value.
|
boolean |
hasSgsn_Number()
Tests whether the field sgsn-Number has a value.
|
CAP3LocationInformationGPRS |
setCellGlobalIdOrServiceAreaIdOrLAI(byte[] value)
Sets the value of the field cellGlobalIdOrServiceAreaIdOrLAI.
|
CAP3LocationInformationGPRS |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
CAP3LocationInformationGPRS |
setGeographicalInformation(byte[] value)
Sets the value of the field geographicalInformation.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
CAP3LocationInformationGPRS |
setRouteingAreaIdentity(byte[] value)
Sets the value of the field routeingAreaIdentity.
|
CAP3LocationInformationGPRS |
setSai_PresentPresent(boolean flag)
Sets the presence or absence of the optional field sai-Present.
|
CAP3LocationInformationGPRS |
setSelectedLSAIdentity(LocalisedServiceAreaId value)
Sets the value of the field selectedLSAIdentity.
|
CAP3LocationInformationGPRS |
setSgsn_Number(AddressString value)
Sets the value of the field sgsn-Number.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic CAP3LocationInformationGPRS()
public CAP3LocationInformationGPRS clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CAP3LocationInformationGPRS copyOf(CAP3LocationInformationGPRS from)
from - the object from which to copypublic byte[] getCellGlobalIdOrServiceAreaIdOrLAI()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic byte[] getGeographicalInformation()
public byte[] getRouteingAreaIdentity()
public LocalisedServiceAreaId getSelectedLSAIdentity()
public AddressString getSgsn_Number()
public boolean hasCellGlobalIdOrServiceAreaIdOrLAI()
public boolean hasExtensionContainer()
public boolean hasGeographicalInformation()
public boolean hasRouteingAreaIdentity()
public boolean hasSai_Present()
public boolean hasSelectedLSAIdentity()
public boolean hasSgsn_Number()
public CAP3LocationInformationGPRS setCellGlobalIdOrServiceAreaIdOrLAI(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3LocationInformationGPRS setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3LocationInformationGPRS setGeographicalInformation(byte[] 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 AbstractDataObjectpublic CAP3LocationInformationGPRS setRouteingAreaIdentity(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3LocationInformationGPRS setSai_PresentPresent(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 CAP3LocationInformationGPRS setSelectedLSAIdentity(LocalisedServiceAreaId value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic CAP3LocationInformationGPRS setSgsn_Number(AddressString value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only