Class NetworkRecord


  • public class NetworkRecord
    extends Record
    Network record in source table.
    Since:
    11.0
    Author:
    Luc Maisonobe
    • Constructor Detail

      • NetworkRecord

        public NetworkRecord​(String line)
        Build a data stream record by parsing a source table line.
        Parameters:
        line - source table line
    • Method Detail

      • getRecordType

        public RecordType getRecordType()
        Get the type of record.
        Specified by:
        getRecordType in class Record
        Returns:
        type of record
      • getNetworkIdentifier

        public String getNetworkIdentifier()
        Get the network identifier.
        Returns:
        network identifier
      • getOperator

        public String getOperator()
        Get the institution/agency/company operating the caster.
        Returns:
        institution/agency/company operating the caster
      • getAuthentication

        public Authentication getAuthentication()
        Get the authentication method.
        Returns:
        authentication method
      • areFeesRequired

        public boolean areFeesRequired()
        Check if fees are required.
        Returns:
        true if fees are required
      • getNetworkInfoAddress

        public String getNetworkInfoAddress()
        Get the web address for network information.
        Returns:
        web address for network information
      • getStreamInfoAddress

        public String getStreamInfoAddress()
        Get the web address for stream information.
        Returns:
        web address for stream information
      • getRegistrationAddress

        public String getRegistrationAddress()
        Get the web or mail address for registration.
        Returns:
        web or mail address for registration