| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195 |
- /**
- * 系统服务
- */
- package com.miniframe.generate.comm.mdo;
- import com.miniframe.core.BaseMapModel;
- import java.io.Serializable;
- /**
- * flight参数添加修改
- */
- public class A_MDO2008 extends BaseMapModel implements Serializable {
- private static final long serialVersionUID = -1463838678425832212L;
- 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;
- }
- }
|