You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1239 lines
32 KiB
Java

package cokr.xit.interfaces.sntris.fileoffer;
import javax.xml.namespace.QName;
import org.apache.axis.description.ElementDesc;
import org.apache.axis.description.TypeDesc;
import org.apache.axis.encoding.Deserializer;
import org.apache.axis.encoding.Serializer;
import org.apache.axis.encoding.ser.BeanDeserializer;
import org.apache.axis.encoding.ser.BeanSerializer;
import cokr.xit.interfaces.sntris.SntrisWSDTO;
public class Ye22GwaseInfoDTO extends SntrisWSDTO {
private static final long serialVersionUID = 1L;
private String CAccountNo;
private String FAccountNo;
private String HAccountNo;
private String IAccountNo;
private String KAccountNo;
private String NAccountNo;
private String OAccountNo;
private String PAccountNo;
private String QAccountNo;
private String SAccountNo;
private String WAccountNo;
private long buAk;
private String buStatusCd;
private String buStatusNm;
private String buseoCd;
private String buseoNm;
private long cheAmt;
private long cheGigumGasanSum;
private long cheGukseGasanSum;
private long cheGuseGasanSum;
private String cheJojungCnt;
private String cheNapgiYmd;
private long cheSiseGasanSum;
private long cheVatAmt;
private String enapbuNo;
private long gigum;
private long gigumGasanAmt;
private long gigumIja;
private long gukse;
private long gukseGasanAmt;
private long gukseIja;
private long guse;
private long guseGasanAmt;
private long guseIja;
private String mulNm;
private String napDdtlAddr;
private String napDrefAddr;
private String napDzipAddr;
private String napDzipCd;
private String napId;
private String napNm;
private String napbuYmd;
private String napgiAftYmd;
private String napgiYmd;
private String semokCd;
private String semokNm;
private String siguCd;
private String siguNm;
private long sise;
private long siseGasanAmt;
private long siseIja;
private long taxAmt;
private String taxGubun;
private String taxGubunNm;
private String taxNo;
private String taxYm;
private String taxYmd;
private long vatAmt;
public Ye22GwaseInfoDTO() {}
public Ye22GwaseInfoDTO(
String CAccountNo,
String FAccountNo,
String HAccountNo,
String IAccountNo,
String KAccountNo,
String NAccountNo,
String OAccountNo,
String PAccountNo,
String QAccountNo,
String SAccountNo,
String WAccountNo,
long buAk,
String buStatusCd,
String buStatusNm,
String buseoCd,
String buseoNm,
long cheAmt,
long cheGigumGasanSum,
long cheGukseGasanSum,
long cheGuseGasanSum,
String cheJojungCnt,
String cheNapgiYmd,
long cheSiseGasanSum,
long cheVatAmt,
String enapbuNo,
long gigum,
long gigumGasanAmt,
long gigumIja,
long gukse,
long gukseGasanAmt,
long gukseIja,
long guse,
long guseGasanAmt,
long guseIja,
String mulNm,
String napDdtlAddr,
String napDrefAddr,
String napDzipAddr,
String napDzipCd,
String napId,
String napNm,
String napbuYmd,
String napgiAftYmd,
String napgiYmd,
String semokCd,
String semokNm,
String siguCd,
String siguNm,
long sise,
long siseGasanAmt,
long siseIja,
long taxAmt,
String taxGubun,
String taxGubunNm,
String taxNo,
String taxYm,
String taxYmd,
long vatAmt
) {
this.CAccountNo = CAccountNo;
this.FAccountNo = FAccountNo;
this.HAccountNo = HAccountNo;
this.IAccountNo = IAccountNo;
this.KAccountNo = KAccountNo;
this.NAccountNo = NAccountNo;
this.OAccountNo = OAccountNo;
this.PAccountNo = PAccountNo;
this.QAccountNo = QAccountNo;
this.SAccountNo = SAccountNo;
this.WAccountNo = WAccountNo;
this.buAk = buAk;
this.buStatusCd = buStatusCd;
this.buStatusNm = buStatusNm;
this.buseoCd = buseoCd;
this.buseoNm = buseoNm;
this.cheAmt = cheAmt;
this.cheGigumGasanSum = cheGigumGasanSum;
this.cheGukseGasanSum = cheGukseGasanSum;
this.cheGuseGasanSum = cheGuseGasanSum;
this.cheJojungCnt = cheJojungCnt;
this.cheNapgiYmd = cheNapgiYmd;
this.cheSiseGasanSum = cheSiseGasanSum;
this.cheVatAmt = cheVatAmt;
this.enapbuNo = enapbuNo;
this.gigum = gigum;
this.gigumGasanAmt = gigumGasanAmt;
this.gigumIja = gigumIja;
this.gukse = gukse;
this.gukseGasanAmt = gukseGasanAmt;
this.gukseIja = gukseIja;
this.guse = guse;
this.guseGasanAmt = guseGasanAmt;
this.guseIja = guseIja;
this.mulNm = mulNm;
this.napDdtlAddr = napDdtlAddr;
this.napDrefAddr = napDrefAddr;
this.napDzipAddr = napDzipAddr;
this.napDzipCd = napDzipCd;
this.napId = napId;
this.napNm = napNm;
this.napbuYmd = napbuYmd;
this.napgiAftYmd = napgiAftYmd;
this.napgiYmd = napgiYmd;
this.semokCd = semokCd;
this.semokNm = semokNm;
this.siguCd = siguCd;
this.siguNm = siguNm;
this.sise = sise;
this.siseGasanAmt = siseGasanAmt;
this.siseIja = siseIja;
this.taxAmt = taxAmt;
this.taxGubun = taxGubun;
this.taxGubunNm = taxGubunNm;
this.taxNo = taxNo;
this.taxYm = taxYm;
this.taxYmd = taxYmd;
this.vatAmt = vatAmt;
}
/**Gets the CAccountNo value for this Ye22GwaseInfoDTO.
* @return CAccountNo
*/
public String getCAccountNo() {
return CAccountNo;
}
/**Sets the CAccountNo value for this Ye22GwaseInfoDTO.
* @param CAccountNo
*/
public void setCAccountNo(String CAccountNo) {
this.CAccountNo = CAccountNo;
}
/**Gets the FAccountNo value for this Ye22GwaseInfoDTO.
* @return FAccountNo
*/
public String getFAccountNo() {
return FAccountNo;
}
/**Sets the FAccountNo value for this Ye22GwaseInfoDTO.
* @param FAccountNo
*/
public void setFAccountNo(String FAccountNo) {
this.FAccountNo = FAccountNo;
}
/**Gets the HAccountNo value for this Ye22GwaseInfoDTO.
* @return HAccountNo
*/
public String getHAccountNo() {
return HAccountNo;
}
/**Sets the HAccountNo value for this Ye22GwaseInfoDTO.
* @param HAccountNo
*/
public void setHAccountNo(String HAccountNo) {
this.HAccountNo = HAccountNo;
}
/**Gets the IAccountNo value for this Ye22GwaseInfoDTO.
* @return IAccountNo
*/
public String getIAccountNo() {
return IAccountNo;
}
/**Sets the IAccountNo value for this Ye22GwaseInfoDTO.
* @param IAccountNo
*/
public void setIAccountNo(String IAccountNo) {
this.IAccountNo = IAccountNo;
}
/**Gets the KAccountNo value for this Ye22GwaseInfoDTO.
* @return KAccountNo
*/
public String getKAccountNo() {
return KAccountNo;
}
/**Sets the KAccountNo value for this Ye22GwaseInfoDTO.
* @param KAccountNo
*/
public void setKAccountNo(String KAccountNo) {
this.KAccountNo = KAccountNo;
}
/**Gets the NAccountNo value for this Ye22GwaseInfoDTO.
* @return NAccountNo
*/
public String getNAccountNo() {
return NAccountNo;
}
/**Sets the NAccountNo value for this Ye22GwaseInfoDTO.
* @param NAccountNo
*/
public void setNAccountNo(String NAccountNo) {
this.NAccountNo = NAccountNo;
}
/**Gets the OAccountNo value for this Ye22GwaseInfoDTO.
* @return OAccountNo
*/
public String getOAccountNo() {
return OAccountNo;
}
/**Sets the OAccountNo value for this Ye22GwaseInfoDTO.
* @param OAccountNo
*/
public void setOAccountNo(String OAccountNo) {
this.OAccountNo = OAccountNo;
}
/**Gets the PAccountNo value for this Ye22GwaseInfoDTO.
* @return PAccountNo
*/
public String getPAccountNo() {
return PAccountNo;
}
/**Sets the PAccountNo value for this Ye22GwaseInfoDTO.
* @param PAccountNo
*/
public void setPAccountNo(String PAccountNo) {
this.PAccountNo = PAccountNo;
}
/**Gets the QAccountNo value for this Ye22GwaseInfoDTO.
* @return QAccountNo
*/
public String getQAccountNo() {
return QAccountNo;
}
/**Sets the QAccountNo value for this Ye22GwaseInfoDTO.
* @param QAccountNo
*/
public void setQAccountNo(String QAccountNo) {
this.QAccountNo = QAccountNo;
}
/**Gets the SAccountNo value for this Ye22GwaseInfoDTO.
* @return SAccountNo
*/
public String getSAccountNo() {
return SAccountNo;
}
/**Sets the SAccountNo value for this Ye22GwaseInfoDTO.
* @param SAccountNo
*/
public void setSAccountNo(String SAccountNo) {
this.SAccountNo = SAccountNo;
}
/**Gets the WAccountNo value for this Ye22GwaseInfoDTO.
* @return WAccountNo
*/
public String getWAccountNo() {
return WAccountNo;
}
/**Sets the WAccountNo value for this Ye22GwaseInfoDTO.
* @param WAccountNo
*/
public void setWAccountNo(String WAccountNo) {
this.WAccountNo = WAccountNo;
}
/**Gets the buAk value for this Ye22GwaseInfoDTO.
* @return buAk
*/
public long getBuAk() {
return buAk;
}
/**Sets the buAk value for this Ye22GwaseInfoDTO.
* @param buAk
*/
public void setBuAk(long buAk) {
this.buAk = buAk;
}
/**Gets the buStatusCd value for this Ye22GwaseInfoDTO.
* @return buStatusCd
*/
public String getBuStatusCd() {
return buStatusCd;
}
/**Sets the buStatusCd value for this Ye22GwaseInfoDTO.
* @param buStatusCd
*/
public void setBuStatusCd(String buStatusCd) {
this.buStatusCd = buStatusCd;
}
/**Gets the buStatusNm value for this Ye22GwaseInfoDTO.
* @return buStatusNm
*/
public String getBuStatusNm() {
return buStatusNm;
}
/**Sets the buStatusNm value for this Ye22GwaseInfoDTO.
* @param buStatusNm
*/
public void setBuStatusNm(String buStatusNm) {
this.buStatusNm = buStatusNm;
}
/**Gets the buseoCd value for this Ye22GwaseInfoDTO.
* @return buseoCd
*/
public String getBuseoCd() {
return buseoCd;
}
/**Sets the buseoCd value for this Ye22GwaseInfoDTO.
* @param buseoCd
*/
public void setBuseoCd(String buseoCd) {
this.buseoCd = buseoCd;
}
/**Gets the buseoNm value for this Ye22GwaseInfoDTO.
* @return buseoNm
*/
public String getBuseoNm() {
return buseoNm;
}
/**Sets the buseoNm value for this Ye22GwaseInfoDTO.
* @param buseoNm
*/
public void setBuseoNm(String buseoNm) {
this.buseoNm = buseoNm;
}
/**Gets the cheAmt value for this Ye22GwaseInfoDTO.
* @return cheAmt
*/
public long getCheAmt() {
return cheAmt;
}
/**Sets the cheAmt value for this Ye22GwaseInfoDTO.
* @param cheAmt
*/
public void setCheAmt(long cheAmt) {
this.cheAmt = cheAmt;
}
/**Gets the cheGigumGasanSum value for this Ye22GwaseInfoDTO.
* @return cheGigumGasanSum
*/
public long getCheGigumGasanSum() {
return cheGigumGasanSum;
}
/**Sets the cheGigumGasanSum value for this Ye22GwaseInfoDTO.
* @param cheGigumGasanSum
*/
public void setCheGigumGasanSum(long cheGigumGasanSum) {
this.cheGigumGasanSum = cheGigumGasanSum;
}
/**Gets the cheGukseGasanSum value for this Ye22GwaseInfoDTO.
* @return cheGukseGasanSum
*/
public long getCheGukseGasanSum() {
return cheGukseGasanSum;
}
/**Sets the cheGukseGasanSum value for this Ye22GwaseInfoDTO.
* @param cheGukseGasanSum
*/
public void setCheGukseGasanSum(long cheGukseGasanSum) {
this.cheGukseGasanSum = cheGukseGasanSum;
}
/**Gets the cheGuseGasanSum value for this Ye22GwaseInfoDTO.
* @return cheGuseGasanSum
*/
public long getCheGuseGasanSum() {
return cheGuseGasanSum;
}
/**Sets the cheGuseGasanSum value for this Ye22GwaseInfoDTO.
* @param cheGuseGasanSum
*/
public void setCheGuseGasanSum(long cheGuseGasanSum) {
this.cheGuseGasanSum = cheGuseGasanSum;
}
/**Gets the cheJojungCnt value for this Ye22GwaseInfoDTO.
* @return cheJojungCnt
*/
public String getCheJojungCnt() {
return cheJojungCnt;
}
/**Sets the cheJojungCnt value for this Ye22GwaseInfoDTO.
* @param cheJojungCnt
*/
public void setCheJojungCnt(String cheJojungCnt) {
this.cheJojungCnt = cheJojungCnt;
}
/**Gets the cheNapgiYmd value for this Ye22GwaseInfoDTO.
* @return cheNapgiYmd
*/
public String getCheNapgiYmd() {
return cheNapgiYmd;
}
/**Sets the cheNapgiYmd value for this Ye22GwaseInfoDTO.
* @param cheNapgiYmd
*/
public void setCheNapgiYmd(String cheNapgiYmd) {
this.cheNapgiYmd = cheNapgiYmd;
}
/**Gets the cheSiseGasanSum value for this Ye22GwaseInfoDTO.
* @return cheSiseGasanSum
*/
public long getCheSiseGasanSum() {
return cheSiseGasanSum;
}
/**Sets the cheSiseGasanSum value for this Ye22GwaseInfoDTO.
* @param cheSiseGasanSum
*/
public void setCheSiseGasanSum(long cheSiseGasanSum) {
this.cheSiseGasanSum = cheSiseGasanSum;
}
/**Gets the cheVatAmt value for this Ye22GwaseInfoDTO.
* @return cheVatAmt
*/
public long getCheVatAmt() {
return cheVatAmt;
}
/**Sets the cheVatAmt value for this Ye22GwaseInfoDTO.
* @param cheVatAmt
*/
public void setCheVatAmt(long cheVatAmt) {
this.cheVatAmt = cheVatAmt;
}
/**Gets the enapbuNo value for this Ye22GwaseInfoDTO.
* @return enapbuNo
*/
public String getEnapbuNo() {
return enapbuNo;
}
/**Sets the enapbuNo value for this Ye22GwaseInfoDTO.
* @param enapbuNo
*/
public void setEnapbuNo(String enapbuNo) {
this.enapbuNo = enapbuNo;
}
/**Gets the gigum value for this Ye22GwaseInfoDTO.
* @return gigum
*/
public long getGigum() {
return gigum;
}
/**Sets the gigum value for this Ye22GwaseInfoDTO.
* @param gigum
*/
public void setGigum(long gigum) {
this.gigum = gigum;
}
/**Gets the gigumGasanAmt value for this Ye22GwaseInfoDTO.
* @return gigumGasanAmt
*/
public long getGigumGasanAmt() {
return gigumGasanAmt;
}
/**Sets the gigumGasanAmt value for this Ye22GwaseInfoDTO.
* @param gigumGasanAmt
*/
public void setGigumGasanAmt(long gigumGasanAmt) {
this.gigumGasanAmt = gigumGasanAmt;
}
/**Gets the gigumIja value for this Ye22GwaseInfoDTO.
* @return gigumIja
*/
public long getGigumIja() {
return gigumIja;
}
/**Sets the gigumIja value for this Ye22GwaseInfoDTO.
* @param gigumIja
*/
public void setGigumIja(long gigumIja) {
this.gigumIja = gigumIja;
}
/**Gets the gukse value for this Ye22GwaseInfoDTO.
* @return gukse
*/
public long getGukse() {
return gukse;
}
/**Sets the gukse value for this Ye22GwaseInfoDTO.
* @param gukse
*/
public void setGukse(long gukse) {
this.gukse = gukse;
}
/**Gets the gukseGasanAmt value for this Ye22GwaseInfoDTO.
* @return gukseGasanAmt
*/
public long getGukseGasanAmt() {
return gukseGasanAmt;
}
/**Sets the gukseGasanAmt value for this Ye22GwaseInfoDTO.
* @param gukseGasanAmt
*/
public void setGukseGasanAmt(long gukseGasanAmt) {
this.gukseGasanAmt = gukseGasanAmt;
}
/**Gets the gukseIja value for this Ye22GwaseInfoDTO.
* @return gukseIja
*/
public long getGukseIja() {
return gukseIja;
}
/**Sets the gukseIja value for this Ye22GwaseInfoDTO.
* @param gukseIja
*/
public void setGukseIja(long gukseIja) {
this.gukseIja = gukseIja;
}
/**Gets the guse value for this Ye22GwaseInfoDTO.
* @return guse
*/
public long getGuse() {
return guse;
}
/**Sets the guse value for this Ye22GwaseInfoDTO.
* @param guse
*/
public void setGuse(long guse) {
this.guse = guse;
}
/**Gets the guseGasanAmt value for this Ye22GwaseInfoDTO.
* @return guseGasanAmt
*/
public long getGuseGasanAmt() {
return guseGasanAmt;
}
/**Sets the guseGasanAmt value for this Ye22GwaseInfoDTO.
* @param guseGasanAmt
*/
public void setGuseGasanAmt(long guseGasanAmt) {
this.guseGasanAmt = guseGasanAmt;
}
/**Gets the guseIja value for this Ye22GwaseInfoDTO.
* @return guseIja
*/
public long getGuseIja() {
return guseIja;
}
/**Sets the guseIja value for this Ye22GwaseInfoDTO.
* @param guseIja
*/
public void setGuseIja(long guseIja) {
this.guseIja = guseIja;
}
/**Gets the mulNm value for this Ye22GwaseInfoDTO.
* @return mulNm
*/
public String getMulNm() {
return mulNm;
}
/**Sets the mulNm value for this Ye22GwaseInfoDTO.
* @param mulNm
*/
public void setMulNm(String mulNm) {
this.mulNm = mulNm;
}
/**Gets the napDdtlAddr value for this Ye22GwaseInfoDTO.
* @return napDdtlAddr
*/
public String getNapDdtlAddr() {
return napDdtlAddr;
}
/**Sets the napDdtlAddr value for this Ye22GwaseInfoDTO.
* @param napDdtlAddr
*/
public void setNapDdtlAddr(String napDdtlAddr) {
this.napDdtlAddr = napDdtlAddr;
}
/**Gets the napDrefAddr value for this Ye22GwaseInfoDTO.
* @return napDrefAddr
*/
public String getNapDrefAddr() {
return napDrefAddr;
}
/**Sets the napDrefAddr value for this Ye22GwaseInfoDTO.
* @param napDrefAddr
*/
public void setNapDrefAddr(String napDrefAddr) {
this.napDrefAddr = napDrefAddr;
}
/**Gets the napDzipAddr value for this Ye22GwaseInfoDTO.
* @return napDzipAddr
*/
public String getNapDzipAddr() {
return napDzipAddr;
}
/**Sets the napDzipAddr value for this Ye22GwaseInfoDTO.
* @param napDzipAddr
*/
public void setNapDzipAddr(String napDzipAddr) {
this.napDzipAddr = napDzipAddr;
}
/**Gets the napDzipCd value for this Ye22GwaseInfoDTO.
* @return napDzipCd
*/
public String getNapDzipCd() {
return napDzipCd;
}
/**Sets the napDzipCd value for this Ye22GwaseInfoDTO.
* @param napDzipCd
*/
public void setNapDzipCd(String napDzipCd) {
this.napDzipCd = napDzipCd;
}
/**Gets the napId value for this Ye22GwaseInfoDTO.
* @return napId
*/
public String getNapId() {
return napId;
}
/**Sets the napId value for this Ye22GwaseInfoDTO.
* @param napId
*/
public void setNapId(String napId) {
this.napId = napId;
}
/**Gets the napNm value for this Ye22GwaseInfoDTO.
* @return napNm
*/
public String getNapNm() {
return napNm;
}
/**Sets the napNm value for this Ye22GwaseInfoDTO.
* @param napNm
*/
public void setNapNm(String napNm) {
this.napNm = napNm;
}
/**Gets the napbuYmd value for this Ye22GwaseInfoDTO.
* @return napbuYmd
*/
public String getNapbuYmd() {
return napbuYmd;
}
/**Sets the napbuYmd value for this Ye22GwaseInfoDTO.
* @param napbuYmd
*/
public void setNapbuYmd(String napbuYmd) {
this.napbuYmd = napbuYmd;
}
/**Gets the napgiAftYmd value for this Ye22GwaseInfoDTO.
* @return napgiAftYmd
*/
public String getNapgiAftYmd() {
return napgiAftYmd;
}
/**Sets the napgiAftYmd value for this Ye22GwaseInfoDTO.
* @param napgiAftYmd
*/
public void setNapgiAftYmd(String napgiAftYmd) {
this.napgiAftYmd = napgiAftYmd;
}
/**Gets the napgiYmd value for this Ye22GwaseInfoDTO.
* @return napgiYmd
*/
public String getNapgiYmd() {
return napgiYmd;
}
/**Sets the napgiYmd value for this Ye22GwaseInfoDTO.
* @param napgiYmd
*/
public void setNapgiYmd(String napgiYmd) {
this.napgiYmd = napgiYmd;
}
/**Gets the semokCd value for this Ye22GwaseInfoDTO.
* @return semokCd
*/
public String getSemokCd() {
return semokCd;
}
/**Sets the semokCd value for this Ye22GwaseInfoDTO.
* @param semokCd
*/
public void setSemokCd(String semokCd) {
this.semokCd = semokCd;
}
/**Gets the semokNm value for this Ye22GwaseInfoDTO.
* @return semokNm
*/
public String getSemokNm() {
return semokNm;
}
/**Sets the semokNm value for this Ye22GwaseInfoDTO.
* @param semokNm
*/
public void setSemokNm(String semokNm) {
this.semokNm = semokNm;
}
/**Gets the siguCd value for this Ye22GwaseInfoDTO.
* @return siguCd
*/
public String getSiguCd() {
return siguCd;
}
/**Sets the siguCd value for this Ye22GwaseInfoDTO.
* @param siguCd
*/
public void setSiguCd(String siguCd) {
this.siguCd = siguCd;
}
/**Gets the siguNm value for this Ye22GwaseInfoDTO.
* @return siguNm
*/
public String getSiguNm() {
return siguNm;
}
/**Sets the siguNm value for this Ye22GwaseInfoDTO.
* @param siguNm
*/
public void setSiguNm(String siguNm) {
this.siguNm = siguNm;
}
/**Gets the sise value for this Ye22GwaseInfoDTO.
* @return sise
*/
public long getSise() {
return sise;
}
/**Sets the sise value for this Ye22GwaseInfoDTO.
* @param sise
*/
public void setSise(long sise) {
this.sise = sise;
}
/**Gets the siseGasanAmt value for this Ye22GwaseInfoDTO.
* @return siseGasanAmt
*/
public long getSiseGasanAmt() {
return siseGasanAmt;
}
/**Sets the siseGasanAmt value for this Ye22GwaseInfoDTO.
* @param siseGasanAmt
*/
public void setSiseGasanAmt(long siseGasanAmt) {
this.siseGasanAmt = siseGasanAmt;
}
/**Gets the siseIja value for this Ye22GwaseInfoDTO.
* @return siseIja
*/
public long getSiseIja() {
return siseIja;
}
/**Sets the siseIja value for this Ye22GwaseInfoDTO.
* @param siseIja
*/
public void setSiseIja(long siseIja) {
this.siseIja = siseIja;
}
/**Gets the taxAmt value for this Ye22GwaseInfoDTO.
* @return taxAmt
*/
public long getTaxAmt() {
return taxAmt;
}
/**Sets the taxAmt value for this Ye22GwaseInfoDTO.
* @param taxAmt
*/
public void setTaxAmt(long taxAmt) {
this.taxAmt = taxAmt;
}
/**Gets the taxGubun value for this Ye22GwaseInfoDTO.
* @return taxGubun
*/
public String getTaxGubun() {
return taxGubun;
}
/**Sets the taxGubun value for this Ye22GwaseInfoDTO.
* @param taxGubun
*/
public void setTaxGubun(String taxGubun) {
this.taxGubun = taxGubun;
}
/**Gets the taxGubunNm value for this Ye22GwaseInfoDTO.
* @return taxGubunNm
*/
public String getTaxGubunNm() {
return taxGubunNm;
}
/**Sets the taxGubunNm value for this Ye22GwaseInfoDTO.
* @param taxGubunNm
*/
public void setTaxGubunNm(String taxGubunNm) {
this.taxGubunNm = taxGubunNm;
}
/**Gets the taxNo value for this Ye22GwaseInfoDTO.
* @return taxNo
*/
public String getTaxNo() {
return taxNo;
}
/**Sets the taxNo value for this Ye22GwaseInfoDTO.
* @param taxNo
*/
public void setTaxNo(String taxNo) {
this.taxNo = taxNo;
}
/**Gets the taxYm value for this Ye22GwaseInfoDTO.
* @return taxYm
*/
public String getTaxYm() {
return taxYm;
}
/**Sets the taxYm value for this Ye22GwaseInfoDTO.
* @param taxYm
*/
public void setTaxYm(String taxYm) {
this.taxYm = taxYm;
}
/**Gets the taxYmd value for this Ye22GwaseInfoDTO.
* @return taxYmd
*/
public String getTaxYmd() {
return taxYmd;
}
/**Sets the taxYmd value for this Ye22GwaseInfoDTO.
* @param taxYmd
*/
public void setTaxYmd(String taxYmd) {
this.taxYmd = taxYmd;
}
/**Gets the vatAmt value for this Ye22GwaseInfoDTO.
* @return vatAmt
*/
public long getVatAmt() {
return vatAmt;
}
/**Sets the vatAmt value for this Ye22GwaseInfoDTO.
* @param vatAmt
*/
public void setVatAmt(long vatAmt) {
this.vatAmt = vatAmt;
}
private Object __equalsCalc = null;
@Override
public synchronized boolean equals(Object obj) {
if (!(obj instanceof Ye22GwaseInfoDTO)) return false;
Ye22GwaseInfoDTO other = (Ye22GwaseInfoDTO) obj;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);
}
__equalsCalc = obj;
boolean _equals =
equals(this.CAccountNo, other.getCAccountNo()) &&
equals(this.FAccountNo, other.getFAccountNo()) &&
equals(this.HAccountNo, other.getHAccountNo()) &&
equals(this.IAccountNo, other.getIAccountNo()) &&
equals(this.KAccountNo, other.getKAccountNo()) &&
equals(this.NAccountNo, other.getNAccountNo()) &&
equals(this.OAccountNo, other.getOAccountNo()) &&
equals(this.PAccountNo, other.getPAccountNo()) &&
equals(this.QAccountNo, other.getQAccountNo()) &&
equals(this.SAccountNo, other.getSAccountNo()) &&
equals(this.WAccountNo, other.getWAccountNo()) &&
this.buAk == other.getBuAk() &&
equals(this.buStatusCd, other.getBuStatusCd()) &&
equals(this.buStatusNm, other.getBuStatusNm()) &&
equals(this.buseoCd, other.getBuseoCd()) &&
equals(this.buseoNm, other.getBuseoNm()) &&
this.cheAmt == other.getCheAmt() &&
this.cheGigumGasanSum == other.getCheGigumGasanSum() &&
this.cheGukseGasanSum == other.getCheGukseGasanSum() &&
this.cheGuseGasanSum == other.getCheGuseGasanSum() &&
equals(this.cheJojungCnt, other.getCheJojungCnt()) &&
equals(this.cheNapgiYmd, other.getCheNapgiYmd()) &&
this.cheSiseGasanSum == other.getCheSiseGasanSum() &&
this.cheVatAmt == other.getCheVatAmt() &&
equals(this.enapbuNo, other.getEnapbuNo()) &&
this.gigum == other.getGigum() &&
this.gigumGasanAmt == other.getGigumGasanAmt() &&
this.gigumIja == other.getGigumIja() &&
this.gukse == other.getGukse() &&
this.gukseGasanAmt == other.getGukseGasanAmt() &&
this.gukseIja == other.getGukseIja() &&
this.guse == other.getGuse() &&
this.guseGasanAmt == other.getGuseGasanAmt() &&
this.guseIja == other.getGuseIja() &&
equals(this.mulNm, other.getMulNm()) &&
equals(this.napDdtlAddr, other.getNapDdtlAddr()) &&
equals(this.napDrefAddr, other.getNapDrefAddr()) &&
equals(this.napDzipAddr, other.getNapDzipAddr()) &&
equals(this.napDzipCd, other.getNapDzipCd()) &&
equals(this.napId, other.getNapId()) &&
equals(this.napNm, other.getNapNm()) &&
equals(this.napbuYmd, other.getNapbuYmd()) &&
equals(this.napgiAftYmd, other.getNapgiAftYmd()) &&
equals(this.napgiYmd, other.getNapgiYmd()) &&
equals(this.semokCd, other.getSemokCd()) &&
equals(this.semokNm, other.getSemokNm()) &&
equals(this.siguCd, other.getSiguCd()) &&
equals(this.siguNm, other.getSiguNm()) &&
this.sise == other.getSise() &&
this.siseGasanAmt == other.getSiseGasanAmt() &&
this.siseIja == other.getSiseIja() &&
this.taxAmt == other.getTaxAmt() &&
equals(this.taxGubun, other.getTaxGubun()) &&
equals(this.taxGubunNm, other.getTaxGubunNm()) &&
equals(this.taxNo, other.getTaxNo()) &&
equals(this.taxYm, other.getTaxYm()) &&
equals(this.taxYmd, other.getTaxYmd()) &&
this.vatAmt == other.getVatAmt();
__equalsCalc = null;
return _equals;
}
private boolean __hashCodeCalc = false;
@Override
public synchronized int hashCode() {
if (__hashCodeCalc) {
return 0;
}
__hashCodeCalc = true;
int _hashCode = hashCode(
getCAccountNo(),
getFAccountNo(),
getHAccountNo(),
getIAccountNo(),
getKAccountNo(),
getNAccountNo(),
getOAccountNo(),
getPAccountNo(),
getQAccountNo(),
getSAccountNo(),
getWAccountNo(),
Long.valueOf(getBuAk()),
getBuStatusCd(),
getBuStatusNm(),
getBuseoCd(),
getBuseoNm(),
Long.valueOf(getCheAmt()),
Long.valueOf(getCheGigumGasanSum()),
Long.valueOf(getCheGukseGasanSum()),
Long.valueOf(getCheGuseGasanSum()),
getCheJojungCnt(),
getCheNapgiYmd(),
Long.valueOf(getCheSiseGasanSum()),
Long.valueOf(getCheVatAmt()),
getEnapbuNo(),
Long.valueOf(getGigum()),
Long.valueOf(getGigumGasanAmt()),
Long.valueOf(getGigumIja()),
Long.valueOf(getGukse()),
Long.valueOf(getGukseGasanAmt()),
Long.valueOf(getGukseIja()),
Long.valueOf(getGuse()),
Long.valueOf(getGuseGasanAmt()),
Long.valueOf(getGuseIja()),
getMulNm(),
getNapDdtlAddr(),
getNapDrefAddr(),
getNapDzipAddr(),
getNapDzipCd(),
getNapId(),
getNapNm(),
getNapbuYmd(),
getNapgiAftYmd(),
getNapgiYmd(),
getSemokCd(),
getSemokNm(),
getSiguCd(),
getSiguNm(),
Long.valueOf(getSise()),
Long.valueOf(getSiseGasanAmt()),
Long.valueOf(getSiseIja()),
Long.valueOf(getTaxAmt()),
getTaxGubun(),
getTaxGubunNm(),
getTaxNo(),
getTaxYm(),
getTaxYmd(),
Long.valueOf(getVatAmt())
);
__hashCodeCalc = false;
return _hashCode;
}
// Type metadata
private static TypeDesc typeDesc = SntrFileOfferWebService.descriptor().type(
Ye22GwaseInfoDTO.class,
desc -> {
String name = "";
return new ElementDesc[] {
desc.field(name = "CAccountNo", desc.qname("", name), "string", true),
desc.field(name = "FAccountNo", desc.qname("", name), "string", true),
desc.field(name = "HAccountNo", desc.qname("", name), "string", true),
desc.field(name = "IAccountNo", desc.qname("", name), "string", true),
desc.field(name = "KAccountNo", desc.qname("", name), "string", true),
desc.field(name = "NAccountNo", desc.qname("", name), "string", true),
desc.field(name = "OAccountNo", desc.qname("", name), "string", true),
desc.field(name = "PAccountNo", desc.qname("", name), "string", true),
desc.field(name = "QAccountNo", desc.qname("", name), "string", true),
desc.field(name = "SAccountNo", desc.qname("", name), "string", true),
desc.field(name = "WAccountNo", desc.qname("", name), "string", true),
desc.field(name = "buAk", desc.qname("", name), "long", false),
desc.field(name = "buStatusCd", desc.qname("", name), "string", true),
desc.field(name = "buStatusNm", desc.qname("", name), "string", true),
desc.field(name = "buseoCd", desc.qname("", name), "string", true),
desc.field(name = "buseoNm", desc.qname("", name), "string", true),
desc.field(name = "cheAmt", desc.qname("", name), "long", false),
desc.field(name = "cheGigumGasanSum", desc.qname("", name), "long", false),
desc.field(name = "cheGukseGasanSum", desc.qname("", name), "long", false),
desc.field(name = "cheGuseGasanSum", desc.qname("", name), "long", false),
desc.field(name = "cheJojungCnt", desc.qname("", name), "string", true),
desc.field(name = "cheNapgiYmd", desc.qname("", name), "string", true),
desc.field(name = "cheSiseGasanSum", desc.qname("", name), "long", false),
desc.field(name = "cheVatAmt", desc.qname("", name), "long", false),
desc.field(name = "enapbuNo", desc.qname("", name), "string", true),
desc.field(name = "gigum", desc.qname("", name), "long", false),
desc.field(name = "gigumGasanAmt", desc.qname("", name), "long", false),
desc.field(name = "gigumIja", desc.qname("", name), "long", false),
desc.field(name = "gukse", desc.qname("", name), "long", false),
desc.field(name = "gukseGasanAmt", desc.qname("", name), "long", false),
desc.field(name = "gukseIja", desc.qname("", name), "long", false),
desc.field(name = "guse", desc.qname("", name), "long", false),
desc.field(name = "guseGasanAmt", desc.qname("", name), "long", false),
desc.field(name = "guseIja", desc.qname("", name), "long", false),
desc.field(name = "mulNm", desc.qname("", name), "string", true),
desc.field(name = "napDdtlAddr", desc.qname("", name), "string", true),
desc.field(name = "napDrefAddr", desc.qname("", name), "string", true),
desc.field(name = "napDzipAddr", desc.qname("", name), "string", true),
desc.field(name = "napDzipCd", desc.qname("", name), "string", true),
desc.field(name = "napId", desc.qname("", name), "string", true),
desc.field(name = "napNm", desc.qname("", name), "string", true),
desc.field(name = "napbuYmd", desc.qname("", name), "string", true),
desc.field(name = "napgiAftYmd", desc.qname("", name), "string", true),
desc.field(name = "napgiYmd", desc.qname("", name), "string", true),
desc.field(name = "semokCd", desc.qname("", name), "string", true),
desc.field(name = "semokNm", desc.qname("", name), "string", true),
desc.field(name = "siguCd", desc.qname("", name), "string", true),
desc.field(name = "siguNm", desc.qname("", name), "string", true),
desc.field(name = "sise", desc.qname("", name), "long", false),
desc.field(name = "siseGasanAmt", desc.qname("", name), "long", false),
desc.field(name = "siseIja", desc.qname("", name), "long", false),
desc.field(name = "taxAmt", desc.qname("", name), "long", false),
desc.field(name = "taxGubun", desc.qname("", name), "string", true),
desc.field(name = "taxGubunNm", desc.qname("", name), "string", true),
desc.field(name = "taxNo", desc.qname("", name), "string", true),
desc.field(name = "taxYm", desc.qname("", name), "string", true),
desc.field(name = "taxYmd", desc.qname("", name), "string", true),
desc.field(name = "vatAmt", desc.qname("", name), "long", false)
};
}
);
/**Return type metadata object
*/
public static TypeDesc getTypeDesc() {
return typeDesc;
}
/**Get Custom Serializer
*/
public static Serializer getSerializer(String mechType, Class<?> _javaType, QName _xmlType) {
return new BeanSerializer(_javaType, _xmlType, typeDesc);
}
/**Get Custom Deserializer
*/
public static Deserializer getDeserializer(String mechType, Class<?> _javaType, QName _xmlType) {
return new BeanDeserializer(_javaType, _xmlType, typeDesc);
}
}