Class CCScfID

  • All Implemented Interfaces:
    DataObject, Serializable

    public class CCScfID
    extends ExtendibleOctetString
    API for CC-DataTypes.ScfID. Generated from the following ASN.1 type definition and the adaptations below.
     ScfID ::=
         OCTET STRING
     CC-DataTypes {
         ScfID {
             @extendible
         }
     }
     
    Each subclass adds a ContainedValue field alongside the ByteArray field inherited from ExtendibleOctetString. The position of this class in the type hierarchy restricts what types of contained value can be used.

    Used as field type by CCEstablishTemporaryConnectionArg.

    See Also:
    Serialized Form
    • Constructor Detail

      • CCScfID

        public CCScfID()
        Nullary constructor.
      • CCScfID

        public CCScfID​(byte[] byteArray)
        Constructs from a given initial byte array value.
        Parameters:
        byteArray - byte array
    • Method Detail

      • copyOf

        public static CCScfID copyOf​(CCScfID 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:
        CCScfID