Class ServiceTypeReply

java.lang.Object
All Implemented Interfaces:
FunctionIDs

public class ServiceTypeReply extends ReplyMessage
ServiceTypeReply message
  • Constructor Details

    • ServiceTypeReply

      public ServiceTypeReply(int pErrorCode, java.util.List<ServiceType> pServTypeList)
      Ctor.
      Parameters:
      pErrorCode -
      pServTypeList - - list of ServiceTypes
    • ServiceTypeReply

      public ServiceTypeReply(java.lang.String pLangTag, int pErrorCode, java.util.List<ServiceType> pServTypeList)
      Ctor.
      Parameters:
      pLangTag -
      pErrorCode -
      pServTypeList - - list of ServiceTypes
    • ServiceTypeReply

      public ServiceTypeReply(MsgHeader pHeader, int pErrorCode, java.util.List<ServiceType> pServTypeList)
      Ctor.
      Parameters:
      pHeader -
      pErrorCode -
      pServTypeList - - list of ServiceTypes
  • Method Details