Subversion Repositories SmartDukaan

Rev

Rev 7792 | Rev 7888 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7792 Rev 7808
Line 16265... Line 16265...
16265
        }
16265
        }
16266
        switch (field.id) {
16266
        switch (field.id) {
16267
          case 1: // LOGISTICS_LOCATION_INFO_LIST
16267
          case 1: // LOGISTICS_LOCATION_INFO_LIST
16268
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
16268
            if (field.type == org.apache.thrift.protocol.TType.LIST) {
16269
              {
16269
              {
16270
                org.apache.thrift.protocol.TList _list29 = iprot.readListBegin();
16270
                org.apache.thrift.protocol.TList _list28 = iprot.readListBegin();
16271
                this.logisticsLocationInfoList = new ArrayList<LogisticsLocationInfo>(_list29.size);
16271
                this.logisticsLocationInfoList = new ArrayList<LogisticsLocationInfo>(_list28.size);
16272
                for (int _i30 = 0; _i30 < _list29.size; ++_i30)
16272
                for (int _i29 = 0; _i29 < _list28.size; ++_i29)
16273
                {
16273
                {
16274
                  LogisticsLocationInfo _elem31; // required
16274
                  LogisticsLocationInfo _elem30; // required
16275
                  _elem31 = new LogisticsLocationInfo();
16275
                  _elem30 = new LogisticsLocationInfo();
16276
                  _elem31.read(iprot);
16276
                  _elem30.read(iprot);
16277
                  this.logisticsLocationInfoList.add(_elem31);
16277
                  this.logisticsLocationInfoList.add(_elem30);
16278
                }
16278
                }
16279
                iprot.readListEnd();
16279
                iprot.readListEnd();
16280
              }
16280
              }
16281
            } else { 
16281
            } else { 
16282
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
16282
              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
Line 16305... Line 16305...
16305
      oprot.writeStructBegin(STRUCT_DESC);
16305
      oprot.writeStructBegin(STRUCT_DESC);
16306
      if (this.logisticsLocationInfoList != null) {
16306
      if (this.logisticsLocationInfoList != null) {
16307
        oprot.writeFieldBegin(LOGISTICS_LOCATION_INFO_LIST_FIELD_DESC);
16307
        oprot.writeFieldBegin(LOGISTICS_LOCATION_INFO_LIST_FIELD_DESC);
16308
        {
16308
        {
16309
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.logisticsLocationInfoList.size()));
16309
          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, this.logisticsLocationInfoList.size()));
16310
          for (LogisticsLocationInfo _iter32 : this.logisticsLocationInfoList)
16310
          for (LogisticsLocationInfo _iter31 : this.logisticsLocationInfoList)
16311
          {
16311
          {
16312
            _iter32.write(oprot);
16312
            _iter31.write(oprot);
16313
          }
16313
          }
16314
          oprot.writeListEnd();
16314
          oprot.writeListEnd();
16315
        }
16315
        }
16316
        oprot.writeFieldEnd();
16316
        oprot.writeFieldEnd();
16317
      }
16317
      }