public Ratio()
 {
     this.denominatorField = new Quantity();
     this.numeratorField = new Quantity();
 }
 public SampledData()
 {
     this.dataField = new @string();
     this.dimensionsField = new integer();
     this.upperLimitField = new @decimal();
     this.lowerLimitField = new @decimal();
     this.factorField = new @decimal();
     this.periodField = new @decimal();
     this.originField = new Quantity();
 }
 public Range()
 {
     this.highField = new Quantity();
     this.lowField = new Quantity();
 }