| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208 |
- /**
- * 系统服务
- */
- package com.miniframe.generate.comm.mdo;
- import com.miniframe.core.BaseMapModel;
- import java.io.Serializable;
- /**
- * flight参数查询
- */
- public class D_MDO2007 extends BaseMapModel implements Serializable {
- private static final long serialVersionUID = -1463838678425832212L;
- String flId;//flight Id
- /**
- *flight Id
- */
- public void setFlId(String flId) {
- this.flId=flId;
- }
- /**
- *flight Id
- */
- public String getFlId() {
- return this.flId;
- }
- String pid;//项目ID
- /**
- *项目ID
- */
- public void setPid(String pid) {
- this.pid=pid;
- }
- /**
- *项目ID
- */
- public String getPid() {
- return this.pid;
- }
- String wid;//流程id
- /**
- *流程id
- */
- public void setWid(String wid) {
- this.wid=wid;
- }
- /**
- *流程id
- */
- public String getWid() {
- return this.wid;
- }
- String tag;//标签
- /**
- *标签
- */
- public void setTag(String tag) {
- this.tag=tag;
- }
- /**
- *标签
- */
- public String getTag() {
- return this.tag;
- }
- String reference_area;//全机参考面积
- /**
- *全机参考面积
- */
- public void setReference_area(String reference_area) {
- this.reference_area=reference_area;
- }
- /**
- *全机参考面积
- */
- public String getReference_area() {
- return this.reference_area;
- }
- String max_zero_fuel;//最大无燃油重量
- /**
- *最大无燃油重量
- */
- public void setMax_zero_fuel(String max_zero_fuel) {
- this.max_zero_fuel=max_zero_fuel;
- }
- /**
- *最大无燃油重量
- */
- public String getMax_zero_fuel() {
- return this.max_zero_fuel;
- }
- String max_takeoff;//最大起飞重量
- /**
- *最大起飞重量
- */
- public void setMax_takeoff(String max_takeoff) {
- this.max_takeoff=max_takeoff;
- }
- /**
- *最大起飞重量
- */
- public String getMax_takeoff() {
- return this.max_takeoff;
- }
- String max_landing;//最大着陆重量
- /**
- *最大着陆重量
- */
- public void setMax_landing(String max_landing) {
- this.max_landing=max_landing;
- }
- /**
- *最大着陆重量
- */
- public String getMax_landing() {
- return this.max_landing;
- }
- String c_x;//重心位置x
- /**
- *重心位置x
- */
- public void setC_x(String c_x) {
- this.c_x=c_x;
- }
- /**
- *重心位置x
- */
- public String getC_x() {
- return this.c_x;
- }
- String c_y;//重心位置y
- /**
- *重心位置y
- */
- public void setC_y(String c_y) {
- this.c_y=c_y;
- }
- /**
- *重心位置y
- */
- public String getC_y() {
- return this.c_y;
- }
- String c_z;//重心位置z
- /**
- *重心位置z
- */
- public void setC_z(String c_z) {
- this.c_z=c_z;
- }
- /**
- *重心位置z
- */
- public String getC_z() {
- return this.c_z;
- }
- int mw_n_sections;//机翼 机翼段数
- /**
- *机翼 机翼段数
- */
- public void setMw_n_sections(int mw_n_sections) {
- this.mw_n_sections=mw_n_sections;
- }
- /**
- *机翼 机翼段数
- */
- public int getMw_n_sections() {
- return this.mw_n_sections;
- }
- String mw_span;//机翼 翼展
- /**
- *机翼 翼展
- */
- public void setMw_span(String mw_span) {
- this.mw_span=mw_span;
- }
- /**
- *机翼 翼展
- */
- public String getMw_span() {
- return this.mw_span;
- }
- String mw_mac;//机翼 平均气动弦长
- /**
- *机翼 平均气动弦长
- */
- public void setMw_mac(String mw_mac) {
- this.mw_mac=mw_mac;
- }
- /**
- *机翼 平均气动弦长
- */
- public String getMw_mac() {
- return this.mw_mac;
- }
- String mw_sweep;//机翼 后掠角
- /**
- *机翼 后掠角
- */
- public void setMw_sweep(String mw_sweep) {
- this.mw_sweep=mw_sweep;
- }
- /**
- *机翼 后掠角
- */
- public String getMw_sweep() {
- return this.mw_sweep;
- }
- String mw_aspect_ratio;//机翼 展弦比
- /**
- *机翼 展弦比
- */
- public void setMw_aspect_ratio(String mw_aspect_ratio) {
- this.mw_aspect_ratio=mw_aspect_ratio;
- }
- /**
- *机翼 展弦比
- */
- public String getMw_aspect_ratio() {
- return this.mw_aspect_ratio;
- }
- String mw_area;//机翼 机翼面积
- /**
- *机翼 机翼面积
- */
- public void setMw_area(String mw_area) {
- this.mw_area=mw_area;
- }
- /**
- *机翼 机翼面积
- */
- public String getMw_area() {
- return this.mw_area;
- }
- String mw_thickness_to_chord;//机翼 厚弦比
- /**
- *机翼 厚弦比
- */
- public void setMw_thickness_to_chord(String mw_thickness_to_chord) {
- this.mw_thickness_to_chord=mw_thickness_to_chord;
- }
- /**
- *机翼 厚弦比
- */
- public String getMw_thickness_to_chord() {
- return this.mw_thickness_to_chord;
- }
- String mwf_span_fraction_start;//襟翼 展向起始位置
- /**
- *襟翼 展向起始位置
- */
- public void setMwf_span_fraction_start(String mwf_span_fraction_start) {
- this.mwf_span_fraction_start=mwf_span_fraction_start;
- }
- /**
- *襟翼 展向起始位置
- */
- public String getMwf_span_fraction_start() {
- return this.mwf_span_fraction_start;
- }
- String mwf_span_fraction_end;//襟翼 展向终止位置
- /**
- *襟翼 展向终止位置
- */
- public void setMwf_span_fraction_end(String mwf_span_fraction_end) {
- this.mwf_span_fraction_end=mwf_span_fraction_end;
- }
- /**
- *襟翼 展向终止位置
- */
- public String getMwf_span_fraction_end() {
- return this.mwf_span_fraction_end;
- }
- String mwf_deflection;//襟翼 偏角
- /**
- *襟翼 偏角
- */
- public void setMwf_deflection(String mwf_deflection) {
- this.mwf_deflection=mwf_deflection;
- }
- /**
- *襟翼 偏角
- */
- public String getMwf_deflection() {
- return this.mwf_deflection;
- }
- String mwf_chord_fraction;//襟翼 弦向占比
- /**
- *襟翼 弦向占比
- */
- public void setMwf_chord_fraction(String mwf_chord_fraction) {
- this.mwf_chord_fraction=mwf_chord_fraction;
- }
- /**
- *襟翼 弦向占比
- */
- public String getMwf_chord_fraction() {
- return this.mwf_chord_fraction;
- }
- String mwf_configuration_type;//襟翼 类型
- /**
- *襟翼 类型
- */
- public void setMwf_configuration_type(String mwf_configuration_type) {
- this.mwf_configuration_type=mwf_configuration_type;
- }
- /**
- *襟翼 类型
- */
- public String getMwf_configuration_type() {
- return this.mwf_configuration_type;
- }
- String mwa_span_fraction_start;//副翼 展向起始位置
- /**
- *副翼 展向起始位置
- */
- public void setMwa_span_fraction_start(String mwa_span_fraction_start) {
- this.mwa_span_fraction_start=mwa_span_fraction_start;
- }
- /**
- *副翼 展向起始位置
- */
- public String getMwa_span_fraction_start() {
- return this.mwa_span_fraction_start;
- }
- String mwa_span_fraction_end;//副翼 展向终止位置
- /**
- *副翼 展向终止位置
- */
- public void setMwa_span_fraction_end(String mwa_span_fraction_end) {
- this.mwa_span_fraction_end=mwa_span_fraction_end;
- }
- /**
- *副翼 展向终止位置
- */
- public String getMwa_span_fraction_end() {
- return this.mwa_span_fraction_end;
- }
- String mwa_deflection;//副翼 偏角
- /**
- *副翼 偏角
- */
- public void setMwa_deflection(String mwa_deflection) {
- this.mwa_deflection=mwa_deflection;
- }
- /**
- *副翼 偏角
- */
- public String getMwa_deflection() {
- return this.mwa_deflection;
- }
- String mwa_chord_fraction;//副翼 弦向占比
- /**
- *副翼 弦向占比
- */
- public void setMwa_chord_fraction(String mwa_chord_fraction) {
- this.mwa_chord_fraction=mwa_chord_fraction;
- }
- /**
- *副翼 弦向占比
- */
- public String getMwa_chord_fraction() {
- return this.mwa_chord_fraction;
- }
- int hw_n_sections;//升降舵 平尾段数
- /**
- *升降舵 平尾段数
- */
- public void setHw_n_sections(int hw_n_sections) {
- this.hw_n_sections=hw_n_sections;
- }
- /**
- *升降舵 平尾段数
- */
- public int getHw_n_sections() {
- return this.hw_n_sections;
- }
- String hw_span;//升降舵 翼展
- /**
- *升降舵 翼展
- */
- public void setHw_span(String hw_span) {
- this.hw_span=hw_span;
- }
- /**
- *升降舵 翼展
- */
- public String getHw_span() {
- return this.hw_span;
- }
- String hw_mac;//升降舵 平均气动弦长
- /**
- *升降舵 平均气动弦长
- */
- public void setHw_mac(String hw_mac) {
- this.hw_mac=hw_mac;
- }
- /**
- *升降舵 平均气动弦长
- */
- public String getHw_mac() {
- return this.hw_mac;
- }
- String hw_sweep;//升降舵 后掠角
- /**
- *升降舵 后掠角
- */
- public void setHw_sweep(String hw_sweep) {
- this.hw_sweep=hw_sweep;
- }
- /**
- *升降舵 后掠角
- */
- public String getHw_sweep() {
- return this.hw_sweep;
- }
- String hw_aspect_ratio;//升降舵 展弦比
- /**
- *升降舵 展弦比
- */
- public void setHw_aspect_ratio(String hw_aspect_ratio) {
- this.hw_aspect_ratio=hw_aspect_ratio;
- }
- /**
- *升降舵 展弦比
- */
- public String getHw_aspect_ratio() {
- return this.hw_aspect_ratio;
- }
- String hw_area;//升降舵 机翼面积
- /**
- *升降舵 机翼面积
- */
- public void setHw_area(String hw_area) {
- this.hw_area=hw_area;
- }
- /**
- *升降舵 机翼面积
- */
- public String getHw_area() {
- return this.hw_area;
- }
- String hw_thickness_to_chord;//升降舵 厚弦比
- /**
- *升降舵 厚弦比
- */
- public void setHw_thickness_to_chord(String hw_thickness_to_chord) {
- this.hw_thickness_to_chord=hw_thickness_to_chord;
- }
- /**
- *升降舵 厚弦比
- */
- public String getHw_thickness_to_chord() {
- return this.hw_thickness_to_chord;
- }
- String hwe_span_fraction_start;//升降舵 展向起始位置
- /**
- *升降舵 展向起始位置
- */
- public void setHwe_span_fraction_start(String hwe_span_fraction_start) {
- this.hwe_span_fraction_start=hwe_span_fraction_start;
- }
- /**
- *升降舵 展向起始位置
- */
- public String getHwe_span_fraction_start() {
- return this.hwe_span_fraction_start;
- }
- String hwe_span_fraction_end;//升降舵 展向终止位置
- /**
- *升降舵 展向终止位置
- */
- public void setHwe_span_fraction_end(String hwe_span_fraction_end) {
- this.hwe_span_fraction_end=hwe_span_fraction_end;
- }
- /**
- *升降舵 展向终止位置
- */
- public String getHwe_span_fraction_end() {
- return this.hwe_span_fraction_end;
- }
- String hwe_deflection;//升降舵 偏角
- /**
- *升降舵 偏角
- */
- public void setHwe_deflection(String hwe_deflection) {
- this.hwe_deflection=hwe_deflection;
- }
- /**
- *升降舵 偏角
- */
- public String getHwe_deflection() {
- return this.hwe_deflection;
- }
- String hwe_chord_fraction;//升降舵 弦向占比
- /**
- *升降舵 弦向占比
- */
- public void setHwe_chord_fraction(String hwe_chord_fraction) {
- this.hwe_chord_fraction=hwe_chord_fraction;
- }
- /**
- *升降舵 弦向占比
- */
- public String getHwe_chord_fraction() {
- return this.hwe_chord_fraction;
- }
- int vw_n_sections;//垂尾 段数
- /**
- *垂尾 段数
- */
- public void setVw_n_sections(int vw_n_sections) {
- this.vw_n_sections=vw_n_sections;
- }
- /**
- *垂尾 段数
- */
- public int getVw_n_sections() {
- return this.vw_n_sections;
- }
- String vw_span;//垂尾 翼展
- /**
- *垂尾 翼展
- */
- public void setVw_span(String vw_span) {
- this.vw_span=vw_span;
- }
- /**
- *垂尾 翼展
- */
- public String getVw_span() {
- return this.vw_span;
- }
- String vw_mac;//垂尾 平均气动弦长
- /**
- *垂尾 平均气动弦长
- */
- public void setVw_mac(String vw_mac) {
- this.vw_mac=vw_mac;
- }
- /**
- *垂尾 平均气动弦长
- */
- public String getVw_mac() {
- return this.vw_mac;
- }
- String vw_sweep;//垂尾 后掠角
- /**
- *垂尾 后掠角
- */
- public void setVw_sweep(String vw_sweep) {
- this.vw_sweep=vw_sweep;
- }
- /**
- *垂尾 后掠角
- */
- public String getVw_sweep() {
- return this.vw_sweep;
- }
- String vw_aspect_ratio;//垂尾 展弦比
- /**
- *垂尾 展弦比
- */
- public void setVw_aspect_ratio(String vw_aspect_ratio) {
- this.vw_aspect_ratio=vw_aspect_ratio;
- }
- /**
- *垂尾 展弦比
- */
- public String getVw_aspect_ratio() {
- return this.vw_aspect_ratio;
- }
- String vw_area;//垂尾 机翼面积
- /**
- *垂尾 机翼面积
- */
- public void setVw_area(String vw_area) {
- this.vw_area=vw_area;
- }
- /**
- *垂尾 机翼面积
- */
- public String getVw_area() {
- return this.vw_area;
- }
- String vw_thickness_to_chord;//垂尾 厚弦比
- /**
- *垂尾 厚弦比
- */
- public void setVw_thickness_to_chord(String vw_thickness_to_chord) {
- this.vw_thickness_to_chord=vw_thickness_to_chord;
- }
- /**
- *垂尾 厚弦比
- */
- public String getVw_thickness_to_chord() {
- return this.vw_thickness_to_chord;
- }
- String f_length;//机身 总长
- /**
- *机身 总长
- */
- public void setF_length(String f_length) {
- this.f_length=f_length;
- }
- /**
- *机身 总长
- */
- public String getF_length() {
- return this.f_length;
- }
- String f_diameter;//机身 宽度
- /**
- *机身 宽度
- */
- public void setF_diameter(String f_diameter) {
- this.f_diameter=f_diameter;
- }
- /**
- *机身 宽度
- */
- public String getF_diameter() {
- return this.f_diameter;
- }
- int n_symmetry;//机舱 是否对称 0不对称 1对称
- /**
- *机舱 是否对称 0不对称 1对称
- */
- public void setN_symmetry(int n_symmetry) {
- this.n_symmetry=n_symmetry;
- }
- /**
- *机舱 是否对称 0不对称 1对称
- */
- public int getN_symmetry() {
- return this.n_symmetry;
- }
- String n_length;//机舱 长度
- /**
- *机舱 长度
- */
- public void setN_length(String n_length) {
- this.n_length=n_length;
- }
- /**
- *机舱 长度
- */
- public String getN_length() {
- return this.n_length;
- }
- String n_diameter;//机舱 直径
- /**
- *机舱 直径
- */
- public void setN_diameter(String n_diameter) {
- this.n_diameter=n_diameter;
- }
- /**
- *机舱 直径
- */
- public String getN_diameter() {
- return this.n_diameter;
- }
- String n_x;//机舱 原点位置x
- /**
- *机舱 原点位置x
- */
- public void setN_x(String n_x) {
- this.n_x=n_x;
- }
- /**
- *机舱 原点位置x
- */
- public String getN_x() {
- return this.n_x;
- }
- String n_y;//机舱 原点位置y
- /**
- *机舱 原点位置y
- */
- public void setN_y(String n_y) {
- this.n_y=n_y;
- }
- /**
- *机舱 原点位置y
- */
- public String getN_y() {
- return this.n_y;
- }
- String n_z;//机舱 原点位置z
- /**
- *机舱 原点位置z
- */
- public void setN_z(String n_z) {
- this.n_z=n_z;
- }
- /**
- *机舱 原点位置z
- */
- public String getN_z() {
- return this.n_z;
- }
- String network_tag;//动力网络 标签
- /**
- *动力网络 标签
- */
- public void setNetwork_tag(String network_tag) {
- this.network_tag=network_tag;
- }
- /**
- *动力网络 标签
- */
- public String getNetwork_tag() {
- return this.network_tag;
- }
- String fuel_consumption_rate;//动力网络 燃油消耗率
- /**
- *动力网络 燃油消耗率
- */
- public void setFuel_consumption_rate(String fuel_consumption_rate) {
- this.fuel_consumption_rate=fuel_consumption_rate;
- }
- /**
- *动力网络 燃油消耗率
- */
- public String getFuel_consumption_rate() {
- return this.fuel_consumption_rate;
- }
- int num_of_engines;//动力网络 发动机个数
- /**
- *动力网络 发动机个数
- */
- public void setNum_of_engines(int num_of_engines) {
- this.num_of_engines=num_of_engines;
- }
- /**
- *动力网络 发动机个数
- */
- public int getNum_of_engines() {
- return this.num_of_engines;
- }
- String engine_length;//动力网络 发动机长度
- /**
- *动力网络 发动机长度
- */
- public void setEngine_length(String engine_length) {
- this.engine_length=engine_length;
- }
- /**
- *动力网络 发动机长度
- */
- public String getEngine_length() {
- return this.engine_length;
- }
- String engine_diameter;//动力网络 发动机直径
- /**
- *动力网络 发动机直径
- */
- public void setEngine_diameter(String engine_diameter) {
- this.engine_diameter=engine_diameter;
- }
- /**
- *动力网络 发动机直径
- */
- public String getEngine_diameter() {
- return this.engine_diameter;
- }
- String bypass_ratio;//动力网络 涵道比
- /**
- *动力网络 涵道比
- */
- public void setBypass_ratio(String bypass_ratio) {
- this.bypass_ratio=bypass_ratio;
- }
- /**
- *动力网络 涵道比
- */
- public String getBypass_ratio() {
- return this.bypass_ratio;
- }
- String design_thrust;//动力网络 设计推力
- /**
- *动力网络 设计推力
- */
- public void setDesign_thrust(String design_thrust) {
- this.design_thrust=design_thrust;
- }
- /**
- *动力网络 设计推力
- */
- public String getDesign_thrust() {
- return this.design_thrust;
- }
- String takeoff_flap_deflection;//起飞设置 襟翼偏角
- /**
- *起飞设置 襟翼偏角
- */
- public void setTakeoff_flap_deflection(String takeoff_flap_deflection) {
- this.takeoff_flap_deflection=takeoff_flap_deflection;
- }
- /**
- *起飞设置 襟翼偏角
- */
- public String getTakeoff_flap_deflection() {
- return this.takeoff_flap_deflection;
- }
- String takeoff_v2_vs_ratio;//起飞设置 V2速度或失速速度
- /**
- *起飞设置 V2速度或失速速度
- */
- public void setTakeoff_v2_vs_ratio(String takeoff_v2_vs_ratio) {
- this.takeoff_v2_vs_ratio=takeoff_v2_vs_ratio;
- }
- /**
- *起飞设置 V2速度或失速速度
- */
- public String getTakeoff_v2_vs_ratio() {
- return this.takeoff_v2_vs_ratio;
- }
- String landing_flap_deflection;//着陆设置 襟翼偏角
- /**
- *着陆设置 襟翼偏角
- */
- public void setLanding_flap_deflection(String landing_flap_deflection) {
- this.landing_flap_deflection=landing_flap_deflection;
- }
- /**
- *着陆设置 襟翼偏角
- */
- public String getLanding_flap_deflection() {
- return this.landing_flap_deflection;
- }
- String landing_slat_deflection;//着陆设置 缝翼偏角
- /**
- *着陆设置 缝翼偏角
- */
- public void setLanding_slat_deflection(String landing_slat_deflection) {
- this.landing_slat_deflection=landing_slat_deflection;
- }
- /**
- *着陆设置 缝翼偏角
- */
- public String getLanding_slat_deflection() {
- return this.landing_slat_deflection;
- }
- String landing_vref_vs_ratio;//着陆设置 进场速度或失速速度
- /**
- *着陆设置 进场速度或失速速度
- */
- public void setLanding_vref_vs_ratio(String landing_vref_vs_ratio) {
- this.landing_vref_vs_ratio=landing_vref_vs_ratio;
- }
- /**
- *着陆设置 进场速度或失速速度
- */
- public String getLanding_vref_vs_ratio() {
- return this.landing_vref_vs_ratio;
- }
- String airport_tag;//机场 标签
- /**
- *机场 标签
- */
- public void setAirport_tag(String airport_tag) {
- this.airport_tag=airport_tag;
- }
- /**
- *机场 标签
- */
- public String getAirport_tag() {
- return this.airport_tag;
- }
- String airport_altitude;//机场 海拔高度
- /**
- *机场 海拔高度
- */
- public void setAirport_altitude(String airport_altitude) {
- this.airport_altitude=airport_altitude;
- }
- /**
- *机场 海拔高度
- */
- public String getAirport_altitude() {
- return this.airport_altitude;
- }
- String airport_delta_isa;//机场 ISA偏差
- /**
- *机场 ISA偏差
- */
- public void setAirport_delta_isa(String airport_delta_isa) {
- this.airport_delta_isa=airport_delta_isa;
- }
- /**
- *机场 ISA偏差
- */
- public String getAirport_delta_isa() {
- return this.airport_delta_isa;
- }
- String cruise_altitude;//巡航高度
- /**
- *巡航高度
- */
- public void setCruise_altitude(String cruise_altitude) {
- this.cruise_altitude=cruise_altitude;
- }
- /**
- *巡航高度
- */
- public String getCruise_altitude() {
- return this.cruise_altitude;
- }
- String cruise_mach;//巡航马赫数
- /**
- *巡航马赫数
- */
- public void setCruise_mach(String cruise_mach) {
- this.cruise_mach=cruise_mach;
- }
- /**
- *巡航马赫数
- */
- public String getCruise_mach() {
- return this.cruise_mach;
- }
- String envelope_machs;//飞行包线 马赫数
- /**
- *飞行包线 马赫数
- */
- public void setEnvelope_machs(String envelope_machs) {
- this.envelope_machs=envelope_machs;
- }
- /**
- *飞行包线 马赫数
- */
- public String getEnvelope_machs() {
- return this.envelope_machs;
- }
- String envelope_altitudes;//飞行包线 高度
- /**
- *飞行包线 高度
- */
- public void setEnvelope_altitudes(String envelope_altitudes) {
- this.envelope_altitudes=envelope_altitudes;
- }
- /**
- *飞行包线 高度
- */
- public String getEnvelope_altitudes() {
- return this.envelope_altitudes;
- }
- String stability_mach;//稳定性计算输入 马赫数
- /**
- *稳定性计算输入 马赫数
- */
- public void setStability_mach(String stability_mach) {
- this.stability_mach=stability_mach;
- }
- /**
- *稳定性计算输入 马赫数
- */
- public String getStability_mach() {
- return this.stability_mach;
- }
- String stability_altitude;//稳定性计算输入 海拔高度
- /**
- *稳定性计算输入 海拔高度
- */
- public void setStability_altitude(String stability_altitude) {
- this.stability_altitude=stability_altitude;
- }
- /**
- *稳定性计算输入 海拔高度
- */
- public String getStability_altitude() {
- return this.stability_altitude;
- }
- String minimal_flight_speed;//最小平飞速度
- /**
- *最小平飞速度
- */
- public void setMinimal_flight_speed(String minimal_flight_speed) {
- this.minimal_flight_speed=minimal_flight_speed;
- }
- /**
- *最小平飞速度
- */
- public String getMinimal_flight_speed() {
- return this.minimal_flight_speed;
- }
- String maximal_flight_speed;//最大平飞速度
- /**
- *最大平飞速度
- */
- public void setMaximal_flight_speed(String maximal_flight_speed) {
- this.maximal_flight_speed=maximal_flight_speed;
- }
- /**
- *最大平飞速度
- */
- public String getMaximal_flight_speed() {
- return this.maximal_flight_speed;
- }
- String rate_of_climb;//爬升率
- /**
- *爬升率
- */
- public void setRate_of_climb(String rate_of_climb) {
- this.rate_of_climb=rate_of_climb;
- }
- /**
- *爬升率
- */
- public String getRate_of_climb() {
- return this.rate_of_climb;
- }
- String ceiling;//升限
- /**
- *升限
- */
- public void setCeiling(String ceiling) {
- this.ceiling=ceiling;
- }
- /**
- *升限
- */
- public String getCeiling() {
- return this.ceiling;
- }
- String range;//航程
- /**
- *航程
- */
- public void setRange(String range) {
- this.range=range;
- }
- /**
- *航程
- */
- public String getRange() {
- return this.range;
- }
- String time;//航时
- /**
- *航时
- */
- public void setTime(String time) {
- this.time=time;
- }
- /**
- *航时
- */
- public String getTime() {
- return this.time;
- }
- String takeoff_field_length;//起飞场长
- /**
- *起飞场长
- */
- public void setTakeoff_field_length(String takeoff_field_length) {
- this.takeoff_field_length=takeoff_field_length;
- }
- /**
- *起飞场长
- */
- public String getTakeoff_field_length() {
- return this.takeoff_field_length;
- }
- String landing_field_length;//着陆场长
- /**
- *着陆场长
- */
- public void setLanding_field_length(String landing_field_length) {
- this.landing_field_length=landing_field_length;
- }
- /**
- *着陆场长
- */
- public String getLanding_field_length() {
- return this.landing_field_length;
- }
- String cm_alpha;//纵向静稳定导数
- /**
- *纵向静稳定导数
- */
- public void setCm_alpha(String cm_alpha) {
- this.cm_alpha=cm_alpha;
- }
- /**
- *纵向静稳定导数
- */
- public String getCm_alpha() {
- return this.cm_alpha;
- }
- String cn_beta;//航向静稳定导数
- /**
- *航向静稳定导数
- */
- public void setCn_beta(String cn_beta) {
- this.cn_beta=cn_beta;
- }
- /**
- *航向静稳定导数
- */
- public String getCn_beta() {
- return this.cn_beta;
- }
- String phugoid_zeta;//长周期模态(阻尼比)
- /**
- *长周期模态(阻尼比)
- */
- public void setPhugoid_zeta(String phugoid_zeta) {
- this.phugoid_zeta=phugoid_zeta;
- }
- /**
- *长周期模态(阻尼比)
- */
- public String getPhugoid_zeta() {
- return this.phugoid_zeta;
- }
- String phugoid_omega_n;//长周期模态(频率)
- /**
- *长周期模态(频率)
- */
- public void setPhugoid_omega_n(String phugoid_omega_n) {
- this.phugoid_omega_n=phugoid_omega_n;
- }
- /**
- *长周期模态(频率)
- */
- public String getPhugoid_omega_n() {
- return this.phugoid_omega_n;
- }
- String short_period_zeta;//短周期模态(阻尼比)
- /**
- *短周期模态(阻尼比)
- */
- public void setShort_period_zeta(String short_period_zeta) {
- this.short_period_zeta=short_period_zeta;
- }
- /**
- *短周期模态(阻尼比)
- */
- public String getShort_period_zeta() {
- return this.short_period_zeta;
- }
- String short_period_omega_n;//短周期模态(频率)
- /**
- *短周期模态(频率)
- */
- public void setShort_period_omega_n(String short_period_omega_n) {
- this.short_period_omega_n=short_period_omega_n;
- }
- /**
- *短周期模态(频率)
- */
- public String getShort_period_omega_n() {
- return this.short_period_omega_n;
- }
- String spiral_tau;//螺旋模态(时间常数)
- /**
- *螺旋模态(时间常数)
- */
- public void setSpiral_tau(String spiral_tau) {
- this.spiral_tau=spiral_tau;
- }
- /**
- *螺旋模态(时间常数)
- */
- public String getSpiral_tau() {
- return this.spiral_tau;
- }
- String roll_tau;//滚转模态(时间常数)
- /**
- *滚转模态(时间常数)
- */
- public void setRoll_tau(String roll_tau) {
- this.roll_tau=roll_tau;
- }
- /**
- *滚转模态(时间常数)
- */
- public String getRoll_tau() {
- return this.roll_tau;
- }
- String dutch_roll_zeta;//荷兰滚模态(阻尼比)
- /**
- *荷兰滚模态(阻尼比)
- */
- public void setDutch_roll_zeta(String dutch_roll_zeta) {
- this.dutch_roll_zeta=dutch_roll_zeta;
- }
- /**
- *荷兰滚模态(阻尼比)
- */
- public String getDutch_roll_zeta() {
- return this.dutch_roll_zeta;
- }
- String dutch_roll_omega_n;//荷兰滚模态(频率)
- /**
- *荷兰滚模态(频率)
- */
- public void setDutch_roll_omega_n(String dutch_roll_omega_n) {
- this.dutch_roll_omega_n=dutch_roll_omega_n;
- }
- /**
- *荷兰滚模态(频率)
- */
- public String getDutch_roll_omega_n() {
- return this.dutch_roll_omega_n;
- }
- }
|