Class MAPLCS_ClientID

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPLCS_ClientID
    extends AbstractFieldsObject
    API for MAP-LCS-DataTypes.LCS-ClientID. Generated from the following ASN.1 type definition.
     LCS-ClientID ::=
         SEQUENCE {
             lcsClientType       LCSClientType,
             lcsClientExternalID LCSClientExternalID OPTIONAL,
             lcsClientDialedByMS AddressString OPTIONAL,
             lcsClientInternalID LCSClientInternalID OPTIONAL,
             lcsClientName       LCSClientName OPTIONAL,
             ...
             lcsAPN              APN OPTIONAL,                 -- Added in release 4.
             lcsRequestorID      LCSRequestorID OPTIONAL       -- Added in release 5.
         }
     
    Added in R98.

    Used as field type by MAPProvideSubscriberLocation_Arg.

    Used as field type by MAPSubscriberLocationReport_Arg.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPLCS_ClientID

        public MAPLCS_ClientID()
        Constructs an object with uninitialised state.
    • Method Detail

      • copyOf

        public static MAPLCS_ClientID copyOf​(MAPLCS_ClientID 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.
        Parameters:
        from - the object from which to copy
        Returns:
        MAPLCS_ClientID
      • getFieldAccessors

        public static FieldAccessor[] getFieldAccessors()
        Gets a new array of the accessors for fields of this type.
        Returns:
        FieldAccessor[]
      • getFieldsMap

        public Map<String,​Object> getFieldsMap​(boolean withAbsents)
        Gets a Map from field-name to field-value. For a field of primitive type, the field-value is boxed. For an absent optional field, the field-value is AbstractFieldsObject.FIELD_ABSENT. For an unitialised mandatory field, the field-value is AbstractFieldsObject.FIELD_UNINITIALISED.
        Specified by:
        getFieldsMap in class AbstractFieldsObject
        Parameters:
        withAbsents - whether to put absent optional fields into Map
        Returns:
        Map from field-name to field-value
      • getLcsAPN

        public AccessPointName getLcsAPN()
        Gets the value of the field lcsAPN.
        Returns:
        value of field lcsAPN, or null if not present
      • getLcsClientDialedByMS

        public AddressString getLcsClientDialedByMS()
        Gets the value of the field lcsClientDialedByMS.
        Returns:
        value of field lcsClientDialedByMS, or null if not present
      • getLcsClientExternalID

        public MAPLCSClientExternalID getLcsClientExternalID()
        Gets the value of the field lcsClientExternalID.
        Returns:
        value of field lcsClientExternalID, or null if not present
      • getLcsClientInternalID

        public MAPLCSClientInternalID getLcsClientInternalID()
        Gets the value of the field lcsClientInternalID.
        Returns:
        value of field lcsClientInternalID, or null if not present
      • getLcsClientName

        public MAPLCSClientName getLcsClientName()
        Gets the value of the field lcsClientName.
        Returns:
        value of field lcsClientName, or null if not present
      • getLcsClientType

        public MAPLCSClientType getLcsClientType()
        Gets the value of the field lcsClientType.
        Returns:
        value of field lcsClientType, or null if not present
      • getLcsRequestorID

        public MAPLCSRequestorID getLcsRequestorID()
        Gets the value of the field lcsRequestorID.
        Returns:
        value of field lcsRequestorID, or null if not present
      • hasLcsAPN

        public boolean hasLcsAPN()
        Tests whether the field lcsAPN has a value.
        Returns:
        whether the field lcsAPN has a value
      • hasLcsClientDialedByMS

        public boolean hasLcsClientDialedByMS()
        Tests whether the field lcsClientDialedByMS has a value.
        Returns:
        whether the field lcsClientDialedByMS has a value
      • hasLcsClientExternalID

        public boolean hasLcsClientExternalID()
        Tests whether the field lcsClientExternalID has a value.
        Returns:
        whether the field lcsClientExternalID has a value
      • hasLcsClientInternalID

        public boolean hasLcsClientInternalID()
        Tests whether the field lcsClientInternalID has a value.
        Returns:
        whether the field lcsClientInternalID has a value
      • hasLcsClientName

        public boolean hasLcsClientName()
        Tests whether the field lcsClientName has a value.
        Returns:
        whether the field lcsClientName has a value
      • hasLcsClientType

        public boolean hasLcsClientType()
        Tests whether the field lcsClientType has a value.
        Returns:
        whether the field lcsClientType has a value
      • hasLcsRequestorID

        public boolean hasLcsRequestorID()
        Tests whether the field lcsRequestorID has a value.
        Returns:
        whether the field lcsRequestorID has a value
      • setLcsClientDialedByMS

        public MAPLCS_ClientID setLcsClientDialedByMS​(AddressString value)
                                               throws IllegalStateException
        Sets the value of the field lcsClientDialedByMS. If null, marks the field as absent.
        Parameters:
        value - the new value for the field
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only