예제 #1
0
 public PetSuppliesMisc()
 {
     this.widthSizeField            = new WidthSizeType();
     this.weightRecommendationField = new WeightRecommendationType();
     this.volumeField                    = new VolumeDimension();
     this.tankSizeField                  = new VolumeDimension();
     this.specialFeaturesField           = new List <string>();
     this.petTypeField                   = new List <string>();
     this.neckSizeField                  = new NeckSizeType();
     this.maximumPowerField              = new PetPowerDimension();
     this.materialCompositionField       = new List <string>();
     this.lightOutputLuminanceField      = new LuminancePositiveIntegerDimension();
     this.includedComponentsField        = new List <string>();
     this.healthBenefitsField            = new List <string>();
     this.heightRecommendationField      = new HeightRecommendationType();
     this.girthSizeField                 = new GirthSizeType();
     this.externalCertificationField     = new List <string>();
     this.displayVolumeField             = new VolumeDimension();
     this.colorSpecificationField        = new PetSuppliesMiscColorSpecification();
     this.compatibleDevicesField         = new List <string>();
     this.careInstructionsField          = new List <string>();
     this.bulbLifeSpanField              = new TimeIntegerDimension();
     this.batteryPowerField              = new BatteryPowerIntegerDimension();
     this.batteryChargeTimeField         = new TimeDimension();
     this.batteryCapacityField           = new BatteryPowerDimension();
     this.batteryAverageLifeStandbyField = new BatteryLifeDimension();
     this.batteryAverageLifeField        = new BatteryLifeDimension();
     this.allergenInformationField       = new List <AllergenInformationType>();
     this.variationDataField             = new PetSuppliesMiscVariationData();
     this.itemPackageQuantityField       = "1";
 }
예제 #2
0
 public BabyProducts()
 {
     this.unitCountField                         = new BabyProductsUnitCount();
     this.trayTypeField                          = new List <string>();
     this.subjectCharacterField                  = new List <string>();
     this.styleNameField                         = new List <string>();
     this.specificUsesForProductField            = new List <string>();
     this.specialFeaturesField                   = new List <string>();
     this.sensorTechnologyField                  = new List <string>();
     this.recommendedUsesForProductField         = new List <string>();
     this.variationDataField                     = new BabyProductsVariationData();
     this.minimumWeightRecommendationField       = new PositiveWeightDimension();
     this.minimumManufacturerAgeRecommendedField = new OptionalAgeRecommendedDimension();
     this.maximumWeightRecommendationField       = new PositiveWeightDimension();
     this.maximumManufacturerAgeRecommendedField = new OptionalAgeRecommendedDimension();
     this.materialTypeFreeField                  = new List <string>();
     this.lithiumBatteryEnergyContentField       = new EnergyConsumptionDimension();
     this.lifestyleField                         = new List <string>();
     this.displayVolumeField                     = new VolumeDimension();
     this.frequencyResponseField                 = new FrequencyDimension();
     this.chestSizeField                         = new ClothingSizeDimension();
     this.carSeatWeightGroupEUField              = new List <CarSeatWeightGroupEUType>();
     this.careInstructionsField                  = new List <string>();
     this.batteryPowerField                      = new BatteryPowerIntegerDimension();
     this.batteryChargeTimeField                 = new TimeDimension();
     this.batteryCapacityField                   = new BatteryPowerDimension();
     this.batteryAverageLifeTalkTimeField        = new TimeDimension();
     this.batteryAverageLifeStandbyField         = new BatteryLifeDimension();
     this.batteryAverageLifeField                = new BatteryLifeDimension();
     this.assemblyTimeField                      = new AssemblyTimeDimension();
 }