对所有消息类的属性标注xml对应的json注解
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -65,24 +66,34 @@ public class AABK
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "AAOR", required = true)
|
||||
@JsonProperty("AAOR")
|
||||
protected BigInteger aaor;
|
||||
@XmlElement(name = "AACN", required = true)
|
||||
@JsonProperty("AACN")
|
||||
protected String aacn;
|
||||
@XmlElement(name = "AADN", required = true)
|
||||
@JsonProperty("AADN")
|
||||
protected String aadn;
|
||||
@XmlElement(name = "AADC", required = true)
|
||||
@JsonProperty("AADC")
|
||||
protected String aadc;
|
||||
@XmlElement(name = "AAAD", required = true)
|
||||
@JsonProperty("AAAD")
|
||||
protected String aaad;
|
||||
@XmlElement(name = "AAWT", required = true)
|
||||
@JsonProperty("AAWT")
|
||||
protected String aawt;
|
||||
@XmlElement(name = "AAMT", required = true)
|
||||
@JsonProperty("AAMT")
|
||||
protected String aamt;
|
||||
@XmlElement(name = "AAFX", required = true)
|
||||
@JsonProperty("AAFX")
|
||||
protected String aafx;
|
||||
@XmlElement(name = "AAEA", required = true)
|
||||
@JsonProperty("AAEA")
|
||||
protected String aaea;
|
||||
@XmlElement(name = "AARK", required = true)
|
||||
@JsonProperty("AARK")
|
||||
protected String aark;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -64,22 +65,31 @@ public class ABDG
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "ABCD", required = true)
|
||||
@JsonProperty("ABCD")
|
||||
protected String abcd;
|
||||
@XmlElement(name = "DESC", required = true)
|
||||
@JsonProperty("DESC")
|
||||
protected String desc;
|
||||
@XmlElement(name = "CDSC", required = true)
|
||||
@JsonProperty("CDSC")
|
||||
protected String cdsc;
|
||||
@XmlElement(name = "AHGT", required = true)
|
||||
@JsonProperty("AHGT")
|
||||
protected String ahgt;
|
||||
@XmlElement(name = "ATML", required = true)
|
||||
@JsonProperty("ATML")
|
||||
protected String atml;
|
||||
@XmlElement(name = "ATHE", required = true)
|
||||
@JsonProperty("ATHE")
|
||||
protected String athe;
|
||||
@XmlElement(name = "STND", required = true)
|
||||
@JsonProperty("STND")
|
||||
protected List<String> stnd;
|
||||
@XmlElement(name = "GATE", required = true)
|
||||
@JsonProperty("GATE")
|
||||
protected List<String> gate;
|
||||
@XmlElement(name = "AMNO", required = true)
|
||||
@JsonProperty("AMNO")
|
||||
protected String amno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -50,10 +51,13 @@ public class ABNR
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "ANRC", required = true)
|
||||
@JsonProperty("ANRC")
|
||||
protected String anrc;
|
||||
@XmlElement(name = "ANRD", required = true)
|
||||
@JsonProperty("ANRD")
|
||||
protected String anrd;
|
||||
@XmlElement(name = "ARDC", required = true)
|
||||
@JsonProperty("ARDC")
|
||||
protected String ardc;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -51,8 +52,10 @@ public class ABORTDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlValue
|
||||
@JsonProperty("VALUE")
|
||||
protected String value;
|
||||
@XmlAttribute(name = "ARES")
|
||||
@JsonProperty("ARES")
|
||||
protected String ares;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -66,25 +67,35 @@ public class ABUS
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "ABDG", required = true)
|
||||
@JsonProperty("ABDG")
|
||||
protected String abdg;
|
||||
@XmlElement(name = "STAT", required = true)
|
||||
@JsonProperty("STAT")
|
||||
protected String stat;
|
||||
@XmlElement(name = "ENDT", required = true)
|
||||
@JsonProperty("ENDT")
|
||||
protected String endt;
|
||||
@XmlElement(name = "FLID", required = true)
|
||||
@JsonProperty("FLID")
|
||||
protected BigInteger flid;
|
||||
@XmlElement(name = "FLNO", required = true)
|
||||
@JsonProperty("FLNO")
|
||||
protected String flno;
|
||||
@XmlElement(name = "MVIN", required = true)
|
||||
@JsonProperty("MVIN")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected MOVEMENTINDICATOR mvin;
|
||||
@XmlElement(name = "SODT", required = true)
|
||||
@JsonProperty("SODT")
|
||||
protected String sodt;
|
||||
@XmlElement(name = "RENO")
|
||||
@JsonProperty("RENO")
|
||||
protected String reno;
|
||||
@XmlElement(name = "TRML")
|
||||
@JsonProperty("TRML")
|
||||
protected String trml;
|
||||
@XmlElement(name = "REMC")
|
||||
@JsonProperty("REMC")
|
||||
protected String remc;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -71,30 +72,43 @@ public class ACST
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "UNAM", required = true)
|
||||
@JsonProperty("UNAM")
|
||||
protected String unam;
|
||||
@XmlElement(name = "NLGN", required = true)
|
||||
@JsonProperty("NLGN")
|
||||
protected BigInteger nlgn;
|
||||
@XmlElement(name = "TMIN", required = true)
|
||||
@JsonProperty("TMIN")
|
||||
protected BigInteger tmin;
|
||||
@XmlElement(name = "AMIN", required = true)
|
||||
@JsonProperty("AMIN")
|
||||
protected BigInteger amin;
|
||||
@XmlElement(name = "NATB", required = true)
|
||||
@JsonProperty("NATB")
|
||||
protected BigInteger natb;
|
||||
@XmlElement(name = "NBGR", required = true)
|
||||
@JsonProperty("NBGR")
|
||||
protected BigInteger nbgr;
|
||||
@XmlElement(name = "NBTP", required = true)
|
||||
@JsonProperty("NBTP")
|
||||
protected BigInteger nbtp;
|
||||
@XmlElement(name = "NDCP", required = true)
|
||||
@JsonProperty("NDCP")
|
||||
protected BigInteger ndcp;
|
||||
@XmlElement(name = "NLSR", required = true)
|
||||
@JsonProperty("NLSR")
|
||||
protected BigInteger nlsr;
|
||||
@XmlElement(name = "NMSR", required = true)
|
||||
@JsonProperty("NMSR")
|
||||
protected BigInteger nmsr;
|
||||
@XmlElement(name = "NOCR", required = true)
|
||||
@JsonProperty("NOCR")
|
||||
protected BigInteger nocr;
|
||||
@XmlElement(name = "NBPP", required = true)
|
||||
@JsonProperty("NBPP")
|
||||
protected BigInteger nbpp;
|
||||
@XmlElement(name = "NBCR", required = true)
|
||||
@JsonProperty("NBCR")
|
||||
protected BigInteger nbcr;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -75,28 +76,40 @@ public class AIRC
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "ITAT", required = true)
|
||||
@JsonProperty("ITAT")
|
||||
protected String itat;
|
||||
@XmlElement(name = "ICAT", required = true)
|
||||
@JsonProperty("ICAT")
|
||||
protected String icat;
|
||||
@XmlElement(name = "DESC", required = true)
|
||||
@JsonProperty("DESC")
|
||||
protected String desc;
|
||||
@XmlElement(name = "CDSC", required = true)
|
||||
@JsonProperty("CDSC")
|
||||
protected String cdsc;
|
||||
@XmlElement(name = "CHAP", required = true)
|
||||
@JsonProperty("CHAP")
|
||||
protected String chap;
|
||||
@XmlElement(name = "MAXP", required = true)
|
||||
@JsonProperty("MAXP")
|
||||
protected String maxp;
|
||||
@XmlElement(name = "MFWT", required = true)
|
||||
@JsonProperty("MFWT")
|
||||
protected String mfwt;
|
||||
@XmlElement(name = "MTWT", required = true)
|
||||
@JsonProperty("MTWT")
|
||||
protected String mtwt;
|
||||
@XmlElement(name = "ALEN", required = true)
|
||||
@JsonProperty("ALEN")
|
||||
protected String alen;
|
||||
@XmlElement(name = "WSPN", required = true)
|
||||
@JsonProperty("WSPN")
|
||||
protected String wspn;
|
||||
@XmlElement(name = "MHTM", required = true)
|
||||
@JsonProperty("MHTM")
|
||||
protected String mhtm;
|
||||
@XmlElement(name = "MABR", required = true)
|
||||
@JsonProperty("MABR")
|
||||
protected String mabr;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -65,22 +66,31 @@ public class AIRL
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "ITOP", required = true)
|
||||
@JsonProperty("ITOP")
|
||||
protected String itop;
|
||||
@XmlElement(name = "ICOP", required = true)
|
||||
@JsonProperty("ICOP")
|
||||
protected String icop;
|
||||
@XmlElement(name = "ONAM", required = true)
|
||||
@JsonProperty("ONAM")
|
||||
protected String onam;
|
||||
@XmlElement(name = "ONMC", required = true)
|
||||
@JsonProperty("ONMC")
|
||||
protected String onmc;
|
||||
@XmlElement(name = "CTRY", required = true)
|
||||
@JsonProperty("CTRY")
|
||||
protected String ctry;
|
||||
@XmlElement(name = "TRML", required = true)
|
||||
@JsonProperty("TRML")
|
||||
protected List<AIRLTERMINALDATA> trml;
|
||||
@XmlElement(name = "OGRP", required = true)
|
||||
@JsonProperty("OGRP")
|
||||
protected List<String> ogrp;
|
||||
@XmlElement(name = "SUBC")
|
||||
@JsonProperty("SUBC")
|
||||
protected List<SUBSIDIARYDATA> subc;
|
||||
@XmlElement(name = "DORI", required = true)
|
||||
@JsonProperty("DORI")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTRGNCODE dori;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -53,15 +54,20 @@ public class AIRLCLASSDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "DCLM", required = true)
|
||||
@JsonProperty("DCLM")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected CLASSES dclm;
|
||||
@XmlElement(name = "FCLM")
|
||||
@JsonProperty("FCLM")
|
||||
protected CLASSMAPDATA fclm;
|
||||
@XmlElement(name = "CCLM")
|
||||
@JsonProperty("CCLM")
|
||||
protected CLASSMAPDATA cclm;
|
||||
@XmlElement(name = "YCLM")
|
||||
@JsonProperty("YCLM")
|
||||
protected CLASSMAPDATA yclm;
|
||||
@XmlAttribute(name = "ITOP")
|
||||
@JsonProperty("ITOP")
|
||||
protected String itop;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -44,10 +45,13 @@ public class AIRLTERMINALDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlValue
|
||||
@JsonProperty("VALUE")
|
||||
protected String value;
|
||||
@XmlAttribute(name = "MVIN", required = true)
|
||||
@JsonProperty("MVIN")
|
||||
protected String mvin;
|
||||
@XmlAttribute(name = "FLIN", required = true)
|
||||
@JsonProperty("FLIN")
|
||||
protected String flin;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -51,10 +52,13 @@ public class ALBA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "ALCD", required = true)
|
||||
@JsonProperty("ALCD")
|
||||
protected String alcd;
|
||||
@XmlElement(name = "IBAG")
|
||||
@JsonProperty("IBAG")
|
||||
protected BigInteger ibag;
|
||||
@XmlElement(name = "DBAG")
|
||||
@JsonProperty("DBAG")
|
||||
protected BigInteger dbag;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -83,25 +84,35 @@ public class ARPT
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "ITCD", required = true)
|
||||
@JsonProperty("ITCD")
|
||||
protected String itcd;
|
||||
@XmlElement(name = "ICCD", required = true)
|
||||
@JsonProperty("ICCD")
|
||||
protected String iccd;
|
||||
@XmlElement(name = "ANAM", required = true)
|
||||
@JsonProperty("ANAM")
|
||||
protected String anam;
|
||||
@XmlElement(name = "ANMC", required = true)
|
||||
@JsonProperty("ANMC")
|
||||
protected String anmc;
|
||||
@XmlElement(name = "BDIS", required = true)
|
||||
@JsonProperty("BDIS")
|
||||
protected String bdis;
|
||||
@XmlElement(name = "CTRY", required = true)
|
||||
@JsonProperty("CTRY")
|
||||
protected String ctry;
|
||||
@XmlElement(name = "ACTY", required = true)
|
||||
@JsonProperty("ACTY")
|
||||
protected String acty;
|
||||
@XmlElement(name = "ATYP", required = true)
|
||||
@JsonProperty("ATYP")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTRGNCODE atyp;
|
||||
@XmlElement(name = "HAUL", required = true)
|
||||
@JsonProperty("HAUL")
|
||||
protected String haul;
|
||||
@XmlElement(name = "ABBR")
|
||||
@JsonProperty("ABBR")
|
||||
protected List<OPTABBRDATA> abbr;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -49,8 +50,10 @@ public class AYT
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "DTTS", required = true)
|
||||
@JsonProperty("DTTS")
|
||||
protected BigInteger dtts;
|
||||
@XmlElement(name = "REMC")
|
||||
@JsonProperty("REMC")
|
||||
protected String remc;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -44,8 +45,10 @@ public class BAHODATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlValue
|
||||
@JsonProperty("VALUE")
|
||||
protected BigInteger value;
|
||||
@XmlAttribute(name = "HOUR", required = true)
|
||||
@JsonProperty("HOUR")
|
||||
protected int hour;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -50,8 +51,10 @@ public class BDCL
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "GCTM", required = true)
|
||||
@JsonProperty("GCTM")
|
||||
protected String gctm;
|
||||
@XmlElement(name = "PXBG")
|
||||
@JsonProperty("PXBG")
|
||||
protected List<BDCLDATA> pxbg;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -165,36 +166,52 @@ public class BDCLDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "LPAX")
|
||||
@JsonProperty("LPAX")
|
||||
protected BigInteger lpax;
|
||||
@XmlElement(name = "TPAX")
|
||||
@JsonProperty("TPAX")
|
||||
protected BigInteger tpax;
|
||||
@XmlElement(name = "LADT")
|
||||
@JsonProperty("LADT")
|
||||
protected BigInteger ladt;
|
||||
@XmlElement(name = "LINF")
|
||||
@JsonProperty("LINF")
|
||||
protected BigInteger linf;
|
||||
@XmlElement(name = "LCHD")
|
||||
@JsonProperty("LCHD")
|
||||
protected BigInteger lchd;
|
||||
@XmlElement(name = "LFCL")
|
||||
@JsonProperty("LFCL")
|
||||
protected BigInteger lfcl;
|
||||
@XmlElement(name = "LBCL")
|
||||
@JsonProperty("LBCL")
|
||||
protected BigInteger lbcl;
|
||||
@XmlElement(name = "LECL")
|
||||
@JsonProperty("LECL")
|
||||
protected BigInteger lecl;
|
||||
@XmlElement(name = "TADT")
|
||||
@JsonProperty("TADT")
|
||||
protected BigInteger tadt;
|
||||
@XmlElement(name = "TINF")
|
||||
@JsonProperty("TINF")
|
||||
protected BigInteger tinf;
|
||||
@XmlElement(name = "TCHD")
|
||||
@JsonProperty("TCHD")
|
||||
protected BigInteger tchd;
|
||||
@XmlElement(name = "TFCL")
|
||||
@JsonProperty("TFCL")
|
||||
protected BigInteger tfcl;
|
||||
@XmlElement(name = "TBCL")
|
||||
@JsonProperty("TBCL")
|
||||
protected BigInteger tbcl;
|
||||
@XmlElement(name = "TECL")
|
||||
@JsonProperty("TECL")
|
||||
protected BigInteger tecl;
|
||||
@XmlElement(name = "ETPN")
|
||||
@JsonProperty("ETPN")
|
||||
protected BigInteger etpn;
|
||||
@XmlAttribute(name = "APCD", required = true)
|
||||
@JsonProperty("APCD")
|
||||
protected String apcd;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -66,10 +67,13 @@ public class BDOP
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "GATE", required = true)
|
||||
@JsonProperty("GATE")
|
||||
protected String gate;
|
||||
@XmlElement(name = "BOTM", required = true)
|
||||
@JsonProperty("BOTM")
|
||||
protected String botm;
|
||||
@XmlElement(name = "ROFL", required = true)
|
||||
@JsonProperty("ROFL")
|
||||
protected String rofl;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -48,6 +49,7 @@ public class BDPB
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "PXBG")
|
||||
@JsonProperty("PXBG")
|
||||
protected List<CKCLDATA> pxbg;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -60,22 +61,30 @@ public class BELTDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "BELT", required = true)
|
||||
@JsonProperty("BELT")
|
||||
protected String belt;
|
||||
@XmlElement(name = "BCLS", required = true)
|
||||
@JsonProperty("BCLS")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected CLASSES bcls;
|
||||
@XmlElement(name = "PCOT", required = true)
|
||||
@JsonProperty("PCOT")
|
||||
protected String pcot;
|
||||
@XmlElement(name = "PCCT", required = true)
|
||||
@JsonProperty("PCCT")
|
||||
protected String pcct;
|
||||
@XmlElement(name = "FBAG")
|
||||
@JsonProperty("FBAG")
|
||||
protected String fbag;
|
||||
@XmlElement(name = "LBAG")
|
||||
@JsonProperty("LBAG")
|
||||
protected String lbag;
|
||||
@XmlElement(name = "BTYP", required = true)
|
||||
@JsonProperty("BTYP")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTCODE btyp;
|
||||
@XmlAttribute(name = "CLNO", required = true)
|
||||
@JsonProperty("CLNO")
|
||||
protected BigInteger clno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -55,15 +56,20 @@ public class BLST
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "BCOD", required = true)
|
||||
@JsonProperty("BCOD")
|
||||
protected String bcod;
|
||||
@XmlElement(name = "BTNM", required = true)
|
||||
@JsonProperty("BTNM")
|
||||
protected String btnm;
|
||||
@XmlElement(name = "BNMC", required = true)
|
||||
@JsonProperty("BNMC")
|
||||
protected String bnmc;
|
||||
@XmlElement(name = "BCAT", required = true)
|
||||
@JsonProperty("BCAT")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTCODE bcat;
|
||||
@XmlElement(name = "BTML", required = true)
|
||||
@JsonProperty("BTML")
|
||||
protected String btml;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -58,12 +59,16 @@ public class BRIDGEDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "ABDG", required = true)
|
||||
@JsonProperty("ABDG")
|
||||
protected String abdg;
|
||||
@XmlElement(name = "ABOP", required = true)
|
||||
@JsonProperty("ABOP")
|
||||
protected String abop;
|
||||
@XmlElement(name = "AOTM", required = true)
|
||||
@JsonProperty("AOTM")
|
||||
protected String aotm;
|
||||
@XmlAttribute(name = "ASNO", required = true)
|
||||
@JsonProperty("ASNO")
|
||||
protected BigInteger asno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -55,14 +56,19 @@ public class CHLT
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "CCOD", required = true)
|
||||
@JsonProperty("CCOD")
|
||||
protected String ccod;
|
||||
@XmlElement(name = "CHNM", required = true)
|
||||
@JsonProperty("CHNM")
|
||||
protected String chnm;
|
||||
@XmlElement(name = "CNMC", required = true)
|
||||
@JsonProperty("CNMC")
|
||||
protected String cnmc;
|
||||
@XmlElement(name = "CTML", required = true)
|
||||
@JsonProperty("CTML")
|
||||
protected String ctml;
|
||||
@XmlElement(name = "CCAT", required = true)
|
||||
@JsonProperty("CCAT")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTCODE ccat;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -58,12 +59,16 @@ public class CHOCKSDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "CHTM", required = true)
|
||||
@JsonProperty("CHTM")
|
||||
protected String chtm;
|
||||
@XmlElement(name = "CHID", required = true)
|
||||
@JsonProperty("CHID")
|
||||
protected String chid;
|
||||
@XmlElement(name = "CHST", required = true)
|
||||
@JsonProperty("CHST")
|
||||
protected String chst;
|
||||
@XmlAttribute(name = "CSNO", required = true)
|
||||
@JsonProperty("CSNO")
|
||||
protected BigInteger csno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -60,22 +61,30 @@ public class CHUTEDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "CHUT", required = true)
|
||||
@JsonProperty("CHUT")
|
||||
protected String chut;
|
||||
@XmlElement(name = "CCLS", required = true)
|
||||
@JsonProperty("CCLS")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected CLASSES ccls;
|
||||
@XmlElement(name = "PCBT", required = true)
|
||||
@JsonProperty("PCBT")
|
||||
protected String pcbt;
|
||||
@XmlElement(name = "PCET", required = true)
|
||||
@JsonProperty("PCET")
|
||||
protected String pcet;
|
||||
@XmlElement(name = "CBTM")
|
||||
@JsonProperty("CBTM")
|
||||
protected String cbtm;
|
||||
@XmlElement(name = "CETM")
|
||||
@JsonProperty("CETM")
|
||||
protected String cetm;
|
||||
@XmlElement(name = "CTYP", required = true)
|
||||
@JsonProperty("CTYP")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTCODE ctyp;
|
||||
@XmlAttribute(name = "CHNO", required = true)
|
||||
@JsonProperty("CHNO")
|
||||
protected BigInteger chno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -58,16 +59,22 @@ public class CITY
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "ITCD", required = true)
|
||||
@JsonProperty("ITCD")
|
||||
protected String itcd;
|
||||
@XmlElement(name = "ICCD", required = true)
|
||||
@JsonProperty("ICCD")
|
||||
protected String iccd;
|
||||
@XmlElement(name = "CNAM", required = true)
|
||||
@JsonProperty("CNAM")
|
||||
protected String cnam;
|
||||
@XmlElement(name = "CNMC", required = true)
|
||||
@JsonProperty("CNMC")
|
||||
protected String cnmc;
|
||||
@XmlElement(name = "CTRY", required = true)
|
||||
@JsonProperty("CTRY")
|
||||
protected String ctry;
|
||||
@XmlElement(name = "ABBR")
|
||||
@JsonProperty("ABBR")
|
||||
protected List<OPTABBRDATA> abbr;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -50,8 +51,10 @@ public class CKCL
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "CCTM", required = true)
|
||||
@JsonProperty("CCTM")
|
||||
protected String cctm;
|
||||
@XmlElement(name = "PXBG")
|
||||
@JsonProperty("PXBG")
|
||||
protected List<CKCLDATA> pxbg;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -181,40 +182,58 @@ public class CKCLDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "LPAX")
|
||||
@JsonProperty("LPAX")
|
||||
protected BigInteger lpax;
|
||||
@XmlElement(name = "TPAX")
|
||||
@JsonProperty("TPAX")
|
||||
protected BigInteger tpax;
|
||||
@XmlElement(name = "LBAG")
|
||||
@JsonProperty("LBAG")
|
||||
protected BigInteger lbag;
|
||||
@XmlElement(name = "LBWT")
|
||||
@JsonProperty("LBWT")
|
||||
protected BigInteger lbwt;
|
||||
@XmlElement(name = "LADT")
|
||||
@JsonProperty("LADT")
|
||||
protected BigInteger ladt;
|
||||
@XmlElement(name = "LINF")
|
||||
@JsonProperty("LINF")
|
||||
protected BigInteger linf;
|
||||
@XmlElement(name = "LCHD")
|
||||
@JsonProperty("LCHD")
|
||||
protected BigInteger lchd;
|
||||
@XmlElement(name = "LFCL")
|
||||
@JsonProperty("LFCL")
|
||||
protected BigInteger lfcl;
|
||||
@XmlElement(name = "LBCL")
|
||||
@JsonProperty("LBCL")
|
||||
protected BigInteger lbcl;
|
||||
@XmlElement(name = "LECL")
|
||||
@JsonProperty("LECL")
|
||||
protected BigInteger lecl;
|
||||
@XmlElement(name = "TADT")
|
||||
@JsonProperty("TADT")
|
||||
protected BigInteger tadt;
|
||||
@XmlElement(name = "TINF")
|
||||
@JsonProperty("TINF")
|
||||
protected BigInteger tinf;
|
||||
@XmlElement(name = "TCHD")
|
||||
@JsonProperty("TCHD")
|
||||
protected BigInteger tchd;
|
||||
@XmlElement(name = "TFCL")
|
||||
@JsonProperty("TFCL")
|
||||
protected BigInteger tfcl;
|
||||
@XmlElement(name = "TBCL")
|
||||
@JsonProperty("TBCL")
|
||||
protected BigInteger tbcl;
|
||||
@XmlElement(name = "TECL")
|
||||
@JsonProperty("TECL")
|
||||
protected BigInteger tecl;
|
||||
@XmlElement(name = "ETPN")
|
||||
@JsonProperty("ETPN")
|
||||
protected BigInteger etpn;
|
||||
@XmlAttribute(name = "APCD", required = true)
|
||||
@JsonProperty("APCD")
|
||||
protected String apcd;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -66,10 +67,13 @@ public class CKOP
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "CHKC", required = true)
|
||||
@JsonProperty("CHKC")
|
||||
protected String chkc;
|
||||
@XmlElement(name = "COTM", required = true)
|
||||
@JsonProperty("COTM")
|
||||
protected String cotm;
|
||||
@XmlElement(name = "ROFL", required = true)
|
||||
@JsonProperty("ROFL")
|
||||
protected String rofl;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -48,6 +49,7 @@ public class CKPB
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "PXBG")
|
||||
@JsonProperty("PXBG")
|
||||
protected List<CKCLDATA> pxbg;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -46,6 +47,7 @@ public class CLASSMAPDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "MCLS", required = true)
|
||||
@JsonProperty("MCLS")
|
||||
protected List<String> mcls;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -55,15 +56,20 @@ public class CLMP
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "DCLM", required = true)
|
||||
@JsonProperty("DCLM")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected CLASSES dclm;
|
||||
@XmlElement(name = "FCLM")
|
||||
@JsonProperty("FCLM")
|
||||
protected CLASSMAPDATA fclm;
|
||||
@XmlElement(name = "CCLM")
|
||||
@JsonProperty("CCLM")
|
||||
protected CLASSMAPDATA cclm;
|
||||
@XmlElement(name = "YCLM")
|
||||
@JsonProperty("YCLM")
|
||||
protected CLASSMAPDATA yclm;
|
||||
@XmlAttribute(name = "ITOP", required = true)
|
||||
@JsonProperty("ITOP")
|
||||
protected String itop;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -57,17 +58,23 @@ public class CLST
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "CCOD", required = true)
|
||||
@JsonProperty("CCOD")
|
||||
protected String ccod;
|
||||
@XmlElement(name = "CTNM", required = true)
|
||||
@JsonProperty("CTNM")
|
||||
protected String ctnm;
|
||||
@XmlElement(name = "CNMC", required = true)
|
||||
@JsonProperty("CNMC")
|
||||
protected String cnmc;
|
||||
@XmlElement(name = "CCAT", required = true)
|
||||
@JsonProperty("CCAT")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTCODE ccat;
|
||||
@XmlElement(name = "CTML", required = true)
|
||||
@JsonProperty("CTML")
|
||||
protected String ctml;
|
||||
@XmlElement(name = "CTRA", required = true)
|
||||
@JsonProperty("CTRA")
|
||||
protected String ctra;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -107,24 +108,34 @@ public class CONL
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "CNID", required = true)
|
||||
@JsonProperty("CNID")
|
||||
protected BigInteger cnid;
|
||||
@XmlElement(name = "CNPR", required = true)
|
||||
@JsonProperty("CNPR")
|
||||
protected BigInteger cnpr;
|
||||
@XmlElement(name = "CNRR", required = true)
|
||||
@JsonProperty("CNRR")
|
||||
protected BigInteger cnrr;
|
||||
@XmlElement(name = "CNSD", required = true)
|
||||
@JsonProperty("CNSD")
|
||||
protected String cnsd;
|
||||
@XmlElement(name = "CNED", required = true)
|
||||
@JsonProperty("CNED")
|
||||
protected String cned;
|
||||
@XmlElement(name = "CNXD")
|
||||
@JsonProperty("CNXD")
|
||||
protected String cnxd;
|
||||
@XmlElement(name = "CNCD", required = true)
|
||||
@JsonProperty("CNCD")
|
||||
protected String cncd;
|
||||
@XmlElement(name = "CNDS", required = true)
|
||||
@JsonProperty("CNDS")
|
||||
protected String cnds;
|
||||
@XmlElement(name = "CNFL", required = true)
|
||||
@JsonProperty("CNFL")
|
||||
protected String cnfl;
|
||||
@XmlElement(name = "CNSR", required = true)
|
||||
@JsonProperty("CNSR")
|
||||
protected List<String> cnsr;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -54,12 +55,16 @@ public class COUL
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "COUC", required = true)
|
||||
@JsonProperty("COUC")
|
||||
protected String couc;
|
||||
@XmlElement(name = "COUN", required = true)
|
||||
@JsonProperty("COUN")
|
||||
protected String coun;
|
||||
@XmlElement(name = "CNMC", required = true)
|
||||
@JsonProperty("CNMC")
|
||||
protected String cnmc;
|
||||
@XmlElement(name = "REGC", required = true)
|
||||
@JsonProperty("REGC")
|
||||
protected List<String> regc;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -59,20 +60,28 @@ public class CPLODATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "LOCA", required = true)
|
||||
@JsonProperty("LOCA")
|
||||
protected String loca;
|
||||
@XmlElement(name = "PAVE", required = true)
|
||||
@JsonProperty("PAVE")
|
||||
protected BigInteger pave;
|
||||
@XmlElement(name = "INVE", required = true)
|
||||
@JsonProperty("INVE")
|
||||
protected BigInteger inve;
|
||||
@XmlElement(name = "OUVE", required = true)
|
||||
@JsonProperty("OUVE")
|
||||
protected BigInteger ouve;
|
||||
@XmlElement(name = "INGO", required = true)
|
||||
@JsonProperty("INGO")
|
||||
protected BigInteger ingo;
|
||||
@XmlElement(name = "INGC", required = true)
|
||||
@JsonProperty("INGC")
|
||||
protected BigInteger ingc;
|
||||
@XmlElement(name = "OUGO", required = true)
|
||||
@JsonProperty("OUGO")
|
||||
protected BigInteger ougo;
|
||||
@XmlElement(name = "OUGC", required = true)
|
||||
@JsonProperty("OUGC")
|
||||
protected BigInteger ougc;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -52,10 +53,13 @@ public class CPTH
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "BTIM", required = true)
|
||||
@JsonProperty("BTIM")
|
||||
protected String btim;
|
||||
@XmlElement(name = "ETIM", required = true)
|
||||
@JsonProperty("ETIM")
|
||||
protected String etim;
|
||||
@XmlElement(name = "CPLO", required = true)
|
||||
@JsonProperty("CPLO")
|
||||
protected List<CPLODATA> cplo;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -52,12 +53,16 @@ public class CTLT
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "CCOD", required = true)
|
||||
@JsonProperty("CCOD")
|
||||
protected String ccod;
|
||||
@XmlElement(name = "CDES", required = true)
|
||||
@JsonProperty("CDES")
|
||||
protected String cdes;
|
||||
@XmlElement(name = "CDEC", required = true)
|
||||
@JsonProperty("CDEC")
|
||||
protected String cdec;
|
||||
@XmlElement(name = "CTML", required = true)
|
||||
@JsonProperty("CTML")
|
||||
protected String ctml;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -63,24 +64,34 @@ public class CURRENTWTHRDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "WCOD", required = true)
|
||||
@JsonProperty("WCOD")
|
||||
protected String wcod;
|
||||
@XmlElement(name = "TMPR", required = true)
|
||||
@JsonProperty("TMPR")
|
||||
protected String tmpr;
|
||||
@XmlElement(name = "VISI", required = true)
|
||||
@JsonProperty("VISI")
|
||||
protected BigInteger visi;
|
||||
@XmlElement(name = "WSPD", required = true)
|
||||
@JsonProperty("WSPD")
|
||||
protected BigInteger wspd;
|
||||
@XmlElement(name = "WDRE", required = true)
|
||||
@JsonProperty("WDRE")
|
||||
protected String wdre;
|
||||
@XmlElement(name = "WDRC", required = true)
|
||||
@JsonProperty("WDRC")
|
||||
protected String wdrc;
|
||||
@XmlElement(name = "MAXT", required = true)
|
||||
@JsonProperty("MAXT")
|
||||
protected String maxt;
|
||||
@XmlElement(name = "MINT", required = true)
|
||||
@JsonProperty("MINT")
|
||||
protected String mint;
|
||||
@XmlElement(name = "HUMD", required = true)
|
||||
@JsonProperty("HUMD")
|
||||
protected BigInteger humd;
|
||||
@XmlElement(name = "WREM", required = true)
|
||||
@JsonProperty("WREM")
|
||||
protected String wrem;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -46,12 +47,16 @@ public class DELAYDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlValue
|
||||
@JsonProperty("VALUE")
|
||||
protected String value;
|
||||
@XmlAttribute(name = "CODE", required = true)
|
||||
@JsonProperty("CODE")
|
||||
protected String code;
|
||||
@XmlAttribute(name = "STRT")
|
||||
@JsonProperty("STRT")
|
||||
protected String strt;
|
||||
@XmlAttribute(name = "DURA")
|
||||
@JsonProperty("DURA")
|
||||
protected BigInteger dura;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -60,22 +61,30 @@ public class DESKDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "CHKC", required = true)
|
||||
@JsonProperty("CHKC")
|
||||
protected String chkc;
|
||||
@XmlElement(name = "CCLS", required = true)
|
||||
@JsonProperty("CCLS")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected CLASSES ccls;
|
||||
@XmlElement(name = "PCOT", required = true)
|
||||
@JsonProperty("PCOT")
|
||||
protected String pcot;
|
||||
@XmlElement(name = "PCCT", required = true)
|
||||
@JsonProperty("PCCT")
|
||||
protected String pcct;
|
||||
@XmlElement(name = "COTM")
|
||||
@JsonProperty("COTM")
|
||||
protected String cotm;
|
||||
@XmlElement(name = "CCTM")
|
||||
@JsonProperty("CCTM")
|
||||
protected String cctm;
|
||||
@XmlElement(name = "CTYP", required = true)
|
||||
@JsonProperty("CTYP")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTCODE ctyp;
|
||||
@XmlAttribute(name = "CKNO", required = true)
|
||||
@JsonProperty("CKNO")
|
||||
protected BigInteger ckno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -51,10 +52,13 @@ public class DIVERSIONDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlValue
|
||||
@JsonProperty("VALUE")
|
||||
protected String value;
|
||||
@XmlAttribute(name = "DDES")
|
||||
@JsonProperty("DDES")
|
||||
protected String ddes;
|
||||
@XmlAttribute(name = "DDIR")
|
||||
@JsonProperty("DDIR")
|
||||
protected String ddir;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -52,12 +53,16 @@ public class DLYL
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "DCOD", required = true)
|
||||
@JsonProperty("DCOD")
|
||||
protected String dcod;
|
||||
@XmlElement(name = "DCDN", required = true)
|
||||
@JsonProperty("DCDN")
|
||||
protected String dcdn;
|
||||
@XmlElement(name = "DDES", required = true)
|
||||
@JsonProperty("DDES")
|
||||
protected String ddes;
|
||||
@XmlElement(name = "DDSC", required = true)
|
||||
@JsonProperty("DDSC")
|
||||
protected String ddsc;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -53,6 +54,7 @@ public class DSAK
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "SCID", required = true)
|
||||
@JsonProperty("SCID")
|
||||
protected BigInteger scid;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -56,14 +57,19 @@ public class EROR
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "SEQS", required = true)
|
||||
@JsonProperty("SEQS")
|
||||
protected BigInteger seqs;
|
||||
@XmlElement(name = "TYPS", required = true)
|
||||
@JsonProperty("TYPS")
|
||||
protected String typs;
|
||||
@XmlElement(name = "STYS", required = true)
|
||||
@JsonProperty("STYS")
|
||||
protected String stys;
|
||||
@XmlElement(name = "ETEX", required = true)
|
||||
@JsonProperty("ETEX")
|
||||
protected String etex;
|
||||
@XmlElement(name = "RSND", required = true)
|
||||
@JsonProperty("RSND")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected YESNO rsnd;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -61,20 +62,28 @@ public class FLBA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "FLID", required = true)
|
||||
@JsonProperty("FLID")
|
||||
protected BigInteger flid;
|
||||
@XmlElement(name = "FBAG")
|
||||
@JsonProperty("FBAG")
|
||||
protected String fbag;
|
||||
@XmlElement(name = "LBAG")
|
||||
@JsonProperty("LBAG")
|
||||
protected String lbag;
|
||||
@XmlElement(name = "IBAG")
|
||||
@JsonProperty("IBAG")
|
||||
protected BigInteger ibag;
|
||||
@XmlElement(name = "DBAG")
|
||||
@JsonProperty("DBAG")
|
||||
protected BigInteger dbag;
|
||||
@XmlElement(name = "ABAG")
|
||||
@JsonProperty("ABAG")
|
||||
protected BigInteger abag;
|
||||
@XmlElement(name = "MBAG")
|
||||
@JsonProperty("MBAG")
|
||||
protected BigInteger mbag;
|
||||
@XmlElement(name = "OBAG")
|
||||
@JsonProperty("OBAG")
|
||||
protected BigInteger obag;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -49,11 +50,14 @@ public class FLBGDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "BLST", required = true)
|
||||
@JsonProperty("BLST")
|
||||
protected String blst;
|
||||
@XmlElement(name = "BCLS", required = true)
|
||||
@JsonProperty("BCLS")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected CLASSES bcls;
|
||||
@XmlElement(name = "FLBT", required = true)
|
||||
@JsonProperty("FLBT")
|
||||
protected FLBTDATA flbt;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -43,8 +44,10 @@ public class FLBTDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlValue
|
||||
@JsonProperty("VALUE")
|
||||
protected String value;
|
||||
@XmlAttribute(name = "TYPE")
|
||||
@JsonProperty("TYPE")
|
||||
protected FLBTCODES type;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -180,137 +181,203 @@ public class FLOP
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "FLID", required = true)
|
||||
@JsonProperty("FLID")
|
||||
protected BigInteger flid;
|
||||
@XmlElement(name = "FFID", required = true)
|
||||
@JsonProperty("FFID")
|
||||
protected String ffid;
|
||||
@XmlElement(name = "ROUT")
|
||||
@JsonProperty("ROUT")
|
||||
protected List<ROUTEDAILY> rout;
|
||||
@XmlElement(name = "ACFT")
|
||||
@JsonProperty("ACFT")
|
||||
protected String acft;
|
||||
@XmlElement(name = "RENO")
|
||||
@JsonProperty("RENO")
|
||||
protected String reno;
|
||||
@XmlElement(name = "ESTT")
|
||||
@JsonProperty("ESTT")
|
||||
protected String estt;
|
||||
@XmlElement(name = "ACTT")
|
||||
@JsonProperty("ACTT")
|
||||
protected String actt;
|
||||
@XmlElement(name = "REMC")
|
||||
@JsonProperty("REMC")
|
||||
protected String remc;
|
||||
@XmlElement(name = "DELY")
|
||||
@JsonProperty("DELY")
|
||||
protected List<OPTDELAYDATA> dely;
|
||||
@XmlElement(name = "CNCL")
|
||||
@JsonProperty("CNCL")
|
||||
protected String cncl;
|
||||
@XmlElement(name = "UNCL")
|
||||
@JsonProperty("UNCL")
|
||||
protected Object uncl;
|
||||
@XmlElement(name = "FDEL")
|
||||
@JsonProperty("FDEL")
|
||||
protected Object fdel;
|
||||
@XmlElement(name = "TAOP")
|
||||
@JsonProperty("TAOP")
|
||||
protected String taop;
|
||||
@XmlElement(name = "TAFL")
|
||||
@JsonProperty("TAFL")
|
||||
protected String tafl;
|
||||
@XmlElement(name = "TAID")
|
||||
@JsonProperty("TAID")
|
||||
protected String taid;
|
||||
@XmlElement(name = "TRML")
|
||||
@JsonProperty("TRML")
|
||||
protected String trml;
|
||||
@XmlElement(name = "FLTY")
|
||||
@JsonProperty("FLTY")
|
||||
protected String flty;
|
||||
@XmlElement(name = "FINT")
|
||||
@JsonProperty("FINT")
|
||||
protected String fint;
|
||||
@XmlElement(name = "CHOT")
|
||||
@JsonProperty("CHOT")
|
||||
protected List<OPTCHOCKSDATA> chot;
|
||||
@XmlElement(name = "APPT")
|
||||
@JsonProperty("APPT")
|
||||
protected String appt;
|
||||
@XmlElement(name = "EGSR")
|
||||
@JsonProperty("EGSR")
|
||||
protected String egsr;
|
||||
@XmlElement(name = "EGST")
|
||||
@JsonProperty("EGST")
|
||||
protected String egst;
|
||||
@XmlElement(name = "MAXP")
|
||||
@JsonProperty("MAXP")
|
||||
protected String maxp;
|
||||
@XmlElement(name = "FHAG")
|
||||
@JsonProperty("FHAG")
|
||||
protected String fhag;
|
||||
@XmlElement(name = "PHAG")
|
||||
@JsonProperty("PHAG")
|
||||
protected String phag;
|
||||
@XmlElement(name = "MHAG")
|
||||
@JsonProperty("MHAG")
|
||||
protected String mhag;
|
||||
@XmlElement(name = "VIPP")
|
||||
@JsonProperty("VIPP")
|
||||
protected String vipp;
|
||||
@XmlElement(name = "VIPR")
|
||||
@JsonProperty("VIPR")
|
||||
protected String vipr;
|
||||
@XmlElement(name = "GTDT")
|
||||
@JsonProperty("GTDT")
|
||||
protected List<OPTGATEDATA> gtdt;
|
||||
@XmlElement(name = "CKOP")
|
||||
@JsonProperty("CKOP")
|
||||
protected CKOP ckop;
|
||||
@XmlElement(name = "GTOP")
|
||||
@JsonProperty("GTOP")
|
||||
protected GTOP gtop;
|
||||
@XmlElement(name = "CKCL")
|
||||
@JsonProperty("CKCL")
|
||||
protected CKCL ckcl;
|
||||
@XmlElement(name = "BDOP")
|
||||
@JsonProperty("BDOP")
|
||||
protected BDOP bdop;
|
||||
@XmlElement(name = "LCTM")
|
||||
@JsonProperty("LCTM")
|
||||
protected LCTM lctm;
|
||||
@XmlElement(name = "BDCL")
|
||||
@JsonProperty("BDCL")
|
||||
protected BDCL bdcl;
|
||||
@XmlElement(name = "CKDT")
|
||||
@JsonProperty("CKDT")
|
||||
protected List<OPTDESKDATA> ckdt;
|
||||
@XmlElement(name = "STND")
|
||||
@JsonProperty("STND")
|
||||
protected String stnd;
|
||||
@XmlElement(name = "PSDT")
|
||||
@JsonProperty("PSDT")
|
||||
protected List<OPTSTANDDATA> psdt;
|
||||
@XmlElement(name = "CLDT")
|
||||
@JsonProperty("CLDT")
|
||||
protected List<OPTBELTDATA> cldt;
|
||||
@XmlElement(name = "CHDT")
|
||||
@JsonProperty("CHDT")
|
||||
protected List<OPTCHUTEDATA> chdt;
|
||||
@XmlElement(name = "BOTM")
|
||||
@JsonProperty("BOTM")
|
||||
protected String botm;
|
||||
@XmlElement(name = "LACL")
|
||||
@JsonProperty("LACL")
|
||||
protected String lacl;
|
||||
@XmlElement(name = "FRET")
|
||||
@JsonProperty("FRET")
|
||||
protected RETURNDATA fret;
|
||||
@XmlElement(name = "ABTM")
|
||||
@JsonProperty("ABTM")
|
||||
protected List<OPTBRIDGEDATA> abtm;
|
||||
@XmlElement(name = "SRVT")
|
||||
@JsonProperty("SRVT")
|
||||
protected List<OPTSERVICEDATA> srvt;
|
||||
@XmlElement(name = "FDIV")
|
||||
@JsonProperty("FDIV")
|
||||
protected OPTDIVERSIONDATA fdiv;
|
||||
@XmlElement(name = "FLIN")
|
||||
@JsonProperty("FLIN")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTMIXRGNCODE flin;
|
||||
@XmlElement(name = "FLAB")
|
||||
@JsonProperty("FLAB")
|
||||
protected ABORTDATA flab;
|
||||
@XmlElement(name = "RUNW")
|
||||
@JsonProperty("RUNW")
|
||||
protected RUNW runw;
|
||||
@XmlElement(name = "PXNO")
|
||||
@JsonProperty("PXNO")
|
||||
protected BigInteger pxno;
|
||||
@XmlElement(name = "LBNO")
|
||||
@JsonProperty("LBNO")
|
||||
protected String lbno;
|
||||
@XmlElement(name = "LBWT")
|
||||
@JsonProperty("LBWT")
|
||||
protected String lbwt;
|
||||
@XmlElement(name = "VIPF")
|
||||
@JsonProperty("VIPF")
|
||||
protected List<OPTVIPDATA> vipf;
|
||||
@XmlElement(name = "ERUT")
|
||||
@JsonProperty("ERUT")
|
||||
protected List<ROUTEDAILY> erut;
|
||||
@XmlElement(name = "FLBG")
|
||||
@JsonProperty("FLBG")
|
||||
protected List<FLBGDATA> flbg;
|
||||
@XmlElement(name = "SODT")
|
||||
@JsonProperty("SODT")
|
||||
protected String sodt;
|
||||
@XmlElement(name = "NAAT")
|
||||
@JsonProperty("NAAT")
|
||||
protected String naat;
|
||||
@XmlElement(name = "PADT")
|
||||
@JsonProperty("PADT")
|
||||
protected String padt;
|
||||
@XmlElement(name = "NEAT")
|
||||
@JsonProperty("NEAT")
|
||||
protected String neat;
|
||||
@XmlElement(name = "PEDT")
|
||||
@JsonProperty("PEDT")
|
||||
protected String pedt;
|
||||
@XmlElement(name = "EXSC")
|
||||
@JsonProperty("EXSC")
|
||||
protected String exsc;
|
||||
@XmlElement(name = "EXSR")
|
||||
@JsonProperty("EXSR")
|
||||
protected String exsr;
|
||||
@XmlElement(name = "FTSS")
|
||||
@JsonProperty("FTSS")
|
||||
protected String ftss;
|
||||
@XmlElement(name = "CKPB")
|
||||
@JsonProperty("CKPB")
|
||||
protected CKPB ckpb;
|
||||
@XmlElement(name = "BDPB")
|
||||
@JsonProperty("BDPB")
|
||||
protected BDPB bdpb;
|
||||
@XmlElement(name = "ALSC")
|
||||
@JsonProperty("ALSC")
|
||||
protected String alsc;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -55,14 +56,19 @@ public class FLTL
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "FTYP", required = true)
|
||||
@JsonProperty("FTYP")
|
||||
protected String ftyp;
|
||||
@XmlElement(name = "CTYP", required = true)
|
||||
@JsonProperty("CTYP")
|
||||
protected String ctyp;
|
||||
@XmlElement(name = "FDES", required = true)
|
||||
@JsonProperty("FDES")
|
||||
protected String fdes;
|
||||
@XmlElement(name = "FDSC", required = true)
|
||||
@JsonProperty("FDSC")
|
||||
protected String fdsc;
|
||||
@XmlElement(name = "FCML")
|
||||
@JsonProperty("FCML")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected YESNO fcml;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -61,22 +62,31 @@ public class FORECASTWTHRDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "WCOD", required = true)
|
||||
@JsonProperty("WCOD")
|
||||
protected String wcod;
|
||||
@XmlElement(name = "VISI", required = true)
|
||||
@JsonProperty("VISI")
|
||||
protected BigInteger visi;
|
||||
@XmlElement(name = "WSPD", required = true)
|
||||
@JsonProperty("WSPD")
|
||||
protected BigInteger wspd;
|
||||
@XmlElement(name = "WDRE", required = true)
|
||||
@JsonProperty("WDRE")
|
||||
protected String wdre;
|
||||
@XmlElement(name = "WDRC", required = true)
|
||||
@JsonProperty("WDRC")
|
||||
protected String wdrc;
|
||||
@XmlElement(name = "MAXT", required = true)
|
||||
@JsonProperty("MAXT")
|
||||
protected String maxt;
|
||||
@XmlElement(name = "MINT", required = true)
|
||||
@JsonProperty("MINT")
|
||||
protected String mint;
|
||||
@XmlElement(name = "HUMD", required = true)
|
||||
@JsonProperty("HUMD")
|
||||
protected BigInteger humd;
|
||||
@XmlElement(name = "WREM", required = true)
|
||||
@JsonProperty("WREM")
|
||||
protected String wrem;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -52,12 +53,16 @@ public class FRDR
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "DCOD", required = true)
|
||||
@JsonProperty("DCOD")
|
||||
protected String dcod;
|
||||
@XmlElement(name = "DDES", required = true)
|
||||
@JsonProperty("DDES")
|
||||
protected String ddes;
|
||||
@XmlElement(name = "DDEC", required = true)
|
||||
@JsonProperty("DDEC")
|
||||
protected String ddec;
|
||||
@XmlElement(name = "DTML", required = true)
|
||||
@JsonProperty("DTML")
|
||||
protected String dtml;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -58,19 +59,26 @@ public class GATEDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "GATE", required = true)
|
||||
@JsonProperty("GATE")
|
||||
protected String gate;
|
||||
@XmlElement(name = "PGOT", required = true)
|
||||
@JsonProperty("PGOT")
|
||||
protected String pgot;
|
||||
@XmlElement(name = "PGCT", required = true)
|
||||
@JsonProperty("PGCT")
|
||||
protected String pgct;
|
||||
@XmlElement(name = "GOTM")
|
||||
@JsonProperty("GOTM")
|
||||
protected String gotm;
|
||||
@XmlElement(name = "GCTM")
|
||||
@JsonProperty("GCTM")
|
||||
protected String gctm;
|
||||
@XmlElement(name = "GTYP", required = true)
|
||||
@JsonProperty("GTYP")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTCODE gtyp;
|
||||
@XmlAttribute(name = "GTNO", required = true)
|
||||
@JsonProperty("GTNO")
|
||||
protected BigInteger gtno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -51,10 +52,13 @@ public class GHAN
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "FHAG", required = true)
|
||||
@JsonProperty("FHAG")
|
||||
protected BigInteger fhag;
|
||||
@XmlElement(name = "IBAG")
|
||||
@JsonProperty("IBAG")
|
||||
protected BigInteger ibag;
|
||||
@XmlElement(name = "DBAG")
|
||||
@JsonProperty("DBAG")
|
||||
protected BigInteger dbag;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -57,17 +58,23 @@ public class GLST
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "GCOD", required = true)
|
||||
@JsonProperty("GCOD")
|
||||
protected String gcod;
|
||||
@XmlElement(name = "GTNM", required = true)
|
||||
@JsonProperty("GTNM")
|
||||
protected String gtnm;
|
||||
@XmlElement(name = "GNMC", required = true)
|
||||
@JsonProperty("GNMC")
|
||||
protected String gnmc;
|
||||
@XmlElement(name = "GCAT", required = true)
|
||||
@JsonProperty("GCAT")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTCODE gcat;
|
||||
@XmlElement(name = "GTML", required = true)
|
||||
@JsonProperty("GTML")
|
||||
protected String gtml;
|
||||
@XmlElement(name = "PIER", required = true)
|
||||
@JsonProperty("PIER")
|
||||
protected String pier;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -55,8 +56,10 @@ public class GTOP
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "GATE", required = true)
|
||||
@JsonProperty("GATE")
|
||||
protected String gate;
|
||||
@XmlElement(name = "GOTM", required = true)
|
||||
@JsonProperty("GOTM")
|
||||
protected String gotm;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -54,14 +55,19 @@ public class HLTR
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "HLTC", required = true)
|
||||
@JsonProperty("HLTC")
|
||||
protected String hltc;
|
||||
@XmlElement(name = "HLTD", required = true)
|
||||
@JsonProperty("HLTD")
|
||||
protected String hltd;
|
||||
@XmlElement(name = "HTDC", required = true)
|
||||
@JsonProperty("HTDC")
|
||||
protected String htdc;
|
||||
@XmlElement(name = "HLTT", required = true)
|
||||
@JsonProperty("HLTT")
|
||||
protected String hltt;
|
||||
@XmlElement(name = "UMNM", required = true)
|
||||
@JsonProperty("UMNM")
|
||||
protected String umnm;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -61,8 +62,10 @@ public class IORL
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "BAHO", required = true)
|
||||
@JsonProperty("BAHO")
|
||||
protected List<BAHODATA> baho;
|
||||
@XmlAttribute(name = "TYPE", required = true)
|
||||
@JsonProperty("TYPE")
|
||||
protected String type;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -55,8 +56,10 @@ public class LCTM
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "GATE", required = true)
|
||||
@JsonProperty("GATE")
|
||||
protected String gate;
|
||||
@XmlElement(name = "LACL", required = true)
|
||||
@JsonProperty("LACL")
|
||||
protected String lacl;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -92,9 +93,11 @@ public class LDM
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "RECS")
|
||||
@JsonProperty("RECS")
|
||||
@XmlSchemaType(name = "integer")
|
||||
protected int recs;
|
||||
@XmlElement(name = "LDMR")
|
||||
@JsonProperty("LDMR")
|
||||
protected List<LDM.LDMR> ldmr;
|
||||
|
||||
/**
|
||||
@@ -214,31 +217,44 @@ public class LDM
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "FLID", required = true)
|
||||
@JsonProperty("FLID")
|
||||
protected BigInteger flid;
|
||||
@XmlElement(name = "ALCD", required = true)
|
||||
@JsonProperty("ALCD")
|
||||
protected String alcd;
|
||||
@XmlElement(name = "ALSC")
|
||||
@JsonProperty("ALSC")
|
||||
protected String alsc;
|
||||
@XmlElement(name = "FLNO", required = true)
|
||||
@JsonProperty("FLNO")
|
||||
protected String flno;
|
||||
@XmlElement(name = "MVIN", required = true)
|
||||
@JsonProperty("MVIN")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected MOVEMENTINDICATOR mvin;
|
||||
@XmlElement(name = "SODT", required = true)
|
||||
@JsonProperty("SODT")
|
||||
protected String sodt;
|
||||
@XmlElement(name = "RENO")
|
||||
@JsonProperty("RENO")
|
||||
protected String reno;
|
||||
@XmlElement(name = "CONF")
|
||||
@JsonProperty("CONF")
|
||||
protected List<LDMCONFDATA> conf;
|
||||
@XmlElement(name = "COCW", required = true)
|
||||
@JsonProperty("COCW")
|
||||
protected BigInteger cocw;
|
||||
@XmlElement(name = "CBCW", required = true)
|
||||
@JsonProperty("CBCW")
|
||||
protected BigInteger cbcw;
|
||||
@XmlElement(name = "BWWT", required = true)
|
||||
@JsonProperty("BWWT")
|
||||
protected BigInteger bwwt;
|
||||
@XmlElement(name = "DEST")
|
||||
@JsonProperty("DEST")
|
||||
protected List<LDMDESTDATA> dest;
|
||||
@XmlElement(name = "RAW")
|
||||
@JsonProperty("RAW")
|
||||
protected List<LDMRAWTYPE> raw;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -53,8 +54,10 @@ public class LDMCONFDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "SEAT", required = true)
|
||||
@JsonProperty("SEAT")
|
||||
protected BigInteger seat;
|
||||
@XmlAttribute(name = "CLAS", required = true)
|
||||
@JsonProperty("CLAS")
|
||||
protected String clas;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -179,30 +180,43 @@ public class LDMDESTDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "NADT")
|
||||
@JsonProperty("NADT")
|
||||
protected BigInteger nadt;
|
||||
@XmlElement(name = "NCHD")
|
||||
@JsonProperty("NCHD")
|
||||
protected BigInteger nchd;
|
||||
@XmlElement(name = "NINF")
|
||||
@JsonProperty("NINF")
|
||||
protected BigInteger ninf;
|
||||
@XmlElement(name = "TDLD")
|
||||
@JsonProperty("TDLD")
|
||||
protected BigInteger tdld;
|
||||
@XmlElement(name = "CBWT")
|
||||
@JsonProperty("CBWT")
|
||||
protected BigInteger cbwt;
|
||||
@XmlElement(name = "TWTL")
|
||||
@JsonProperty("TWTL")
|
||||
protected BigInteger twtl;
|
||||
@XmlElement(name = "TBWT")
|
||||
@JsonProperty("TBWT")
|
||||
protected BigInteger tbwt;
|
||||
@XmlElement(name = "TMWT")
|
||||
@JsonProperty("TMWT")
|
||||
protected BigInteger tmwt;
|
||||
@XmlElement(name = "TCWT")
|
||||
@JsonProperty("TCWT")
|
||||
protected BigInteger tcwt;
|
||||
@XmlElement(name = "NBAG")
|
||||
@JsonProperty("NBAG")
|
||||
protected BigInteger nbag;
|
||||
@XmlElement(name = "CPMT")
|
||||
@JsonProperty("CPMT")
|
||||
protected List<LDMDESTDATA.CPMT> cpmt;
|
||||
@XmlElement(name = "CLAS")
|
||||
@JsonProperty("CLAS")
|
||||
protected List<LDMDESTDATA.CLAS> clas;
|
||||
@XmlAttribute(name = "CODE", required = true)
|
||||
@JsonProperty("CODE")
|
||||
protected String code;
|
||||
|
||||
/**
|
||||
@@ -580,12 +594,16 @@ public class LDMDESTDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "NPAX", required = true)
|
||||
@JsonProperty("NPAX")
|
||||
protected BigInteger npax;
|
||||
@XmlElement(name = "NPAD")
|
||||
@JsonProperty("NPAD")
|
||||
protected BigInteger npad;
|
||||
@XmlElement(name = "NXCR")
|
||||
@JsonProperty("NXCR")
|
||||
protected BigInteger nxcr;
|
||||
@XmlAttribute(name = "CODE", required = true)
|
||||
@JsonProperty("CODE")
|
||||
protected String code;
|
||||
|
||||
/**
|
||||
@@ -723,8 +741,10 @@ public class LDMDESTDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "CDLD", required = true)
|
||||
@JsonProperty("CDLD")
|
||||
protected BigInteger cdld;
|
||||
@XmlAttribute(name = "VAL", required = true)
|
||||
@JsonProperty("VAL")
|
||||
protected String val;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -48,6 +49,7 @@ public class LDME
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "RAW")
|
||||
@JsonProperty("RAW")
|
||||
protected List<LDMRAWTYPE> raw;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -44,8 +45,10 @@ public class LDMRAWTYPE
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlValue
|
||||
@JsonProperty("VALUE")
|
||||
protected String value;
|
||||
@XmlAttribute(name = "TMSP", required = true)
|
||||
@JsonProperty("TMSP")
|
||||
protected BigInteger tmsp;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -60,21 +61,28 @@ public class META
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "SNDR", required = true)
|
||||
@JsonProperty("SNDR")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected SUBSYSTEMS sndr;
|
||||
@XmlElement(name = "SEQN", required = true)
|
||||
@JsonProperty("SEQN")
|
||||
protected BigInteger seqn;
|
||||
@XmlElement(name = "DTTM", required = true)
|
||||
@JsonProperty("DTTM")
|
||||
protected BigInteger dttm;
|
||||
@XmlElement(name = "TYPE", required = true)
|
||||
@JsonProperty("TYPE")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected MESSAGETYPES type;
|
||||
@XmlElement(name = "STYP", required = true)
|
||||
@JsonProperty("STYP")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected MESSAGESUBTYPES styp;
|
||||
@XmlElement(name = "AOFL")
|
||||
@JsonProperty("AOFL")
|
||||
protected String aofl;
|
||||
@XmlElement(name = "IMOP")
|
||||
@JsonProperty("IMOP")
|
||||
protected String imop;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnum;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -185,141 +186,209 @@ public class MSG
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "META", required = true)
|
||||
@JsonProperty("META")
|
||||
protected META meta;
|
||||
@XmlElement(name = "DATE")
|
||||
@JsonProperty("DATE")
|
||||
protected String date;
|
||||
@XmlElement(name = "RECS")
|
||||
@JsonProperty("RECS")
|
||||
@XmlSchemaType(name = "integer")
|
||||
protected Integer recs;
|
||||
@XmlElement(name = "STDT")
|
||||
@JsonProperty("STDT")
|
||||
protected String stdt;
|
||||
@XmlElement(name = "EDDT")
|
||||
@JsonProperty("EDDT")
|
||||
protected String eddt;
|
||||
@XmlElement(name = "SCHS")
|
||||
@JsonProperty("SCHS")
|
||||
protected SCHS schs;
|
||||
@XmlElement(name = "SCHD")
|
||||
@JsonProperty("SCHD")
|
||||
protected SCHD schd;
|
||||
@XmlElement(name = "FLOP")
|
||||
@JsonProperty("FLOP")
|
||||
protected List<FLOP> flop;
|
||||
@XmlElement(name = "WTHR")
|
||||
@JsonProperty("WTHR")
|
||||
protected List<WTHR> wthr;
|
||||
@XmlElement(name = "RSTA")
|
||||
@JsonProperty("RSTA")
|
||||
protected List<RSTA> rsta;
|
||||
@XmlElement(name = "RQFD")
|
||||
@JsonProperty("RQFD")
|
||||
protected RQFD rqfd;
|
||||
@XmlElement(name = "RQFR")
|
||||
@JsonProperty("RQFR")
|
||||
protected RQFR rqfr;
|
||||
@XmlElement(name = "RQCT")
|
||||
@JsonProperty("RQCT")
|
||||
protected RQCT rqct;
|
||||
@XmlElement(name = "RQST")
|
||||
@JsonProperty("RQST")
|
||||
protected RQST rqst;
|
||||
@XmlElement(name = "STLT")
|
||||
@JsonProperty("STLT")
|
||||
protected STLT stlt;
|
||||
@XmlElement(name = "RQSF")
|
||||
@JsonProperty("RQSF")
|
||||
protected RQSF rqsf;
|
||||
@XmlElement(name = "RQFT")
|
||||
@JsonProperty("RQFT")
|
||||
protected RQFT rqft;
|
||||
@XmlElement(name = "RPFT")
|
||||
@JsonProperty("RPFT")
|
||||
protected RPFT rpft;
|
||||
@XmlElement(name = "EROR")
|
||||
@JsonProperty("EROR")
|
||||
protected EROR eror;
|
||||
@XmlElement(name = "DSAK")
|
||||
@JsonProperty("DSAK")
|
||||
protected DSAK dsak;
|
||||
@XmlElement(name = "ARPT")
|
||||
@JsonProperty("ARPT")
|
||||
protected List<ARPT> arpt;
|
||||
@XmlElement(name = "AABK")
|
||||
@JsonProperty("AABK")
|
||||
protected List<AABK> aabk;
|
||||
@XmlElement(name = "AIRL")
|
||||
@JsonProperty("AIRL")
|
||||
protected List<AIRL> airl;
|
||||
@XmlElement(name = "AIRC")
|
||||
@JsonProperty("AIRC")
|
||||
protected List<AIRC> airc;
|
||||
@XmlElement(name = "REGN")
|
||||
@JsonProperty("REGN")
|
||||
protected List<REGN> regn;
|
||||
@XmlElement(name = "ORGN")
|
||||
@JsonProperty("ORGN")
|
||||
protected List<ORGN> orgn;
|
||||
@XmlElement(name = "RQRD")
|
||||
@JsonProperty("RQRD")
|
||||
protected RQRD rqrd;
|
||||
@XmlElement(name = "FLTL")
|
||||
@JsonProperty("FLTL")
|
||||
protected List<FLTL> fltl;
|
||||
@XmlElement(name = "TLST")
|
||||
@JsonProperty("TLST")
|
||||
protected List<TLST> tlst;
|
||||
@XmlElement(name = "CITY")
|
||||
@JsonProperty("CITY")
|
||||
protected List<CITY> city;
|
||||
@XmlElement(name = "SLST")
|
||||
@JsonProperty("SLST")
|
||||
protected List<SLST> slst;
|
||||
@XmlElement(name = "GLST")
|
||||
@JsonProperty("GLST")
|
||||
protected List<GLST> glst;
|
||||
@XmlElement(name = "BLST")
|
||||
@JsonProperty("BLST")
|
||||
protected List<BLST> blst;
|
||||
@XmlElement(name = "CLST")
|
||||
@JsonProperty("CLST")
|
||||
protected List<CLST> clst;
|
||||
@XmlElement(name = "RQRS")
|
||||
@JsonProperty("RQRS")
|
||||
protected Object rqrs;
|
||||
@XmlElement(name = "RQFS")
|
||||
@JsonProperty("RQFS")
|
||||
protected RQFS rqfs;
|
||||
@XmlElement(name = "DLYL")
|
||||
@JsonProperty("DLYL")
|
||||
protected List<DLYL> dlyl;
|
||||
@XmlElement(name = "CONL")
|
||||
@JsonProperty("CONL")
|
||||
protected List<CONL> conl;
|
||||
@XmlElement(name = "SERL")
|
||||
@JsonProperty("SERL")
|
||||
protected List<SERL> serl;
|
||||
@XmlElement(name = "RQCH")
|
||||
@JsonProperty("RQCH")
|
||||
protected RQCH rqch;
|
||||
@XmlElement(name = "SSAK")
|
||||
@JsonProperty("SSAK")
|
||||
protected SSAK ssak;
|
||||
@XmlElement(name = "PTM")
|
||||
@JsonProperty("PTM")
|
||||
protected PTM ptm;
|
||||
@XmlElement(name = "LDME")
|
||||
@JsonProperty("LDME")
|
||||
protected LDME ldme;
|
||||
@XmlElement(name = "LDM")
|
||||
@JsonProperty("LDM")
|
||||
protected LDM ldm;
|
||||
@XmlElement(name = "COUL")
|
||||
@JsonProperty("COUL")
|
||||
protected List<COUL> coul;
|
||||
@XmlElement(name = "REGL")
|
||||
@JsonProperty("REGL")
|
||||
protected List<REGL> regl;
|
||||
@XmlElement(name = "VIPS")
|
||||
@JsonProperty("VIPS")
|
||||
protected List<VIPS> vips;
|
||||
@XmlElement(name = "ABDG")
|
||||
@JsonProperty("ABDG")
|
||||
protected List<ABDG> abdg;
|
||||
@XmlElement(name = "CLMP")
|
||||
@JsonProperty("CLMP")
|
||||
protected List<CLMP> clmp;
|
||||
@XmlElement(name = "CHLT")
|
||||
@JsonProperty("CHLT")
|
||||
protected List<CHLT> chlt;
|
||||
@XmlElement(name = "XRAY")
|
||||
@JsonProperty("XRAY")
|
||||
protected List<XRAY> xray;
|
||||
@XmlElement(name = "CTLT")
|
||||
@JsonProperty("CTLT")
|
||||
protected List<CTLT> ctlt;
|
||||
@XmlElement(name = "FRDR")
|
||||
@JsonProperty("FRDR")
|
||||
protected List<FRDR> frdr;
|
||||
@XmlElement(name = "FLBA")
|
||||
@JsonProperty("FLBA")
|
||||
protected List<FLBA> flba;
|
||||
@XmlElement(name = "GHAN")
|
||||
@JsonProperty("GHAN")
|
||||
protected List<GHAN> ghan;
|
||||
@XmlElement(name = "ALBA")
|
||||
@JsonProperty("ALBA")
|
||||
protected List<ALBA> alba;
|
||||
@XmlElement(name = "IORL")
|
||||
@JsonProperty("IORL")
|
||||
protected List<IORL> iorl;
|
||||
@XmlElement(name = "ACST")
|
||||
@JsonProperty("ACST")
|
||||
protected List<ACST> acst;
|
||||
@XmlElement(name = "CPTH")
|
||||
@JsonProperty("CPTH")
|
||||
protected CPTH cpth;
|
||||
@XmlElement(name = "ABUS")
|
||||
@JsonProperty("ABUS")
|
||||
protected List<ABUS> abus;
|
||||
@XmlElement(name = "WCND")
|
||||
@JsonProperty("WCND")
|
||||
protected List<WCND> wcnd;
|
||||
@XmlElement(name = "VFLT")
|
||||
@JsonProperty("VFLT")
|
||||
protected List<VFLT> vflt;
|
||||
@XmlElement(name = "VIPL")
|
||||
@JsonProperty("VIPL")
|
||||
protected List<VIPL> vipl;
|
||||
@XmlElement(name = "STTS")
|
||||
@JsonProperty("STTS")
|
||||
protected List<STTS> stts;
|
||||
@XmlElement(name = "PLST")
|
||||
@JsonProperty("PLST")
|
||||
protected List<PLST> plst;
|
||||
@XmlElement(name = "ABNR")
|
||||
@JsonProperty("ABNR")
|
||||
protected List<ABNR> abnr;
|
||||
@XmlElement(name = "HLTR")
|
||||
@JsonProperty("HLTR")
|
||||
protected List<HLTR> hltr;
|
||||
@XmlElement(name = "AYT")
|
||||
@JsonProperty("AYT")
|
||||
protected List<AYT> ayt;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -43,8 +44,10 @@ public class OPTABBRDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlValue
|
||||
@JsonProperty("VALUE")
|
||||
protected String value;
|
||||
@XmlAttribute(name = "CODE", required = true)
|
||||
@JsonProperty("CODE")
|
||||
protected String code;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -60,22 +61,30 @@ public class OPTBELTDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "BELT")
|
||||
@JsonProperty("BELT")
|
||||
protected String belt;
|
||||
@XmlElement(name = "BCLS")
|
||||
@JsonProperty("BCLS")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected CLASSES bcls;
|
||||
@XmlElement(name = "PCOT")
|
||||
@JsonProperty("PCOT")
|
||||
protected String pcot;
|
||||
@XmlElement(name = "PCCT")
|
||||
@JsonProperty("PCCT")
|
||||
protected String pcct;
|
||||
@XmlElement(name = "FBAG")
|
||||
@JsonProperty("FBAG")
|
||||
protected String fbag;
|
||||
@XmlElement(name = "LBAG")
|
||||
@JsonProperty("LBAG")
|
||||
protected String lbag;
|
||||
@XmlElement(name = "BTYP")
|
||||
@JsonProperty("BTYP")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTCODE btyp;
|
||||
@XmlAttribute(name = "CLNO", required = true)
|
||||
@JsonProperty("CLNO")
|
||||
protected BigInteger clno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -58,12 +59,16 @@ public class OPTBRIDGEDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "ABDG")
|
||||
@JsonProperty("ABDG")
|
||||
protected String abdg;
|
||||
@XmlElement(name = "ABOP")
|
||||
@JsonProperty("ABOP")
|
||||
protected String abop;
|
||||
@XmlElement(name = "AOTM")
|
||||
@JsonProperty("AOTM")
|
||||
protected String aotm;
|
||||
@XmlAttribute(name = "ASNO", required = true)
|
||||
@JsonProperty("ASNO")
|
||||
protected BigInteger asno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -58,12 +59,16 @@ public class OPTCHOCKSDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "CHTM")
|
||||
@JsonProperty("CHTM")
|
||||
protected String chtm;
|
||||
@XmlElement(name = "CHID")
|
||||
@JsonProperty("CHID")
|
||||
protected String chid;
|
||||
@XmlElement(name = "CHST")
|
||||
@JsonProperty("CHST")
|
||||
protected String chst;
|
||||
@XmlAttribute(name = "CSNO", required = true)
|
||||
@JsonProperty("CSNO")
|
||||
protected BigInteger csno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -60,22 +61,30 @@ public class OPTCHUTEDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "CHUT")
|
||||
@JsonProperty("CHUT")
|
||||
protected String chut;
|
||||
@XmlElement(name = "CCLS")
|
||||
@JsonProperty("CCLS")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected CLASSES ccls;
|
||||
@XmlElement(name = "PCBT")
|
||||
@JsonProperty("PCBT")
|
||||
protected String pcbt;
|
||||
@XmlElement(name = "PCET")
|
||||
@JsonProperty("PCET")
|
||||
protected String pcet;
|
||||
@XmlElement(name = "CBTM")
|
||||
@JsonProperty("CBTM")
|
||||
protected String cbtm;
|
||||
@XmlElement(name = "CETM")
|
||||
@JsonProperty("CETM")
|
||||
protected String cetm;
|
||||
@XmlElement(name = "CTYP")
|
||||
@JsonProperty("CTYP")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTCODE ctyp;
|
||||
@XmlAttribute(name = "CHNO", required = true)
|
||||
@JsonProperty("CHNO")
|
||||
protected BigInteger chno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -45,12 +46,16 @@ public class OPTDELAYDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlValue
|
||||
@JsonProperty("VALUE")
|
||||
protected String value;
|
||||
@XmlAttribute(name = "CODE", required = true)
|
||||
@JsonProperty("CODE")
|
||||
protected String code;
|
||||
@XmlAttribute(name = "STRT")
|
||||
@JsonProperty("STRT")
|
||||
protected String strt;
|
||||
@XmlAttribute(name = "DURA")
|
||||
@JsonProperty("DURA")
|
||||
protected String dura;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -60,22 +61,30 @@ public class OPTDESKDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "CHKC")
|
||||
@JsonProperty("CHKC")
|
||||
protected String chkc;
|
||||
@XmlElement(name = "CCLS")
|
||||
@JsonProperty("CCLS")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected CLASSES ccls;
|
||||
@XmlElement(name = "PCOT")
|
||||
@JsonProperty("PCOT")
|
||||
protected String pcot;
|
||||
@XmlElement(name = "PCCT")
|
||||
@JsonProperty("PCCT")
|
||||
protected String pcct;
|
||||
@XmlElement(name = "COTM")
|
||||
@JsonProperty("COTM")
|
||||
protected String cotm;
|
||||
@XmlElement(name = "CCTM")
|
||||
@JsonProperty("CCTM")
|
||||
protected String cctm;
|
||||
@XmlElement(name = "CTYP")
|
||||
@JsonProperty("CTYP")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTCODE ctyp;
|
||||
@XmlAttribute(name = "CKNO", required = true)
|
||||
@JsonProperty("CKNO")
|
||||
protected BigInteger ckno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -51,10 +52,13 @@ public class OPTDIVERSIONDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlValue
|
||||
@JsonProperty("VALUE")
|
||||
protected String value;
|
||||
@XmlAttribute(name = "DDES")
|
||||
@JsonProperty("DDES")
|
||||
protected String ddes;
|
||||
@XmlAttribute(name = "DDIR")
|
||||
@JsonProperty("DDIR")
|
||||
protected String ddir;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -58,19 +59,26 @@ public class OPTGATEDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "GATE")
|
||||
@JsonProperty("GATE")
|
||||
protected String gate;
|
||||
@XmlElement(name = "PGOT")
|
||||
@JsonProperty("PGOT")
|
||||
protected String pgot;
|
||||
@XmlElement(name = "PGCT")
|
||||
@JsonProperty("PGCT")
|
||||
protected String pgct;
|
||||
@XmlElement(name = "GOTM")
|
||||
@JsonProperty("GOTM")
|
||||
protected String gotm;
|
||||
@XmlElement(name = "GCTM")
|
||||
@JsonProperty("GCTM")
|
||||
protected String gctm;
|
||||
@XmlElement(name = "GTYP")
|
||||
@JsonProperty("GTYP")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTCODE gtyp;
|
||||
@XmlAttribute(name = "GTNO", required = true)
|
||||
@JsonProperty("GTNO")
|
||||
protected BigInteger gtno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -58,20 +59,28 @@ public class OPTSERVICEDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "SRTC")
|
||||
@JsonProperty("SRTC")
|
||||
protected String srtc;
|
||||
@XmlElement(name = "SRQT")
|
||||
@JsonProperty("SRQT")
|
||||
protected String srqt;
|
||||
@XmlElement(name = "SRST")
|
||||
@JsonProperty("SRST")
|
||||
protected String srst;
|
||||
@XmlElement(name = "SRET")
|
||||
@JsonProperty("SRET")
|
||||
protected String sret;
|
||||
@XmlElement(name = "SRPR")
|
||||
@JsonProperty("SRPR")
|
||||
protected String srpr;
|
||||
@XmlElement(name = "SANR")
|
||||
@JsonProperty("SANR")
|
||||
protected String sanr;
|
||||
@XmlElement(name = "SARR")
|
||||
@JsonProperty("SARR")
|
||||
protected String sarr;
|
||||
@XmlAttribute(name = "OPER")
|
||||
@JsonProperty("OPER")
|
||||
protected String oper;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -51,12 +52,16 @@ public class OPTSTANDDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "PSST")
|
||||
@JsonProperty("PSST")
|
||||
protected String psst;
|
||||
@XmlElement(name = "STST")
|
||||
@JsonProperty("STST")
|
||||
protected String stst;
|
||||
@XmlElement(name = "STET")
|
||||
@JsonProperty("STET")
|
||||
protected String stet;
|
||||
@XmlAttribute(name = "PSNO", required = true)
|
||||
@JsonProperty("PSNO")
|
||||
protected BigInteger psno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -51,12 +52,16 @@ public class OPTVIPDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "VPCD")
|
||||
@JsonProperty("VPCD")
|
||||
protected String vpcd;
|
||||
@XmlElement(name = "VFES")
|
||||
@JsonProperty("VFES")
|
||||
protected BigInteger vfes;
|
||||
@XmlElement(name = "VIPT")
|
||||
@JsonProperty("VIPT")
|
||||
protected VIPTXNDATA vipt;
|
||||
@XmlAttribute(name = "OPER")
|
||||
@JsonProperty("OPER")
|
||||
protected String oper;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -55,12 +56,16 @@ public class ORGN
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "OGID", required = true)
|
||||
@JsonProperty("OGID")
|
||||
protected BigInteger ogid;
|
||||
@XmlElement(name = "ONAM", required = true)
|
||||
@JsonProperty("ONAM")
|
||||
protected String onam;
|
||||
@XmlElement(name = "ONMC", required = true)
|
||||
@JsonProperty("ONMC")
|
||||
protected String onmc;
|
||||
@XmlElement(name = "OCAT", required = true)
|
||||
@JsonProperty("OCAT")
|
||||
protected List<String> ocat;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.math.BigInteger;
|
||||
import javax.xml.bind.JAXBElement;
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -55,15 +56,20 @@ public class PLST
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "PCOD", required = true)
|
||||
@JsonProperty("PCOD")
|
||||
protected String pcod;
|
||||
@XmlElement(name = "PRNM", required = true)
|
||||
@JsonProperty("PRNM")
|
||||
protected String prnm;
|
||||
@XmlElement(name = "PNMC", required = true)
|
||||
@JsonProperty("PNMC")
|
||||
protected String pnmc;
|
||||
@XmlElement(name = "PCAT", required = true)
|
||||
@JsonProperty("PCAT")
|
||||
@XmlSchemaType(name = "string")
|
||||
protected DOMINTCODE pcat;
|
||||
@XmlElement(name = "PTML", required = true)
|
||||
@JsonProperty("PTML")
|
||||
protected String ptml;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigInteger;
|
||||
@@ -165,16 +166,22 @@ public class PTM
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "ALCD", required = true)
|
||||
@JsonProperty("ALCD")
|
||||
protected String alcd;
|
||||
@XmlElement(name = "FLNO", required = true)
|
||||
@JsonProperty("FLNO")
|
||||
protected String flno;
|
||||
@XmlElement(name = "DATE", required = true)
|
||||
@JsonProperty("DATE")
|
||||
protected String date;
|
||||
@XmlElement(name = "ORIG", required = true)
|
||||
@JsonProperty("ORIG")
|
||||
protected String orig;
|
||||
@XmlElement(name = "DEST", required = true)
|
||||
@JsonProperty("DEST")
|
||||
protected String dest;
|
||||
@XmlElement(name = "TRAN")
|
||||
@JsonProperty("TRAN")
|
||||
protected List<PTM.TRAN> tran;
|
||||
|
||||
/**
|
||||
@@ -455,28 +462,40 @@ public class PTM
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "TALN", required = true)
|
||||
@JsonProperty("TALN")
|
||||
protected String taln;
|
||||
@XmlElement(name = "TFLT", required = true)
|
||||
@JsonProperty("TFLT")
|
||||
protected String tflt;
|
||||
@XmlElement(name = "TFDT", required = true)
|
||||
@JsonProperty("TFDT")
|
||||
protected String tfdt;
|
||||
@XmlElement(name = "TDES", required = true)
|
||||
@JsonProperty("TDES")
|
||||
protected String tdes;
|
||||
@XmlElement(name = "TSMK")
|
||||
@JsonProperty("TSMK")
|
||||
protected String tsmk;
|
||||
@XmlElement(name = "TSEA", required = true)
|
||||
@JsonProperty("TSEA")
|
||||
protected BigInteger tsea;
|
||||
@XmlElement(name = "TCOS", required = true)
|
||||
@JsonProperty("TCOS")
|
||||
protected String tcos;
|
||||
@XmlElement(name = "TBAG", required = true)
|
||||
@JsonProperty("TBAG")
|
||||
protected BigInteger tbag;
|
||||
@XmlElement(name = "TBWT")
|
||||
@JsonProperty("TBWT")
|
||||
protected PTM.TRAN.TBWT tbwt;
|
||||
@XmlElement(name = "TPAX")
|
||||
@JsonProperty("TPAX")
|
||||
protected List<PTM.TRAN.TPAX> tpax;
|
||||
@XmlElement(name = "NCHD")
|
||||
@JsonProperty("NCHD")
|
||||
protected BigInteger nchd;
|
||||
@XmlElement(name = "NINF")
|
||||
@JsonProperty("NINF")
|
||||
protected BigInteger ninf;
|
||||
|
||||
/**
|
||||
@@ -807,8 +826,10 @@ public class PTM
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlValue
|
||||
@JsonProperty("VALUE")
|
||||
protected BigInteger value;
|
||||
@XmlAttribute(name = "UNIT", required = true)
|
||||
@JsonProperty("UNIT")
|
||||
protected String unit;
|
||||
|
||||
/**
|
||||
@@ -907,8 +928,10 @@ public class PTM
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "FNAM", required = true)
|
||||
@JsonProperty("FNAM")
|
||||
protected List<String> fnam;
|
||||
@XmlElement(name = "LNAM", required = true)
|
||||
@JsonProperty("LNAM")
|
||||
protected List<String> lnam;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -50,10 +51,13 @@ public class REGL
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "REGC", required = true)
|
||||
@JsonProperty("REGC")
|
||||
protected String regc;
|
||||
@XmlElement(name = "REGN", required = true)
|
||||
@JsonProperty("REGN")
|
||||
protected String regn;
|
||||
@XmlElement(name = "RGNC", required = true)
|
||||
@JsonProperty("RGNC")
|
||||
protected String rgnc;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -60,20 +61,28 @@ public class REGN
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "RNUM", required = true)
|
||||
@JsonProperty("RNUM")
|
||||
protected String rnum;
|
||||
@XmlElement(name = "ITAT", required = true)
|
||||
@JsonProperty("ITAT")
|
||||
protected String itat;
|
||||
@XmlElement(name = "OWID", required = true)
|
||||
@JsonProperty("OWID")
|
||||
protected String owid;
|
||||
@XmlElement(name = "ACAL", required = true)
|
||||
@JsonProperty("ACAL")
|
||||
protected String acal;
|
||||
@XmlElement(name = "ALSC", required = true)
|
||||
@JsonProperty("ALSC")
|
||||
protected String alsc;
|
||||
@XmlElement(name = "MAXP", required = true)
|
||||
@JsonProperty("MAXP")
|
||||
protected String maxp;
|
||||
@XmlElement(name = "MFWT", required = true)
|
||||
@JsonProperty("MFWT")
|
||||
protected String mfwt;
|
||||
@XmlElement(name = "MTWT", required = true)
|
||||
@JsonProperty("MTWT")
|
||||
protected String mtwt;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -50,8 +51,10 @@ public class RETURNDATA
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlValue
|
||||
@JsonProperty("VALUE")
|
||||
protected String value;
|
||||
@XmlAttribute(name = "REID")
|
||||
@JsonProperty("REID")
|
||||
protected String reid;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -58,12 +59,16 @@ public class ROUTEDAILY
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "APCD", required = true)
|
||||
@JsonProperty("APCD")
|
||||
protected String apcd;
|
||||
@XmlElement(name = "SCAT")
|
||||
@JsonProperty("SCAT")
|
||||
protected String scat;
|
||||
@XmlElement(name = "SCDT")
|
||||
@JsonProperty("SCDT")
|
||||
protected String scdt;
|
||||
@XmlAttribute(name = "RTNO", required = true)
|
||||
@JsonProperty("RTNO")
|
||||
protected int rtno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -76,16 +77,22 @@ public class ROUTESEASONAL
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "APCD", required = true)
|
||||
@JsonProperty("APCD")
|
||||
protected String apcd;
|
||||
@XmlElement(name = "SCAT")
|
||||
@JsonProperty("SCAT")
|
||||
protected String scat;
|
||||
@XmlElement(name = "SADC")
|
||||
@JsonProperty("SADC")
|
||||
protected String sadc;
|
||||
@XmlElement(name = "SCDT")
|
||||
@JsonProperty("SCDT")
|
||||
protected String scdt;
|
||||
@XmlElement(name = "SDDC")
|
||||
@JsonProperty("SDDC")
|
||||
protected String sddc;
|
||||
@XmlAttribute(name = "RTNO", required = true)
|
||||
@JsonProperty("RTNO")
|
||||
protected int rtno;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -55,8 +56,10 @@ public class RPFT
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "STND", required = true)
|
||||
@JsonProperty("STND")
|
||||
protected String stnd;
|
||||
@XmlElement(name = "FFID", required = true)
|
||||
@JsonProperty("FFID")
|
||||
protected String ffid;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -52,12 +53,16 @@ public class RQCH
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "STDB")
|
||||
@JsonProperty("STDB")
|
||||
protected String stdb;
|
||||
@XmlElement(name = "STDE")
|
||||
@JsonProperty("STDE")
|
||||
protected String stde;
|
||||
@XmlElement(name = "ETDB")
|
||||
@JsonProperty("ETDB")
|
||||
protected String etdb;
|
||||
@XmlElement(name = "ETDE")
|
||||
@JsonProperty("ETDE")
|
||||
protected String etde;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -48,8 +49,10 @@ public class RQCT
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "BTIM", required = true)
|
||||
@JsonProperty("BTIM")
|
||||
protected String btim;
|
||||
@XmlElement(name = "ETIM", required = true)
|
||||
@JsonProperty("ETIM")
|
||||
protected String etim;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -49,12 +50,16 @@ public class RQFD
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "STDB")
|
||||
@JsonProperty("STDB")
|
||||
protected String stdb;
|
||||
@XmlElement(name = "STDE")
|
||||
@JsonProperty("STDE")
|
||||
protected String stde;
|
||||
@XmlElement(name = "ETDB")
|
||||
@JsonProperty("ETDB")
|
||||
protected String etdb;
|
||||
@XmlElement(name = "ETDE")
|
||||
@JsonProperty("ETDE")
|
||||
protected String etde;
|
||||
|
||||
/**
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
package com.gzzn.omms.msgexchangeapi.entity.msg;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
@@ -49,12 +50,16 @@ public class RQFR
|
||||
|
||||
private final static long serialVersionUID = 1L;
|
||||
@XmlElement(name = "STDB")
|
||||
@JsonProperty("STDB")
|
||||
protected String stdb;
|
||||
@XmlElement(name = "STDE")
|
||||
@JsonProperty("STDE")
|
||||
protected String stde;
|
||||
@XmlElement(name = "ETDB")
|
||||
@JsonProperty("ETDB")
|
||||
protected String etdb;
|
||||
@XmlElement(name = "ETDE")
|
||||
@JsonProperty("ETDE")
|
||||
protected String etde;
|
||||
|
||||
/**
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user