Class CAP4DpSpecificInfoAlt

  • All Implemented Interfaces:
    DataObject, Serializable

    public class CAP4DpSpecificInfoAlt
    extends AbstractFieldsObject
    API for CAP-datatypes.DpSpecificInfoAlt. Generated from the following ASN.1 type definition.
     DpSpecificInfoAlt ::=
         SEQUENCE {
             oServiceChangeSpecificInfo SEQUENCE {
                 ext-basicServiceCode     Ext-BasicServiceCode OPTIONAL,
                 ...
                 initiatorOfServiceChange InitiatorOfServiceChange OPTIONAL,
                 natureOfServiceChange    NatureOfServiceChange OPTIONAL
             },
             tServiceChangeSpecificInfo SEQUENCE {
                 ext-basicServiceCode     Ext-BasicServiceCode OPTIONAL,
                 ...
                 initiatorOfServiceChange InitiatorOfServiceChange OPTIONAL,
                 natureOfServiceChange    NatureOfServiceChange OPTIONAL
             },
             collectedInfoSpecificInfo  SEQUENCE {
                 calledPartyNumber CalledPartyNumber OPTIONAL,
                 ...
             }
         }
     

    Used as field type by CAP4EventSpecificInformationBCSM.

    See Also:
    Serialized Form
    • Method Detail

      • copyOf

        public static CAP4DpSpecificInfoAlt copyOf​(CAP4DpSpecificInfoAlt 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:
        CAP4DpSpecificInfoAlt
      • getCollectedInfoSpecificInfo

        public CAP4DpSpecificInfoAlt.CollectedInfoSpecificInfo getCollectedInfoSpecificInfo()
        Gets the value of the field collectedInfoSpecificInfo.
        Returns:
        value of field collectedInfoSpecificInfo, or null if not present
      • 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
      • getOServiceChangeSpecificInfo

        public CAP4DpSpecificInfoAlt.OServiceChangeSpecificInfo getOServiceChangeSpecificInfo()
        Gets the value of the field oServiceChangeSpecificInfo.
        Returns:
        value of field oServiceChangeSpecificInfo, or null if not present
      • getTServiceChangeSpecificInfo

        public CAP4DpSpecificInfoAlt.TServiceChangeSpecificInfo getTServiceChangeSpecificInfo()
        Gets the value of the field tServiceChangeSpecificInfo.
        Returns:
        value of field tServiceChangeSpecificInfo, or null if not present
      • hasCollectedInfoSpecificInfo

        public boolean hasCollectedInfoSpecificInfo()
        Tests whether the field collectedInfoSpecificInfo has a value.
        Returns:
        whether the field collectedInfoSpecificInfo has a value
      • hasOServiceChangeSpecificInfo

        public boolean hasOServiceChangeSpecificInfo()
        Tests whether the field oServiceChangeSpecificInfo has a value.
        Returns:
        whether the field oServiceChangeSpecificInfo has a value
      • hasTServiceChangeSpecificInfo

        public boolean hasTServiceChangeSpecificInfo()
        Tests whether the field tServiceChangeSpecificInfo has a value.
        Returns:
        whether the field tServiceChangeSpecificInfo has a value