From 5c4318031520ea322434ef9f9bdbc095196c99f3 Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Wed, 2 Apr 2025 16:21:32 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=84=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sntris/fileoffer/Ye22NoticeInfoDTO.java | 260 +++++++++--------- 1 file changed, 130 insertions(+), 130 deletions(-) diff --git a/src/main/java/cokr/xit/interfaces/sntris/fileoffer/Ye22NoticeInfoDTO.java b/src/main/java/cokr/xit/interfaces/sntris/fileoffer/Ye22NoticeInfoDTO.java index 8397954..acdb1d3 100644 --- a/src/main/java/cokr/xit/interfaces/sntris/fileoffer/Ye22NoticeInfoDTO.java +++ b/src/main/java/cokr/xit/interfaces/sntris/fileoffer/Ye22NoticeInfoDTO.java @@ -40,57 +40,57 @@ public class Ye22NoticeInfoDTO extends SntrisWSDTO { private String SAccountNo; /** 계좌번호(우리) */ private String WAccountNo; - /** */ + /** 압류일자(최종) */ private String apYmd; /** 과태료대장 키 */ 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 dchocSendYmd; /** 전자납부번호 */ 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 jgasanJojungYmd; /** 물건 이름 */ private String mulNm; @@ -102,17 +102,17 @@ public class Ye22NoticeInfoDTO extends SntrisWSDTO { private String napDzipAddr; /** 납세자 도로명 우편번호 */ private String napDzipCd; - /** */ + /** 납세자 ID */ private String napId; - /** */ + /** 납세자 이름 */ private String napNm; - /** */ + /** 납부일자 */ private String napbuYmd; /** 납기후 일자 */ private String napgiAftYmd; /** 납기일자 */ private String napgiYmd; - /** */ + /** 납세번호 */ private String napseNo; /** 세목코드 */ private String semokCd; @@ -122,13 +122,13 @@ public class Ye22NoticeInfoDTO extends SntrisWSDTO { private String siguCd; /** 시군구 이름 */ private String siguNm; - /** */ + /** 시세 */ private long sise; - /** */ + /** 시세가산금 */ private long siseGasanAmt; - /** */ + /** 시세이자 */ private long siseIja; - /** 본세 */ + /** 과세금액 */ private long taxAmt; /** 과세구분 코드 */ private String taxGubun; @@ -427,476 +427,476 @@ public class Ye22NoticeInfoDTO extends SntrisWSDTO { this.WAccountNo = WAccountNo; } - /**Gets the apYmd value + /**Gets 압류일자 * @return apYmd */ public String getApYmd() { return apYmd; } - /**Sets the apYmd value + /**Sets 압류일자 * @param apYmd */ public void setApYmd(String apYmd) { this.apYmd = apYmd; } - /**Gets the buAk value + /**Gets 과태료대장 키 * @return buAk */ public long getBuAk() { return buAk; } - /**Sets the buAk value + /**Sets 과태료대장 키 * @param buAk */ public void setBuAk(long buAk) { this.buAk = buAk; } - /**Gets the buStatusCd value + /**Gets 상태코드 * @return buStatusCd */ public String getBuStatusCd() { return buStatusCd; } - /**Sets the buStatusCd value + /**Sets 상태코드 * @param buStatusCd */ public void setBuStatusCd(String buStatusCd) { this.buStatusCd = buStatusCd; } - /**Gets the buStatusNm value + /**Gets 상태이름 * @return buStatusNm */ public String getBuStatusNm() { return buStatusNm; } - /**Sets the buStatusNm value + /**Sets 상태이름 * @param buStatusNm */ public void setBuStatusNm(String buStatusNm) { this.buStatusNm = buStatusNm; } - /**Gets the buseoCd value + /**Gets 부서코드 * @return buseoCd */ public String getBuseoCd() { return buseoCd; } - /**Sets the buseoCd value + /**Sets 부서코드 * @param buseoCd */ public void setBuseoCd(String buseoCd) { this.buseoCd = buseoCd; } - /**Gets the buseoNm value + /**Gets 부서이름 * @return buseoNm */ public String getBuseoNm() { return buseoNm; } - /**Sets the buseoNm value + /**Sets 부서이름 * @param buseoNm */ public void setBuseoNm(String buseoNm) { this.buseoNm = buseoNm; } - /**Gets the cheAmt value + /**Gets 체납금액 * @return cheAmt */ public long getCheAmt() { return cheAmt; } - /**Sets the cheAmt value + /**Sets 체납금액 * @param cheAmt */ public void setCheAmt(long cheAmt) { this.cheAmt = cheAmt; } - /**Gets the cheGigumGasanSum value + /**Gets 체납 기금가산금 * @return cheGigumGasanSum */ public long getCheGigumGasanSum() { return cheGigumGasanSum; } - /**Sets the cheGigumGasanSum value + /**Sets 체납 기금가산금 * @param cheGigumGasanSum */ public void setCheGigumGasanSum(long cheGigumGasanSum) { this.cheGigumGasanSum = cheGigumGasanSum; } - /**Gets the cheGukseGasanSum value + /**Gets 체납 국세가산금 * @return cheGukseGasanSum */ public long getCheGukseGasanSum() { return cheGukseGasanSum; } - /**Sets the cheGukseGasanSum value + /**Sets 체납 국세가산금 * @param cheGukseGasanSum */ public void setCheGukseGasanSum(long cheGukseGasanSum) { this.cheGukseGasanSum = cheGukseGasanSum; } - /**Gets the cheGuseGasanSum value + /**Gets 체납 구세가산금 * @return cheGuseGasanSum */ public long getCheGuseGasanSum() { return cheGuseGasanSum; } - /**Sets the cheGuseGasanSum value + /**Sets 체납 구세가산금 * @param cheGuseGasanSum */ public void setCheGuseGasanSum(long cheGuseGasanSum) { this.cheGuseGasanSum = cheGuseGasanSum; } - /**Gets the cheJojungCnt value + /**Gets (중)가산금 조정횟수 * @return cheJojungCnt */ public String getCheJojungCnt() { return cheJojungCnt; } - /**Sets the cheJojungCnt value + /**Sets (중)가산금 조정횟수 * @param cheJojungCnt */ public void setCheJojungCnt(String cheJojungCnt) { this.cheJojungCnt = cheJojungCnt; } - /**Gets the cheNapgiYmd value + /**Gets 체납 납기일자 * @return cheNapgiYmd */ public String getCheNapgiYmd() { return cheNapgiYmd; } - /**Sets the cheNapgiYmd value + /**Sets 체납 납기일자 * @param cheNapgiYmd */ public void setCheNapgiYmd(String cheNapgiYmd) { this.cheNapgiYmd = cheNapgiYmd; } - /**Gets the cheSiseGasanSum value + /**Gets 체납 시세가산금 * @return cheSiseGasanSum */ public long getCheSiseGasanSum() { return cheSiseGasanSum; } - /**Sets the cheSiseGasanSum value + /**Sets 체납 시세가산금 * @param cheSiseGasanSum */ public void setCheSiseGasanSum(long cheSiseGasanSum) { this.cheSiseGasanSum = cheSiseGasanSum; } - /**Gets the cheVatAmt value + /**Gets 체납 부가세 * @return cheVatAmt */ public long getCheVatAmt() { return cheVatAmt; } - /**Sets the cheVatAmt value + /**Sets 체납 부가세 * @param cheVatAmt */ public void setCheVatAmt(long cheVatAmt) { this.cheVatAmt = cheVatAmt; } - /**Gets the dchocSendYmd value + /**Gets 독촉 고지일자(최종) * @return dchocSendYmd */ public String getDchocSendYmd() { return dchocSendYmd; } - /**Sets the dchocSendYmd value + /**Sets 독촉 고지일자(최종) * @param dchocSendYmd */ public void setDchocSendYmd(String dchocSendYmd) { this.dchocSendYmd = dchocSendYmd; } - /**Gets the enapbuNo value + /**Gets 전자납부번호 * @return enapbuNo */ public String getEnapbuNo() { return enapbuNo; } - /**Sets the enapbuNo value + /**Sets 전자납부번호 * @param enapbuNo */ public void setEnapbuNo(String enapbuNo) { this.enapbuNo = enapbuNo; } - /**Gets the gigum value + /**Gets 기금 * @return gigum */ public long getGigum() { return gigum; } - /**Sets the gigum value + /**Sets 기금 * @param gigum */ public void setGigum(long gigum) { this.gigum = gigum; } - /**Gets the gigumGasanAmt value + /**Gets 기금가산금 * @return gigumGasanAmt */ public long getGigumGasanAmt() { return gigumGasanAmt; } - /**Sets the gigumGasanAmt value + /**Sets 기금가산금 * @param gigumGasanAmt */ public void setGigumGasanAmt(long gigumGasanAmt) { this.gigumGasanAmt = gigumGasanAmt; } - /**Gets the gigumIja value + /**Gets 기금이자 * @return gigumIja */ public long getGigumIja() { return gigumIja; } - /**Sets the gigumIja value + /**Sets 기금이자 * @param gigumIja */ public void setGigumIja(long gigumIja) { this.gigumIja = gigumIja; } - /**Gets the gukse value + /**Gets 국세 * @return gukse */ public long getGukse() { return gukse; } - /**Sets the gukse value + /**Sets 국세 * @param gukse */ public void setGukse(long gukse) { this.gukse = gukse; } - /**Gets the gukseGasanAmt value + /**Gets 국세가산금 * @return gukseGasanAmt */ public long getGukseGasanAmt() { return gukseGasanAmt; } - /**Sets the gukseGasanAmt value + /**Sets 국세가산금 * @param gukseGasanAmt */ public void setGukseGasanAmt(long gukseGasanAmt) { this.gukseGasanAmt = gukseGasanAmt; } - /**Gets the gukseIja value + /**Gets 국세이자 * @return gukseIja */ public long getGukseIja() { return gukseIja; } - /**Sets the gukseIja value + /**Sets 국세이자 * @param gukseIja */ public void setGukseIja(long gukseIja) { this.gukseIja = gukseIja; } - /**Gets the guse value + /**Gets 구세 * @return guse */ public long getGuse() { return guse; } - /**Sets the guse value + /**Sets 구세 * @param guse */ public void setGuse(long guse) { this.guse = guse; } - /**Gets the guseGasanAmt value + /**Gets 구세가산금 * @return guseGasanAmt */ public long getGuseGasanAmt() { return guseGasanAmt; } - /**Sets the guseGasanAmt value + /**Sets 구세가산금 * @param guseGasanAmt */ public void setGuseGasanAmt(long guseGasanAmt) { this.guseGasanAmt = guseGasanAmt; } - /**Gets the guseIja value + /**Gets 구세이자 * @return guseIja */ public long getGuseIja() { return guseIja; } - /**Sets the guseIja value + /**Sets 구세이자 * @param guseIja */ public void setGuseIja(long guseIja) { this.guseIja = guseIja; } - /**Gets the jgasanJojungYmd value + /**Gets (중)가산금 조정일자 * @return jgasanJojungYmd */ public String getJgasanJojungYmd() { return jgasanJojungYmd; } - /**Sets the jgasanJojungYmd value + /**Sets (중)가산금 조정일자 * @param jgasanJojungYmd */ public void setJgasanJojungYmd(String jgasanJojungYmd) { this.jgasanJojungYmd = jgasanJojungYmd; } - /**Gets the mulNm value + /**Gets 물건이름 * @return mulNm */ public String getMulNm() { return mulNm; } - /**Sets the mulNm value + /**Sets 물건이름 * @param mulNm */ public void setMulNm(String mulNm) { this.mulNm = mulNm; } - /**Gets the napDdtlAddr value + /**Gets 납세자 도로명 주소 * @return napDdtlAddr */ public String getNapDdtlAddr() { return napDdtlAddr; } - /**Sets the napDdtlAddr value + /**Sets 납세자 도로명 주소 * @param napDdtlAddr */ public void setNapDdtlAddr(String napDdtlAddr) { this.napDdtlAddr = napDdtlAddr; } - /**Gets the napDrefAddr value + /**Gets 납세자 도로명 주소 참고 * @return napDrefAddr */ public String getNapDrefAddr() { return napDrefAddr; } - /**Sets the napDrefAddr value + /**Sets 납세자 도로명 주소 참고 * @param napDrefAddr */ public void setNapDrefAddr(String napDrefAddr) { this.napDrefAddr = napDrefAddr; } - /**Gets the napDzipAddr value + /**Gets 납세자 도로명 우편주소 * @return napDzipAddr */ public String getNapDzipAddr() { return napDzipAddr; } - /**Sets the napDzipAddr value + /**Sets 납세자 도로명 우편주소 * @param napDzipAddr */ public void setNapDzipAddr(String napDzipAddr) { this.napDzipAddr = napDzipAddr; } - /**Gets the napDzipCd value + /**Gets 납세자 도로명 우편번호 * @return napDzipCd */ public String getNapDzipCd() { return napDzipCd; } - /**Sets the napDzipCd value + /**Sets 납세자 도로명 우편번호 * @param napDzipCd */ public void setNapDzipCd(String napDzipCd) { this.napDzipCd = napDzipCd; } - /**Gets the napId value + /**Gets 납세자 ID * @return napId */ public String getNapId() { return napId; } - /**Sets the napId value + /**Sets 납세자 ID * @param napId */ public void setNapId(String napId) { this.napId = napId; } - /**Gets the napNm value + /**Gets 납세자 이름 * @return napNm */ public String getNapNm() { return napNm; } - /**Sets the napNm value + /**Sets 납세자 이름 * @param napNm */ public void setNapNm(String napNm) { this.napNm = napNm; } - /**Gets the napbuYmd value + /**Gets 납부일자 * @return napbuYmd */ public String getNapbuYmd() { return napbuYmd; } - /**Sets the napbuYmd value + /**Sets 납부일자 * @param napbuYmd */ public void setNapbuYmd(String napbuYmd) { @@ -931,210 +931,210 @@ public class Ye22NoticeInfoDTO extends SntrisWSDTO { this.napgiYmd = napgiYmd; } - /**Gets the napseNo value + /**Gets 납세번호 * @return napseNo */ public String getNapseNo() { return napseNo; } - /**Sets the napseNo value + /**Sets 납세번호 * @param napseNo */ public void setNapseNo(String napseNo) { this.napseNo = napseNo; } - /**Gets the semokCd value + /**Gets 세목코드 * @return semokCd */ public String getSemokCd() { return semokCd; } - /**Sets the semokCd value + /**Sets 세목코드 * @param semokCd */ public void setSemokCd(String semokCd) { this.semokCd = semokCd; } - /**Gets the semokNm value + /**Gets 세목 * @return semokNm */ public String getSemokNm() { return semokNm; } - /**Sets the semokNm value + /**Sets 세목 * @param semokNm */ public void setSemokNm(String semokNm) { this.semokNm = semokNm; } - /**Gets the siguCd value + /**Gets 시구코드 * @return siguCd */ public String getSiguCd() { return siguCd; } - /**Sets the siguCd value + /**Sets 시구코드 * @param siguCd */ public void setSiguCd(String siguCd) { this.siguCd = siguCd; } - /**Gets the siguNm value + /**Gets 시구이름 * @return siguNm */ public String getSiguNm() { return siguNm; } - /**Sets the siguNm value + /**Sets 시구이름 * @param siguNm */ public void setSiguNm(String siguNm) { this.siguNm = siguNm; } - /**Gets the sise value + /**Gets 시세 * @return sise */ public long getSise() { return sise; } - /**Sets the sise value + /**Sets 시세 * @param sise */ public void setSise(long sise) { this.sise = sise; } - /**Gets the siseGasanAmt value + /**Gets 시세가산금 * @return siseGasanAmt */ public long getSiseGasanAmt() { return siseGasanAmt; } - /**Sets the siseGasanAmt value + /**Sets 시세가산금 * @param siseGasanAmt */ public void setSiseGasanAmt(long siseGasanAmt) { this.siseGasanAmt = siseGasanAmt; } - /**Gets the siseIja value + /**Gets 시세이자 * @return siseIja */ public long getSiseIja() { return siseIja; } - /**Sets the siseIja value + /**Sets 시세이자 * @param siseIja */ public void setSiseIja(long siseIja) { this.siseIja = siseIja; } - /**Gets the taxAmt value + /**Gets 과세금액 * @return taxAmt */ public long getTaxAmt() { return taxAmt; } - /**Sets the taxAmt value + /**Sets 과세금액 * @param taxAmt */ public void setTaxAmt(long taxAmt) { this.taxAmt = taxAmt; } - /**Gets the taxGubun value + /**Gets 과세구분 * @return taxGubun */ public String getTaxGubun() { return taxGubun; } - /**Sets the taxGubun value + /**Sets 과세구분 * @param taxGubun */ public void setTaxGubun(String taxGubun) { this.taxGubun = taxGubun; } - /**Gets the taxGubunNm value + /**Gets 과세구분 이름 * @return taxGubunNm */ public String getTaxGubunNm() { return taxGubunNm; } - /**Sets the taxGubunNm value + /**Sets 과세구분 이름 * @param taxGubunNm */ public void setTaxGubunNm(String taxGubunNm) { this.taxGubunNm = taxGubunNm; } - /**Gets the taxNo value + /**Gets 과세번호 * @return taxNo */ public String getTaxNo() { return taxNo; } - /**Sets the taxNo value + /**Sets 과세번호 * @param taxNo */ public void setTaxNo(String taxNo) { this.taxNo = taxNo; } - /**Gets the taxYm value + /**Gets 과세년월 * @return taxYm */ public String getTaxYm() { return taxYm; } - /**Sets the taxYm value + /**Sets 과세년월 * @param taxYm */ public void setTaxYm(String taxYm) { this.taxYm = taxYm; } - /**Gets the taxYmd value + /**Gets 과세일자 * @return taxYmd */ public String getTaxYmd() { return taxYmd; } - /**Sets the taxYmd value + /**Sets 과세일자 * @param taxYmd */ public void setTaxYmd(String taxYmd) { this.taxYmd = taxYmd; } - /**Gets the vatAmt value + /**Gets 부가세 * @return vatAmt */ public long getVatAmt() { return vatAmt; } - /**Sets the vatAmt value + /**Sets 부가세 * @param vatAmt */ public void setVatAmt(long vatAmt) {