Browse Source

update

main
wangshaoping 4 months ago
parent
commit
990f861fb3
  1. 2
      erm.frontend/package.json
  2. 2
      gradle.properties
  3. 10
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/CreditReportParser.java
  4. 2
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/Document.java
  5. 2
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01.java
  6. 2
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01A.java
  7. 32
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01B.java
  8. 43
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01C.java
  9. 32
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01CH.java
  10. 22
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01D.java
  11. 32
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01E.java
  12. 2
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EAA.java
  13. 32
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB01.java
  14. 122
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB01A.java
  15. 62
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB01B.java
  16. 42
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02.java
  17. 123
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02A.java
  18. 52
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02AH.java
  19. 93
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02B.java
  20. 42
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02BH.java
  21. 33
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02C.java
  22. 122
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02CH.java
  23. 32
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB03.java
  24. 33
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB03A.java
  25. 52
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB03AH.java
  26. 33
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB03B.java
  27. 42
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB03BH.java
  28. 82
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB04.java
  29. 2
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB05.java
  30. 33
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB05A.java
  31. 102
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB05AH.java
  32. 33
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB05B.java
  33. 72
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB05BH.java
  34. 22
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EBA.java
  35. 22
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EBB.java
  36. 22
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EBC.java
  37. 22
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EBD.java
  38. 2
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EBE.java
  39. 102
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC01.java
  40. 43
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC02.java
  41. 82
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC020H.java
  42. 33
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC03.java
  43. 62
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC030H.java
  44. 62
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC04.java
  45. 33
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC05.java
  46. 62
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC050H.java
  47. 62
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ECA.java
  48. 42
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED01.java
  49. 212
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED01A.java
  50. 33
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED01B.java
  51. 152
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED01BH.java
  52. 33
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED01C.java
  53. 62
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED01CH.java
  54. 122
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED02.java
  55. 92
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED03.java
  56. 32
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED04.java
  57. 142
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED04A.java
  58. 92
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED04B.java
  59. 142
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED05.java
  60. 142
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED06.java
  61. 252
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED07.java
  62. 142
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED08.java
  63. 122
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED09.java
  64. 45
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EDA.java
  65. 34
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EDB.java
  66. 18
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EDC.java
  67. 45
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EDD.java
  68. 32
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EE01.java
  69. 72
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EE01A.java
  70. 33
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EE01B.java
  71. 62
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EE01BH.java
  72. 18
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EEA.java
  73. 52
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF01.java
  74. 132
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF02.java
  75. 122
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF03.java
  76. 102
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF04.java
  77. 32
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF05.java
  78. 102
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF05A.java
  79. 33
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF05B.java
  80. 62
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF05BH.java
  81. 72
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF06.java
  82. 72
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF07.java
  83. 72
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF08.java
  84. 72
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF09.java
  85. 72
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF10.java
  86. 52
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF11.java
  87. 62
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF12.java
  88. 72
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF13.java
  89. 62
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF14.java
  90. 23
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFA.java
  91. 34
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFB.java
  92. 23
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFC.java
  93. 23
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFD.java
  94. 67
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFE.java
  95. 45
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFF.java
  96. 23
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFG.java
  97. 32
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EG01.java
  98. 72
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EG01A.java
  99. 882
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EG01B.java
  100. 32
      io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EG02.java

2
erm.frontend/package.json

@ -111,7 +111,7 @@
"node-sql-parser": "5.3.2", "node-sql-parser": "5.3.2",
"pinia": "2.2.2", "pinia": "2.2.2",
"pinia-undo": "0.2.4", "pinia-undo": "0.2.4",
"platform-core": "8.1.434", "platform-core": "8.1.440",
"quasar": "2.17.0", "quasar": "2.17.0",
"svg-path-commander": "2.0.10", "svg-path-commander": "2.0.10",
"tailwindcss": "3.4.10", "tailwindcss": "3.4.10",

2
gradle.properties

@ -38,7 +38,7 @@ application_version=1.0.0
platform_group=io.sc platform_group=io.sc
platform_version=8.1.50 platform_version=8.1.50
platform_plugin_version=8.1.50 platform_plugin_version=8.1.50
platform_core_frontend_version=8.1.434 platform_core_frontend_version=8.1.440
########################################################### ###########################################################
# dependencies version # dependencies version

10
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/CreditReportParser.java

@ -9,18 +9,20 @@ import com.fasterxml.jackson.dataformat.xml.XmlMapper;
public class CreditReportParser { public class CreditReportParser {
private static XmlMapper mapper =new XmlMapper(); private static XmlMapper mapper =new XmlMapper();
static { static {
mapper.configure(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES,false); mapper.configure(DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES,false);
mapper.configure(SerializationFeature.WRAP_ROOT_VALUE,false); mapper.configure(SerializationFeature.WRAP_ROOT_VALUE,false);
mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES,false);
mapper.setSerializationInclusion(JsonInclude.Include.NON_NULL); mapper.setSerializationInclusion(JsonInclude.Include.NON_NULL);
mapper.enable(MapperFeature.USE_STD_BEAN_NAMING); mapper.enable(MapperFeature.USE_STD_BEAN_NAMING);
} }
public static io.sc.creditreport.core.model.person.Document parsePersonCreditReport(String xml) throws JsonProcessingException { public static io.sc.creditreport.core.person.Document parsePersonCreditReport(String xml) throws JsonProcessingException {
return mapper.readValue(xml, io.sc.creditreport.core.model.person.Document.class); return mapper.readValue(xml, io.sc.creditreport.core.person.Document.class);
} }
public static io.sc.creditreport.core.model.company.Document parseCompanyCreditReport(String xml) throws JsonProcessingException { public static io.sc.creditreport.core.company.Document parseCompanyCreditReport(String xml) throws JsonProcessingException {
return mapper.readValue(xml, io.sc.creditreport.core.model.company.Document.class); return mapper.readValue(xml, io.sc.creditreport.core.company.Document.class);
} }
} }

2
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/Document.java

@ -1,4 +1,4 @@
package io.sc.creditreport.core.model.company; package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;

2
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/model/company/EA01.java → io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01.java

@ -1,4 +1,4 @@
package io.sc.creditreport.core.model.company; package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;

2
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/model/company/EA01A.java → io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01A.java

@ -1,4 +1,4 @@
package io.sc.creditreport.core.model.company; package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;

32
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01B.java

@ -0,0 +1,32 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EA01B {
//查询机构代码
@JacksonXmlProperty(localName = "EA01BI01")
private String ea01bi01;
//查询原因
@JacksonXmlProperty(localName = "EA01BD02")
private String ea01bd02;
public String getEa01bi01(){
return this.ea01bi01;
}
public void setEa01bi01(String ea01bi01){
this.ea01bi01 =ea01bi01;
}
public String getEa01bd02(){
return this.ea01bd02;
}
public void setEa01bd02(String ea01bd02){
this.ea01bd02 =ea01bd02;
}
}

43
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01C.java

@ -0,0 +1,43 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EA01C {
//企业名称
@JacksonXmlProperty(localName = "EA01CQ01")
private String ea01cq01;
//企业身份标识个数
@JacksonXmlProperty(localName = "EA01CS01")
private String ea01cs01;
//企业身份信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EA01CH")
private List<EA01CH> ea01ch =new ArrayList<>();
public String getEa01cq01(){
return this.ea01cq01;
}
public void setEa01cq01(String ea01cq01){
this.ea01cq01 =ea01cq01;
}
public String getEa01cs01(){
return this.ea01cs01;
}
public void setEa01cs01(String ea01cs01){
this.ea01cs01 =ea01cs01;
}
public List<EA01CH> getEa01ch(){
return this.ea01ch;
}
public void setEa01ch(List<EA01CH> ea01ch){
this.ea01ch =ea01ch;
}
}

32
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01CH.java

@ -0,0 +1,32 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EA01CH {
//企业身份标识类型
@JacksonXmlProperty(localName = "EA01CD01")
private String ea01cd01;
//企业身份标识号码
@JacksonXmlProperty(localName = "EA01CI01")
private String ea01ci01;
public String getEa01cd01(){
return this.ea01cd01;
}
public void setEa01cd01(String ea01cd01){
this.ea01cd01 =ea01cd01;
}
public String getEa01ci01(){
return this.ea01ci01;
}
public void setEa01ci01(String ea01ci01){
this.ea01ci01 =ea01ci01;
}
}

22
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01D.java

@ -0,0 +1,22 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EA01D {
//异议标注数目
@JacksonXmlProperty(localName = "EA01DS01")
private String ea01ds01;
public String getEa01ds01(){
return this.ea01ds01;
}
public void setEa01ds01(String ea01ds01){
this.ea01ds01 =ea01ds01;
}
}

32
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EA01E.java

@ -0,0 +1,32 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EA01E {
//美元折人民币汇率
@JacksonXmlProperty(localName = "EA01EQ01")
private Double ea01eq01;
//汇率有效日期
@JacksonXmlProperty(localName = "EA01ER01")
private String ea01er01;
public Double getEa01eq01(){
return this.ea01eq01;
}
public void setEa01eq01(Double ea01eq01){
this.ea01eq01 =ea01eq01;
}
public String getEa01er01(){
return this.ea01er01;
}
public void setEa01er01(String ea01er01){
this.ea01er01 =ea01er01;
}
}

2
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/model/company/EAA.java → io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EAA.java

@ -1,4 +1,4 @@
package io.sc.creditreport.core.model.company; package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;

32
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB01.java

@ -0,0 +1,32 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB01 {
//信贷交易提示信息段
@JacksonXmlProperty(localName = "EB01A")
private EB01A eb01a;
//非信贷交易及公共信息提示信息段
@JacksonXmlProperty(localName = "EB01B")
private EB01B eb01b;
public EB01A getEb01a(){
return this.eb01a;
}
public void setEb01a(EB01A eb01a){
this.eb01a =eb01a;
}
public EB01B getEb01b(){
return this.eb01b;
}
public void setEb01b(EB01B eb01b){
this.eb01b =eb01b;
}
}

122
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB01A.java

@ -0,0 +1,122 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB01A {
//首次有信贷交易的年份
@JacksonXmlProperty(localName = "EB01AR01")
private String eb01ar01;
//首次有相关还款责任的年份
@JacksonXmlProperty(localName = "EB01AR02")
private String eb01ar02;
//发生信贷交易的机构数
@JacksonXmlProperty(localName = "EB01AS01")
private String eb01as01;
//当前有未结清信贷交易的机构数
@JacksonXmlProperty(localName = "EB01AS02")
private String eb01as02;
//借贷交易余额
@JacksonXmlProperty(localName = "EB01AJ01")
private String eb01aj01;
//被追偿的借贷交易余额
@JacksonXmlProperty(localName = "EB01AJ02")
private String eb01aj02;
//关注类借贷交易余额
@JacksonXmlProperty(localName = "EB01AJ03")
private String eb01aj03;
//不良类借贷交易余额
@JacksonXmlProperty(localName = "EB01AJ04")
private String eb01aj04;
//担保交易余额
@JacksonXmlProperty(localName = "EB01AJ05")
private String eb01aj05;
//关注类担保交易余额
@JacksonXmlProperty(localName = "EB01AJ06")
private String eb01aj06;
//不良类担保交易余额
@JacksonXmlProperty(localName = "EB01AJ07")
private String eb01aj07;
public String getEb01ar01(){
return this.eb01ar01;
}
public void setEb01ar01(String eb01ar01){
this.eb01ar01 =eb01ar01;
}
public String getEb01ar02(){
return this.eb01ar02;
}
public void setEb01ar02(String eb01ar02){
this.eb01ar02 =eb01ar02;
}
public String getEb01as01(){
return this.eb01as01;
}
public void setEb01as01(String eb01as01){
this.eb01as01 =eb01as01;
}
public String getEb01as02(){
return this.eb01as02;
}
public void setEb01as02(String eb01as02){
this.eb01as02 =eb01as02;
}
public String getEb01aj01(){
return this.eb01aj01;
}
public void setEb01aj01(String eb01aj01){
this.eb01aj01 =eb01aj01;
}
public String getEb01aj02(){
return this.eb01aj02;
}
public void setEb01aj02(String eb01aj02){
this.eb01aj02 =eb01aj02;
}
public String getEb01aj03(){
return this.eb01aj03;
}
public void setEb01aj03(String eb01aj03){
this.eb01aj03 =eb01aj03;
}
public String getEb01aj04(){
return this.eb01aj04;
}
public void setEb01aj04(String eb01aj04){
this.eb01aj04 =eb01aj04;
}
public String getEb01aj05(){
return this.eb01aj05;
}
public void setEb01aj05(String eb01aj05){
this.eb01aj05 =eb01aj05;
}
public String getEb01aj06(){
return this.eb01aj06;
}
public void setEb01aj06(String eb01aj06){
this.eb01aj06 =eb01aj06;
}
public String getEb01aj07(){
return this.eb01aj07;
}
public void setEb01aj07(String eb01aj07){
this.eb01aj07 =eb01aj07;
}
}

62
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB01B.java

@ -0,0 +1,62 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB01B {
//非信贷交易账户数
@JacksonXmlProperty(localName = "EB01BS01")
private String eb01bs01;
//欠税记录条数
@JacksonXmlProperty(localName = "EB01BS02")
private String eb01bs02;
//民事判决记录条数
@JacksonXmlProperty(localName = "EB01BS03")
private String eb01bs03;
//强制执行记录条数
@JacksonXmlProperty(localName = "EB01BS04")
private String eb01bs04;
//行政处罚记录条数
@JacksonXmlProperty(localName = "EB01BS05")
private String eb01bs05;
public String getEb01bs01(){
return this.eb01bs01;
}
public void setEb01bs01(String eb01bs01){
this.eb01bs01 =eb01bs01;
}
public String getEb01bs02(){
return this.eb01bs02;
}
public void setEb01bs02(String eb01bs02){
this.eb01bs02 =eb01bs02;
}
public String getEb01bs03(){
return this.eb01bs03;
}
public void setEb01bs03(String eb01bs03){
this.eb01bs03 =eb01bs03;
}
public String getEb01bs04(){
return this.eb01bs04;
}
public void setEb01bs04(String eb01bs04){
this.eb01bs04 =eb01bs04;
}
public String getEb01bs05(){
return this.eb01bs05;
}
public void setEb01bs05(String eb01bs05){
this.eb01bs05 =eb01bs05;
}
}

42
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02.java

@ -0,0 +1,42 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB02 {
//未结清借贷交易汇总信息段
@JacksonXmlProperty(localName = "EB02A")
private EB02A eb02a;
//已结清借贷交易汇总信息段
@JacksonXmlProperty(localName = "EB02B")
private EB02B eb02b;
//负债历史汇总信息段
@JacksonXmlProperty(localName = "EB02C")
private EB02C eb02c;
public EB02A getEb02a(){
return this.eb02a;
}
public void setEb02a(EB02A eb02a){
this.eb02a =eb02a;
}
public EB02B getEb02b(){
return this.eb02b;
}
public void setEb02b(EB02B eb02b){
this.eb02b =eb02b;
}
public EB02C getEb02c(){
return this.eb02c;
}
public void setEb02c(EB02C eb02c){
this.eb02c =eb02c;
}
}

123
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02A.java

@ -0,0 +1,123 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB02A {
//资产处置业务账户数
@JacksonXmlProperty(localName = "EB02AS01")
private String eb02as01;
//资产处置业务余额
@JacksonXmlProperty(localName = "EB02AJ01")
private String eb02aj01;
//最近一次处置日期
@JacksonXmlProperty(localName = "EB02AR01")
private Date eb02ar01;
//垫款业务账户数
@JacksonXmlProperty(localName = "EB02AS02")
private String eb02as02;
//垫款业务余额
@JacksonXmlProperty(localName = "EB02AJ02")
private String eb02aj02;
//垫款最近一次还款日期
@JacksonXmlProperty(localName = "EB02AR02")
private Date eb02ar02;
//逾期总额
@JacksonXmlProperty(localName = "EB02AJ03")
private String eb02aj03;
//逾期本金
@JacksonXmlProperty(localName = "EB02AJ04")
private String eb02aj04;
//逾期利息及其他
@JacksonXmlProperty(localName = "EB02AJ05")
private String eb02aj05;
//其他借贷交易分类汇总条目数量
@JacksonXmlProperty(localName = "EB02AS03")
private String eb02as03;
//其他借贷交易分类汇总信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EB02AH")
private List<EB02AH> eb02ah =new ArrayList<>();
public String getEb02as01(){
return this.eb02as01;
}
public void setEb02as01(String eb02as01){
this.eb02as01 =eb02as01;
}
public String getEb02aj01(){
return this.eb02aj01;
}
public void setEb02aj01(String eb02aj01){
this.eb02aj01 =eb02aj01;
}
public Date getEb02ar01(){
return this.eb02ar01;
}
public void setEb02ar01(Date eb02ar01){
this.eb02ar01 =eb02ar01;
}
public String getEb02as02(){
return this.eb02as02;
}
public void setEb02as02(String eb02as02){
this.eb02as02 =eb02as02;
}
public String getEb02aj02(){
return this.eb02aj02;
}
public void setEb02aj02(String eb02aj02){
this.eb02aj02 =eb02aj02;
}
public Date getEb02ar02(){
return this.eb02ar02;
}
public void setEb02ar02(Date eb02ar02){
this.eb02ar02 =eb02ar02;
}
public String getEb02aj03(){
return this.eb02aj03;
}
public void setEb02aj03(String eb02aj03){
this.eb02aj03 =eb02aj03;
}
public String getEb02aj04(){
return this.eb02aj04;
}
public void setEb02aj04(String eb02aj04){
this.eb02aj04 =eb02aj04;
}
public String getEb02aj05(){
return this.eb02aj05;
}
public void setEb02aj05(String eb02aj05){
this.eb02aj05 =eb02aj05;
}
public String getEb02as03(){
return this.eb02as03;
}
public void setEb02as03(String eb02as03){
this.eb02as03 =eb02as03;
}
public List<EB02AH> getEb02ah(){
return this.eb02ah;
}
public void setEb02ah(List<EB02AH> eb02ah){
this.eb02ah =eb02ah;
}
}

52
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02AH.java

@ -0,0 +1,52 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB02AH {
//业务类型
@JacksonXmlProperty(localName = "EB02AD01")
private String eb02ad01;
//资产质量分类
@JacksonXmlProperty(localName = "EB02AD02")
private String eb02ad02;
//账户数
@JacksonXmlProperty(localName = "EB02AS04")
private String eb02as04;
//余额
@JacksonXmlProperty(localName = "EB02AJ06")
private String eb02aj06;
public String getEb02ad01(){
return this.eb02ad01;
}
public void setEb02ad01(String eb02ad01){
this.eb02ad01 =eb02ad01;
}
public String getEb02ad02(){
return this.eb02ad02;
}
public void setEb02ad02(String eb02ad02){
this.eb02ad02 =eb02ad02;
}
public String getEb02as04(){
return this.eb02as04;
}
public void setEb02as04(String eb02as04){
this.eb02as04 =eb02as04;
}
public String getEb02aj06(){
return this.eb02aj06;
}
public void setEb02aj06(String eb02aj06){
this.eb02aj06 =eb02aj06;
}
}

93
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02B.java

@ -0,0 +1,93 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB02B {
//资产处置业务账户数
@JacksonXmlProperty(localName = "EB02BS01")
private String eb02bs01;
//资产处置业务金额
@JacksonXmlProperty(localName = "EB02BJ01")
private String eb02bj01;
//处置完成日期
@JacksonXmlProperty(localName = "EB02BR01")
private Date eb02br01;
//结清日期
@JacksonXmlProperty(localName = "EB02BR02")
private Date eb02br02;
//垫款业务账户数
@JacksonXmlProperty(localName = "EB02BS02")
private String eb02bs02;
//垫款业务金额
@JacksonXmlProperty(localName = "EB02BJ02")
private String eb02bj02;
//其他借贷交易分类汇总条目数量
@JacksonXmlProperty(localName = "EB02BS03")
private String eb02bs03;
//其他借贷交易分类汇总信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EB02BH")
private List<EB02BH> eb02bh =new ArrayList<>();
public String getEb02bs01(){
return this.eb02bs01;
}
public void setEb02bs01(String eb02bs01){
this.eb02bs01 =eb02bs01;
}
public String getEb02bj01(){
return this.eb02bj01;
}
public void setEb02bj01(String eb02bj01){
this.eb02bj01 =eb02bj01;
}
public Date getEb02br01(){
return this.eb02br01;
}
public void setEb02br01(Date eb02br01){
this.eb02br01 =eb02br01;
}
public Date getEb02br02(){
return this.eb02br02;
}
public void setEb02br02(Date eb02br02){
this.eb02br02 =eb02br02;
}
public String getEb02bs02(){
return this.eb02bs02;
}
public void setEb02bs02(String eb02bs02){
this.eb02bs02 =eb02bs02;
}
public String getEb02bj02(){
return this.eb02bj02;
}
public void setEb02bj02(String eb02bj02){
this.eb02bj02 =eb02bj02;
}
public String getEb02bs03(){
return this.eb02bs03;
}
public void setEb02bs03(String eb02bs03){
this.eb02bs03 =eb02bs03;
}
public List<EB02BH> getEb02bh(){
return this.eb02bh;
}
public void setEb02bh(List<EB02BH> eb02bh){
this.eb02bh =eb02bh;
}
}

42
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02BH.java

@ -0,0 +1,42 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB02BH {
//业务类型
@JacksonXmlProperty(localName = "EB02BD01")
private String eb02bd01;
//资产质量分类
@JacksonXmlProperty(localName = "EB02BD02")
private String eb02bd02;
//账户数
@JacksonXmlProperty(localName = "EB02BS04")
private String eb02bs04;
public String getEb02bd01(){
return this.eb02bd01;
}
public void setEb02bd01(String eb02bd01){
this.eb02bd01 =eb02bd01;
}
public String getEb02bd02(){
return this.eb02bd02;
}
public void setEb02bd02(String eb02bd02){
this.eb02bd02 =eb02bd02;
}
public String getEb02bs04(){
return this.eb02bs04;
}
public void setEb02bs04(String eb02bs04){
this.eb02bs04 =eb02bs04;
}
}

33
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02C.java

@ -0,0 +1,33 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB02C {
//月份数
@JacksonXmlProperty(localName = "EB02CS01")
private String eb02cs01;
//负债历史汇总信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EB02CH")
private List<EB02CH> eb02ch =new ArrayList<>();
public String getEb02cs01(){
return this.eb02cs01;
}
public void setEb02cs01(String eb02cs01){
this.eb02cs01 =eb02cs01;
}
public List<EB02CH> getEb02ch(){
return this.eb02ch;
}
public void setEb02ch(List<EB02CH> eb02ch){
this.eb02ch =eb02ch;
}
}

122
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB02CH.java

@ -0,0 +1,122 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB02CH {
//月份
@JacksonXmlProperty(localName = "EB02CR01")
private String eb02cr01;
//全部负债账户数
@JacksonXmlProperty(localName = "EB02CS02")
private String eb02cs02;
//全部负债余额
@JacksonXmlProperty(localName = "EB02CJ01")
private String eb02cj01;
//关注类负债账户数
@JacksonXmlProperty(localName = "EB02CS03")
private String eb02cs03;
//关注类负债余额
@JacksonXmlProperty(localName = "EB02CJ02")
private String eb02cj02;
//不良类负债账户数
@JacksonXmlProperty(localName = "EB02CS04")
private String eb02cs04;
//不良类负债余额
@JacksonXmlProperty(localName = "EB02CJ03")
private String eb02cj03;
//逾期账户数
@JacksonXmlProperty(localName = "EB02CS05")
private String eb02cs05;
//逾期总额
@JacksonXmlProperty(localName = "EB02CJ04")
private String eb02cj04;
//逾期本金账户数
@JacksonXmlProperty(localName = "EB02CS06")
private String eb02cs06;
//逾期本金
@JacksonXmlProperty(localName = "EB02CJ05")
private String eb02cj05;
public String getEb02cr01(){
return this.eb02cr01;
}
public void setEb02cr01(String eb02cr01){
this.eb02cr01 =eb02cr01;
}
public String getEb02cs02(){
return this.eb02cs02;
}
public void setEb02cs02(String eb02cs02){
this.eb02cs02 =eb02cs02;
}
public String getEb02cj01(){
return this.eb02cj01;
}
public void setEb02cj01(String eb02cj01){
this.eb02cj01 =eb02cj01;
}
public String getEb02cs03(){
return this.eb02cs03;
}
public void setEb02cs03(String eb02cs03){
this.eb02cs03 =eb02cs03;
}
public String getEb02cj02(){
return this.eb02cj02;
}
public void setEb02cj02(String eb02cj02){
this.eb02cj02 =eb02cj02;
}
public String getEb02cs04(){
return this.eb02cs04;
}
public void setEb02cs04(String eb02cs04){
this.eb02cs04 =eb02cs04;
}
public String getEb02cj03(){
return this.eb02cj03;
}
public void setEb02cj03(String eb02cj03){
this.eb02cj03 =eb02cj03;
}
public String getEb02cs05(){
return this.eb02cs05;
}
public void setEb02cs05(String eb02cs05){
this.eb02cs05 =eb02cs05;
}
public String getEb02cj04(){
return this.eb02cj04;
}
public void setEb02cj04(String eb02cj04){
this.eb02cj04 =eb02cj04;
}
public String getEb02cs06(){
return this.eb02cs06;
}
public void setEb02cs06(String eb02cs06){
this.eb02cs06 =eb02cs06;
}
public String getEb02cj05(){
return this.eb02cj05;
}
public void setEb02cj05(String eb02cj05){
this.eb02cj05 =eb02cj05;
}
}

32
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB03.java

@ -0,0 +1,32 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB03 {
//未结清担保交易汇总信息段
@JacksonXmlProperty(localName = "EB03A")
private EB03A eb03a;
//已结清担保交易汇总信息段
@JacksonXmlProperty(localName = "EB03B")
private EB03B eb03b;
public EB03A getEb03a(){
return this.eb03a;
}
public void setEb03a(EB03A eb03a){
this.eb03a =eb03a;
}
public EB03B getEb03b(){
return this.eb03b;
}
public void setEb03b(EB03B eb03b){
this.eb03b =eb03b;
}
}

33
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB03A.java

@ -0,0 +1,33 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB03A {
//担保交易分类汇总条目数量
@JacksonXmlProperty(localName = "EB03AS01")
private String eb03as01;
//未结清担保交易汇总信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EB03AH")
private List<EB03AH> eb03ah =new ArrayList<>();
public String getEb03as01(){
return this.eb03as01;
}
public void setEb03as01(String eb03as01){
this.eb03as01 =eb03as01;
}
public List<EB03AH> getEb03ah(){
return this.eb03ah;
}
public void setEb03ah(List<EB03AH> eb03ah){
this.eb03ah =eb03ah;
}
}

52
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB03AH.java

@ -0,0 +1,52 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB03AH {
//业务类型
@JacksonXmlProperty(localName = "EB03AD01")
private String eb03ad01;
//资产质量分类
@JacksonXmlProperty(localName = "EB03AD02")
private String eb03ad02;
//账户数
@JacksonXmlProperty(localName = "EB03AS02")
private String eb03as02;
//余额
@JacksonXmlProperty(localName = "EB03AJ01")
private String eb03aj01;
public String getEb03ad01(){
return this.eb03ad01;
}
public void setEb03ad01(String eb03ad01){
this.eb03ad01 =eb03ad01;
}
public String getEb03ad02(){
return this.eb03ad02;
}
public void setEb03ad02(String eb03ad02){
this.eb03ad02 =eb03ad02;
}
public String getEb03as02(){
return this.eb03as02;
}
public void setEb03as02(String eb03as02){
this.eb03as02 =eb03as02;
}
public String getEb03aj01(){
return this.eb03aj01;
}
public void setEb03aj01(String eb03aj01){
this.eb03aj01 =eb03aj01;
}
}

33
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB03B.java

@ -0,0 +1,33 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB03B {
//担保交易分类汇总条目数量
@JacksonXmlProperty(localName = "EB03BS01")
private String eb03bs01;
//已结清担保交易汇总信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EB03BH")
private List<EB03BH> eb03bh =new ArrayList<>();
public String getEb03bs01(){
return this.eb03bs01;
}
public void setEb03bs01(String eb03bs01){
this.eb03bs01 =eb03bs01;
}
public List<EB03BH> getEb03bh(){
return this.eb03bh;
}
public void setEb03bh(List<EB03BH> eb03bh){
this.eb03bh =eb03bh;
}
}

42
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB03BH.java

@ -0,0 +1,42 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB03BH {
//业务类型
@JacksonXmlProperty(localName = "EB03BD01")
private String eb03bd01;
//资产质量分类
@JacksonXmlProperty(localName = "EB03BD02")
private String eb03bd02;
//账户数
@JacksonXmlProperty(localName = "EB03BS02")
private String eb03bs02;
public String getEb03bd01(){
return this.eb03bd01;
}
public void setEb03bd01(String eb03bd01){
this.eb03bd01 =eb03bd01;
}
public String getEb03bd02(){
return this.eb03bd02;
}
public void setEb03bd02(String eb03bd02){
this.eb03bd02 =eb03bd02;
}
public String getEb03bs02(){
return this.eb03bs02;
}
public void setEb03bs02(String eb03bs02){
this.eb03bs02 =eb03bs02;
}
}

82
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB04.java

@ -0,0 +1,82 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB04 {
//非循环信用额度合计
@JacksonXmlProperty(localName = "EB040J01")
private String eb040j01;
//已使用的非循环信用额度合计
@JacksonXmlProperty(localName = "EB040J02")
private String eb040j02;
//剩余可用的非循环额度合计
@JacksonXmlProperty(localName = "EB040J03")
private String eb040j03;
//循环信用额度合计
@JacksonXmlProperty(localName = "EB040J04")
private String eb040j04;
//已使用的循环信用额度合计
@JacksonXmlProperty(localName = "EB040J05")
private String eb040j05;
//剩余可用的循环额度合计
@JacksonXmlProperty(localName = "EB040J06")
private String eb040j06;
//是否包含授信限额
@JacksonXmlProperty(localName = "EB040D01")
private String eb040d01;
public String getEb040j01(){
return this.eb040j01;
}
public void setEb040j01(String eb040j01){
this.eb040j01 =eb040j01;
}
public String getEb040j02(){
return this.eb040j02;
}
public void setEb040j02(String eb040j02){
this.eb040j02 =eb040j02;
}
public String getEb040j03(){
return this.eb040j03;
}
public void setEb040j03(String eb040j03){
this.eb040j03 =eb040j03;
}
public String getEb040j04(){
return this.eb040j04;
}
public void setEb040j04(String eb040j04){
this.eb040j04 =eb040j04;
}
public String getEb040j05(){
return this.eb040j05;
}
public void setEb040j05(String eb040j05){
this.eb040j05 =eb040j05;
}
public String getEb040j06(){
return this.eb040j06;
}
public void setEb040j06(String eb040j06){
this.eb040j06 =eb040j06;
}
public String getEb040d01(){
return this.eb040d01;
}
public void setEb040d01(String eb040d01){
this.eb040d01 =eb040d01;
}
}

2
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/model/company/EB05.java → io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB05.java

@ -1,4 +1,4 @@
package io.sc.creditreport.core.model.company; package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;

33
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB05A.java

@ -0,0 +1,33 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB05A {
//还款责任类型数量
@JacksonXmlProperty(localName = "EB05AS01")
private String eb05as01;
//借贷交易相关还款责任汇总信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EB05AH")
private List<EB05AH> eb05ah =new ArrayList<>();
public String getEb05as01(){
return this.eb05as01;
}
public void setEb05as01(String eb05as01){
this.eb05as01 =eb05as01;
}
public List<EB05AH> getEb05ah(){
return this.eb05ah;
}
public void setEb05ah(List<EB05AH> eb05ah){
this.eb05ah =eb05ah;
}
}

102
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB05AH.java

@ -0,0 +1,102 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB05AH {
//责任类型
@JacksonXmlProperty(localName = "EB05AD01")
private String eb05ad01;
//被追偿账户的还款责任金额
@JacksonXmlProperty(localName = "EB05AJ01")
private String eb05aj01;
//被追偿账户数
@JacksonXmlProperty(localName = "EB05AS02")
private String eb05as02;
//被追偿账户余额
@JacksonXmlProperty(localName = "EB05AJ02")
private String eb05aj02;
//其他借贷交易的还款责任金额
@JacksonXmlProperty(localName = "EB05AJ03")
private String eb05aj03;
//其他借贷交易账户数
@JacksonXmlProperty(localName = "EB05AS03")
private String eb05as03;
//其他借贷交易账户余额
@JacksonXmlProperty(localName = "EB05AJ04")
private String eb05aj04;
//其他借贷交易账户关注类余额
@JacksonXmlProperty(localName = "EB05AJ05")
private String eb05aj05;
//其他借贷交易账户不良类余额
@JacksonXmlProperty(localName = "EB05AJ06")
private String eb05aj06;
public String getEb05ad01(){
return this.eb05ad01;
}
public void setEb05ad01(String eb05ad01){
this.eb05ad01 =eb05ad01;
}
public String getEb05aj01(){
return this.eb05aj01;
}
public void setEb05aj01(String eb05aj01){
this.eb05aj01 =eb05aj01;
}
public String getEb05as02(){
return this.eb05as02;
}
public void setEb05as02(String eb05as02){
this.eb05as02 =eb05as02;
}
public String getEb05aj02(){
return this.eb05aj02;
}
public void setEb05aj02(String eb05aj02){
this.eb05aj02 =eb05aj02;
}
public String getEb05aj03(){
return this.eb05aj03;
}
public void setEb05aj03(String eb05aj03){
this.eb05aj03 =eb05aj03;
}
public String getEb05as03(){
return this.eb05as03;
}
public void setEb05as03(String eb05as03){
this.eb05as03 =eb05as03;
}
public String getEb05aj04(){
return this.eb05aj04;
}
public void setEb05aj04(String eb05aj04){
this.eb05aj04 =eb05aj04;
}
public String getEb05aj05(){
return this.eb05aj05;
}
public void setEb05aj05(String eb05aj05){
this.eb05aj05 =eb05aj05;
}
public String getEb05aj06(){
return this.eb05aj06;
}
public void setEb05aj06(String eb05aj06){
this.eb05aj06 =eb05aj06;
}
}

33
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB05B.java

@ -0,0 +1,33 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB05B {
//还款责任类型数量
@JacksonXmlProperty(localName = "EB05BS01")
private String eb05bs01;
//担保交易相关还款责任汇总信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EB05BH")
private List<EB05BH> eb05bh =new ArrayList<>();
public String getEb05bs01(){
return this.eb05bs01;
}
public void setEb05bs01(String eb05bs01){
this.eb05bs01 =eb05bs01;
}
public List<EB05BH> getEb05bh(){
return this.eb05bh;
}
public void setEb05bh(List<EB05BH> eb05bh){
this.eb05bh =eb05bh;
}
}

72
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EB05BH.java

@ -0,0 +1,72 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EB05BH {
//责任类型
@JacksonXmlProperty(localName = "EB05BD01")
private String eb05bd01;
//还款责任金额
@JacksonXmlProperty(localName = "EB05BJ01")
private String eb05bj01;
//账户数
@JacksonXmlProperty(localName = "EB05BS02")
private String eb05bs02;
//余额
@JacksonXmlProperty(localName = "EB05BJ02")
private String eb05bj02;
//关注类余额
@JacksonXmlProperty(localName = "EB05BJ03")
private String eb05bj03;
//不良类余额
@JacksonXmlProperty(localName = "EB05BJ04")
private String eb05bj04;
public String getEb05bd01(){
return this.eb05bd01;
}
public void setEb05bd01(String eb05bd01){
this.eb05bd01 =eb05bd01;
}
public String getEb05bj01(){
return this.eb05bj01;
}
public void setEb05bj01(String eb05bj01){
this.eb05bj01 =eb05bj01;
}
public String getEb05bs02(){
return this.eb05bs02;
}
public void setEb05bs02(String eb05bs02){
this.eb05bs02 =eb05bs02;
}
public String getEb05bj02(){
return this.eb05bj02;
}
public void setEb05bj02(String eb05bj02){
this.eb05bj02 =eb05bj02;
}
public String getEb05bj03(){
return this.eb05bj03;
}
public void setEb05bj03(String eb05bj03){
this.eb05bj03 =eb05bj03;
}
public String getEb05bj04(){
return this.eb05bj04;
}
public void setEb05bj04(String eb05bj04){
this.eb05bj04 =eb05bj04;
}
}

22
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EBA.java

@ -0,0 +1,22 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EBA {
//信用提示信息单元
@JacksonXmlProperty(localName = "EB01")
private EB01 eb01;
public EB01 getEb01(){
return this.eb01;
}
public void setEb01(EB01 eb01){
this.eb01 =eb01;
}
}

22
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EBB.java

@ -0,0 +1,22 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EBB {
//借贷交易汇总信息单元
@JacksonXmlProperty(localName = "EB02")
private EB02 eb02;
public EB02 getEb02(){
return this.eb02;
}
public void setEb02(EB02 eb02){
this.eb02 =eb02;
}
}

22
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EBC.java

@ -0,0 +1,22 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EBC {
//担保交易汇总信息单元
@JacksonXmlProperty(localName = "EB03")
private EB03 eb03;
public EB03 getEb03(){
return this.eb03;
}
public void setEb03(EB03 eb03){
this.eb03 =eb03;
}
}

22
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EBD.java

@ -0,0 +1,22 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EBD {
//授信协议汇总信息记录
@JacksonXmlProperty(localName = "EB04")
private EB04 eb04;
public EB04 getEb04(){
return this.eb04;
}
public void setEb04(EB04 eb04){
this.eb04 =eb04;
}
}

2
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/model/company/EBE.java → io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EBE.java

@ -1,4 +1,4 @@
package io.sc.creditreport.core.model.company; package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;

102
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC01.java

@ -0,0 +1,102 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EC01 {
//经济类型
@JacksonXmlProperty(localName = "EC010D01")
private String ec010d01;
//组织机构类型
@JacksonXmlProperty(localName = "EC010D02")
private String ec010d02;
//企业规模
@JacksonXmlProperty(localName = "EC010D03")
private String ec010d03;
//所属行业
@JacksonXmlProperty(localName = "EC010D04")
private String ec010d04;
//登记地址
@JacksonXmlProperty(localName = "EC010Q01")
private String ec010q01;
//成立年份
@JacksonXmlProperty(localName = "EC010R01")
private String ec010r01;
//登记证书有效截止日期
@JacksonXmlProperty(localName = "EC010R02")
private Date ec010r02;
//办公/经营地址
@JacksonXmlProperty(localName = "EC010Q02")
private String ec010q02;
//存续状态
@JacksonXmlProperty(localName = "EC010D05")
private String ec010d05;
public String getEc010d01(){
return this.ec010d01;
}
public void setEc010d01(String ec010d01){
this.ec010d01 =ec010d01;
}
public String getEc010d02(){
return this.ec010d02;
}
public void setEc010d02(String ec010d02){
this.ec010d02 =ec010d02;
}
public String getEc010d03(){
return this.ec010d03;
}
public void setEc010d03(String ec010d03){
this.ec010d03 =ec010d03;
}
public String getEc010d04(){
return this.ec010d04;
}
public void setEc010d04(String ec010d04){
this.ec010d04 =ec010d04;
}
public String getEc010q01(){
return this.ec010q01;
}
public void setEc010q01(String ec010q01){
this.ec010q01 =ec010q01;
}
public String getEc010r01(){
return this.ec010r01;
}
public void setEc010r01(String ec010r01){
this.ec010r01 =ec010r01;
}
public Date getEc010r02(){
return this.ec010r02;
}
public void setEc010r02(Date ec010r02){
this.ec010r02 =ec010r02;
}
public String getEc010q02(){
return this.ec010q02;
}
public void setEc010q02(String ec010q02){
this.ec010q02 =ec010q02;
}
public String getEc010d05(){
return this.ec010d05;
}
public void setEc010d05(String ec010d05){
this.ec010d05 =ec010d05;
}
}

43
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC02.java

@ -0,0 +1,43 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EC02 {
//注册资本(折人民币合计)
@JacksonXmlProperty(localName = "EC020J01")
private String ec020j01;
//主要出资人个数
@JacksonXmlProperty(localName = "EC020S01")
private String ec020s01;
//出资人信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EC020H")
private List<EC020H> ec020h =new ArrayList<>();
public String getEc020j01(){
return this.ec020j01;
}
public void setEc020j01(String ec020j01){
this.ec020j01 =ec020j01;
}
public String getEc020s01(){
return this.ec020s01;
}
public void setEc020s01(String ec020s01){
this.ec020s01 =ec020s01;
}
public List<EC020H> getEc020h(){
return this.ec020h;
}
public void setEc020h(List<EC020H> ec020h){
this.ec020h =ec020h;
}
}

82
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC020H.java

@ -0,0 +1,82 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EC020H {
//出资人类型
@JacksonXmlProperty(localName = "EC020D01")
private String ec020d01;
//出资人身份类别
@JacksonXmlProperty(localName = "EC020D02")
private String ec020d02;
//出资人名称
@JacksonXmlProperty(localName = "EC020Q01")
private String ec020q01;
//出资人身份标识类型
@JacksonXmlProperty(localName = "EC020D03")
private String ec020d03;
//出资人身份标识号码
@JacksonXmlProperty(localName = "EC020I01")
private String ec020i01;
//出资比例
@JacksonXmlProperty(localName = "EC020Q02")
private Double ec020q02;
//更新日期
@JacksonXmlProperty(localName = "EC020R01")
private Date ec020r01;
public String getEc020d01(){
return this.ec020d01;
}
public void setEc020d01(String ec020d01){
this.ec020d01 =ec020d01;
}
public String getEc020d02(){
return this.ec020d02;
}
public void setEc020d02(String ec020d02){
this.ec020d02 =ec020d02;
}
public String getEc020q01(){
return this.ec020q01;
}
public void setEc020q01(String ec020q01){
this.ec020q01 =ec020q01;
}
public String getEc020d03(){
return this.ec020d03;
}
public void setEc020d03(String ec020d03){
this.ec020d03 =ec020d03;
}
public String getEc020i01(){
return this.ec020i01;
}
public void setEc020i01(String ec020i01){
this.ec020i01 =ec020i01;
}
public Double getEc020q02(){
return this.ec020q02;
}
public void setEc020q02(Double ec020q02){
this.ec020q02 =ec020q02;
}
public Date getEc020r01(){
return this.ec020r01;
}
public void setEc020r01(Date ec020r01){
this.ec020r01 =ec020r01;
}
}

33
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC03.java

@ -0,0 +1,33 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EC03 {
//主要组成人员个数
@JacksonXmlProperty(localName = "EC030S01")
private String ec030s01;
//主要组成人员信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EC030H")
private List<EC030H> ec030h =new ArrayList<>();
public String getEc030s01(){
return this.ec030s01;
}
public void setEc030s01(String ec030s01){
this.ec030s01 =ec030s01;
}
public List<EC030H> getEc030h(){
return this.ec030h;
}
public void setEc030h(List<EC030H> ec030h){
this.ec030h =ec030h;
}
}

62
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC030H.java

@ -0,0 +1,62 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EC030H {
//姓名
@JacksonXmlProperty(localName = "EC030Q01")
private String ec030q01;
//证件类型
@JacksonXmlProperty(localName = "EC030D01")
private String ec030d01;
//证件号码
@JacksonXmlProperty(localName = "EC030I01")
private String ec030i01;
//职位
@JacksonXmlProperty(localName = "EC030D02")
private String ec030d02;
//更新日期
@JacksonXmlProperty(localName = "EC030R01")
private Date ec030r01;
public String getEc030q01(){
return this.ec030q01;
}
public void setEc030q01(String ec030q01){
this.ec030q01 =ec030q01;
}
public String getEc030d01(){
return this.ec030d01;
}
public void setEc030d01(String ec030d01){
this.ec030d01 =ec030d01;
}
public String getEc030i01(){
return this.ec030i01;
}
public void setEc030i01(String ec030i01){
this.ec030i01 =ec030i01;
}
public String getEc030d02(){
return this.ec030d02;
}
public void setEc030d02(String ec030d02){
this.ec030d02 =ec030d02;
}
public Date getEc030r01(){
return this.ec030r01;
}
public void setEc030r01(Date ec030r01){
this.ec030r01 =ec030r01;
}
}

62
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC04.java

@ -0,0 +1,62 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EC04 {
//上级机构类型
@JacksonXmlProperty(localName = "EC040D01")
private String ec040d01;
//上级机构名称
@JacksonXmlProperty(localName = "EC040Q01")
private String ec040q01;
//上级机构身份标识类型
@JacksonXmlProperty(localName = "EC040D02")
private String ec040d02;
//上级机构身份标识号码
@JacksonXmlProperty(localName = "EC040I01")
private String ec040i01;
//更新日期
@JacksonXmlProperty(localName = "EC040R01")
private Date ec040r01;
public String getEc040d01(){
return this.ec040d01;
}
public void setEc040d01(String ec040d01){
this.ec040d01 =ec040d01;
}
public String getEc040q01(){
return this.ec040q01;
}
public void setEc040q01(String ec040q01){
this.ec040q01 =ec040q01;
}
public String getEc040d02(){
return this.ec040d02;
}
public void setEc040d02(String ec040d02){
this.ec040d02 =ec040d02;
}
public String getEc040i01(){
return this.ec040i01;
}
public void setEc040i01(String ec040i01){
this.ec040i01 =ec040i01;
}
public Date getEc040r01(){
return this.ec040r01;
}
public void setEc040r01(Date ec040r01){
this.ec040r01 =ec040r01;
}
}

33
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC05.java

@ -0,0 +1,33 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EC05 {
//实际控制人个数
@JacksonXmlProperty(localName = "EC050S01")
private String ec050s01;
//实际控制人信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EC050H")
private List<EC050H> ec050h =new ArrayList<>();
public String getEc050s01(){
return this.ec050s01;
}
public void setEc050s01(String ec050s01){
this.ec050s01 =ec050s01;
}
public List<EC050H> getEc050h(){
return this.ec050h;
}
public void setEc050h(List<EC050H> ec050h){
this.ec050h =ec050h;
}
}

62
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EC050H.java

@ -0,0 +1,62 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EC050H {
//实际控制人身份类型
@JacksonXmlProperty(localName = "EC050D01")
private String ec050d01;
//实际控制人名称
@JacksonXmlProperty(localName = "EC050Q01")
private String ec050q01;
//实际控制人身份标识类型
@JacksonXmlProperty(localName = "EC050D02")
private String ec050d02;
//实际控制人身份标识号码
@JacksonXmlProperty(localName = "EC050I01")
private String ec050i01;
//更新日期
@JacksonXmlProperty(localName = "EC050R01")
private Date ec050r01;
public String getEc050d01(){
return this.ec050d01;
}
public void setEc050d01(String ec050d01){
this.ec050d01 =ec050d01;
}
public String getEc050q01(){
return this.ec050q01;
}
public void setEc050q01(String ec050q01){
this.ec050q01 =ec050q01;
}
public String getEc050d02(){
return this.ec050d02;
}
public void setEc050d02(String ec050d02){
this.ec050d02 =ec050d02;
}
public String getEc050i01(){
return this.ec050i01;
}
public void setEc050i01(String ec050i01){
this.ec050i01 =ec050i01;
}
public Date getEc050r01(){
return this.ec050r01;
}
public void setEc050r01(Date ec050r01){
this.ec050r01 =ec050r01;
}
}

62
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ECA.java

@ -0,0 +1,62 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ECA {
//基本概况信息单元
@JacksonXmlProperty(localName = "EC01")
private EC01 ec01;
//注册资本及主要出资人信息单元
@JacksonXmlProperty(localName = "EC02")
private EC02 ec02;
//主要组成人员信息单元
@JacksonXmlProperty(localName = "EC03")
private EC03 ec03;
//上级机构信息单元
@JacksonXmlProperty(localName = "EC04")
private EC04 ec04;
//实际控制人信息单元
@JacksonXmlProperty(localName = "EC05")
private EC05 ec05;
public EC01 getEc01(){
return this.ec01;
}
public void setEc01(EC01 ec01){
this.ec01 =ec01;
}
public EC02 getEc02(){
return this.ec02;
}
public void setEc02(EC02 ec02){
this.ec02 =ec02;
}
public EC03 getEc03(){
return this.ec03;
}
public void setEc03(EC03 ec03){
this.ec03 =ec03;
}
public EC04 getEc04(){
return this.ec04;
}
public void setEc04(EC04 ec04){
this.ec04 =ec04;
}
public EC05 getEc05(){
return this.ec05;
}
public void setEc05(EC05 ec05){
this.ec05 =ec05;
}
}

42
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED01.java

@ -0,0 +1,42 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED01 {
//基本信息段
@JacksonXmlProperty(localName = "ED01A")
private ED01A ed01a;
//还款表现信息段
@JacksonXmlProperty(localName = "ED01B")
private ED01B ed01b;
//特定交易信息段
@JacksonXmlProperty(localName = "ED01C")
private ED01C ed01c;
public ED01A getEd01a(){
return this.ed01a;
}
public void setEd01a(ED01A ed01a){
this.ed01a =ed01a;
}
public ED01B getEd01b(){
return this.ed01b;
}
public void setEd01b(ED01B ed01b){
this.ed01b =ed01b;
}
public ED01C getEd01c(){
return this.ed01c;
}
public void setEd01c(ED01C ed01c){
this.ed01c =ed01c;
}
}

212
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED01A.java

@ -0,0 +1,212 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED01A {
//借贷账户编号
@JacksonXmlProperty(localName = "ED01AI01")
private String ed01ai01;
//账户活动状态
@JacksonXmlProperty(localName = "ED01AD01")
private String ed01ad01;
//借贷账户类型
@JacksonXmlProperty(localName = "ED01AD02")
private String ed01ad02;
//借款期限
@JacksonXmlProperty(localName = "ED01AD03")
private Date ed01ad03;
//业务管理机构类型
@JacksonXmlProperty(localName = "ED01AD04")
private String ed01ad04;
//业务管理机构代码
@JacksonXmlProperty(localName = "ED01AI02")
private String ed01ai02;
//授信协议编号
@JacksonXmlProperty(localName = "ED01AI03")
private String ed01ai03;
//借贷业务种类大类
@JacksonXmlProperty(localName = "ED01AD05")
private String ed01ad05;
//借贷业务种类细分
@JacksonXmlProperty(localName = "ED01AD06")
private String ed01ad06;
//开户日期
@JacksonXmlProperty(localName = "ED01AR01")
private Date ed01ar01;
//币种
@JacksonXmlProperty(localName = "ED01AD07")
private String ed01ad07;
//借款金额
@JacksonXmlProperty(localName = "ED01AJ01")
private String ed01aj01;
//信用额度
@JacksonXmlProperty(localName = "ED01AJ02")
private String ed01aj02;
//到期日期
@JacksonXmlProperty(localName = "ED01AR02")
private Date ed01ar02;
//担保方式
@JacksonXmlProperty(localName = "ED01AD08")
private String ed01ad08;
//其他还款保证方式
@JacksonXmlProperty(localName = "ED01AD09")
private String ed01ad09;
//发放形式
@JacksonXmlProperty(localName = "ED01AD10")
private String ed01ad10;
//共同借款标识
@JacksonXmlProperty(localName = "ED01AD11")
private String ed01ad11;
//关闭日期
@JacksonXmlProperty(localName = "ED01AR03")
private Date ed01ar03;
//信息报告日期
@JacksonXmlProperty(localName = "ED01AR04")
private Date ed01ar04;
public String getEd01ai01(){
return this.ed01ai01;
}
public void setEd01ai01(String ed01ai01){
this.ed01ai01 =ed01ai01;
}
public String getEd01ad01(){
return this.ed01ad01;
}
public void setEd01ad01(String ed01ad01){
this.ed01ad01 =ed01ad01;
}
public String getEd01ad02(){
return this.ed01ad02;
}
public void setEd01ad02(String ed01ad02){
this.ed01ad02 =ed01ad02;
}
public Date getEd01ad03(){
return this.ed01ad03;
}
public void setEd01ad03(Date ed01ad03){
this.ed01ad03 =ed01ad03;
}
public String getEd01ad04(){
return this.ed01ad04;
}
public void setEd01ad04(String ed01ad04){
this.ed01ad04 =ed01ad04;
}
public String getEd01ai02(){
return this.ed01ai02;
}
public void setEd01ai02(String ed01ai02){
this.ed01ai02 =ed01ai02;
}
public String getEd01ai03(){
return this.ed01ai03;
}
public void setEd01ai03(String ed01ai03){
this.ed01ai03 =ed01ai03;
}
public String getEd01ad05(){
return this.ed01ad05;
}
public void setEd01ad05(String ed01ad05){
this.ed01ad05 =ed01ad05;
}
public String getEd01ad06(){
return this.ed01ad06;
}
public void setEd01ad06(String ed01ad06){
this.ed01ad06 =ed01ad06;
}
public Date getEd01ar01(){
return this.ed01ar01;
}
public void setEd01ar01(Date ed01ar01){
this.ed01ar01 =ed01ar01;
}
public String getEd01ad07(){
return this.ed01ad07;
}
public void setEd01ad07(String ed01ad07){
this.ed01ad07 =ed01ad07;
}
public String getEd01aj01(){
return this.ed01aj01;
}
public void setEd01aj01(String ed01aj01){
this.ed01aj01 =ed01aj01;
}
public String getEd01aj02(){
return this.ed01aj02;
}
public void setEd01aj02(String ed01aj02){
this.ed01aj02 =ed01aj02;
}
public Date getEd01ar02(){
return this.ed01ar02;
}
public void setEd01ar02(Date ed01ar02){
this.ed01ar02 =ed01ar02;
}
public String getEd01ad08(){
return this.ed01ad08;
}
public void setEd01ad08(String ed01ad08){
this.ed01ad08 =ed01ad08;
}
public String getEd01ad09(){
return this.ed01ad09;
}
public void setEd01ad09(String ed01ad09){
this.ed01ad09 =ed01ad09;
}
public String getEd01ad10(){
return this.ed01ad10;
}
public void setEd01ad10(String ed01ad10){
this.ed01ad10 =ed01ad10;
}
public String getEd01ad11(){
return this.ed01ad11;
}
public void setEd01ad11(String ed01ad11){
this.ed01ad11 =ed01ad11;
}
public Date getEd01ar03(){
return this.ed01ar03;
}
public void setEd01ar03(Date ed01ar03){
this.ed01ar03 =ed01ar03;
}
public Date getEd01ar04(){
return this.ed01ar04;
}
public void setEd01ar04(Date ed01ar04){
this.ed01ar04 =ed01ar04;
}
}

33
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED01B.java

@ -0,0 +1,33 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED01B {
//还款表现记录条数
@JacksonXmlProperty(localName = "ED01BS01")
private String ed01bs01;
//还款表现信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "ED01BH")
private List<ED01BH> ed01bh =new ArrayList<>();
public String getEd01bs01(){
return this.ed01bs01;
}
public void setEd01bs01(String ed01bs01){
this.ed01bs01 =ed01bs01;
}
public List<ED01BH> getEd01bh(){
return this.ed01bh;
}
public void setEd01bh(List<ED01BH> ed01bh){
this.ed01bh =ed01bh;
}
}

152
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED01BH.java

@ -0,0 +1,152 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED01BH {
//信息报告日期
@JacksonXmlProperty(localName = "ED01BR01")
private Date ed01br01;
//余额
@JacksonXmlProperty(localName = "ED01BJ01")
private String ed01bj01;
//余额变化日期
@JacksonXmlProperty(localName = "ED01BR02")
private Date ed01br02;
//五级分类
@JacksonXmlProperty(localName = "ED01BD01")
private String ed01bd01;
//五级分类认定日期
@JacksonXmlProperty(localName = "ED01BR03")
private Date ed01br03;
//最近一次实际还款日期
@JacksonXmlProperty(localName = "ED01BR04")
private Date ed01br04;
//最近一次实际还款总额
@JacksonXmlProperty(localName = "ED01BJ02")
private String ed01bj02;
//最近一次还款形式
@JacksonXmlProperty(localName = "ED01BD02")
private String ed01bd02;
//最近一次约定还款日期
@JacksonXmlProperty(localName = "ED01BR05")
private Date ed01br05;
//最近一次应还总额
@JacksonXmlProperty(localName = "ED01BJ03")
private String ed01bj03;
//逾期总额
@JacksonXmlProperty(localName = "ED01BJ04")
private String ed01bj04;
//逾期本金
@JacksonXmlProperty(localName = "ED01BJ05")
private String ed01bj05;
//逾期月数
@JacksonXmlProperty(localName = "ED01BS02")
private String ed01bs02;
//剩余还款月数
@JacksonXmlProperty(localName = "ED01BS03")
private String ed01bs03;
public Date getEd01br01(){
return this.ed01br01;
}
public void setEd01br01(Date ed01br01){
this.ed01br01 =ed01br01;
}
public String getEd01bj01(){
return this.ed01bj01;
}
public void setEd01bj01(String ed01bj01){
this.ed01bj01 =ed01bj01;
}
public Date getEd01br02(){
return this.ed01br02;
}
public void setEd01br02(Date ed01br02){
this.ed01br02 =ed01br02;
}
public String getEd01bd01(){
return this.ed01bd01;
}
public void setEd01bd01(String ed01bd01){
this.ed01bd01 =ed01bd01;
}
public Date getEd01br03(){
return this.ed01br03;
}
public void setEd01br03(Date ed01br03){
this.ed01br03 =ed01br03;
}
public Date getEd01br04(){
return this.ed01br04;
}
public void setEd01br04(Date ed01br04){
this.ed01br04 =ed01br04;
}
public String getEd01bj02(){
return this.ed01bj02;
}
public void setEd01bj02(String ed01bj02){
this.ed01bj02 =ed01bj02;
}
public String getEd01bd02(){
return this.ed01bd02;
}
public void setEd01bd02(String ed01bd02){
this.ed01bd02 =ed01bd02;
}
public Date getEd01br05(){
return this.ed01br05;
}
public void setEd01br05(Date ed01br05){
this.ed01br05 =ed01br05;
}
public String getEd01bj03(){
return this.ed01bj03;
}
public void setEd01bj03(String ed01bj03){
this.ed01bj03 =ed01bj03;
}
public String getEd01bj04(){
return this.ed01bj04;
}
public void setEd01bj04(String ed01bj04){
this.ed01bj04 =ed01bj04;
}
public String getEd01bj05(){
return this.ed01bj05;
}
public void setEd01bj05(String ed01bj05){
this.ed01bj05 =ed01bj05;
}
public String getEd01bs02(){
return this.ed01bs02;
}
public void setEd01bs02(String ed01bs02){
this.ed01bs02 =ed01bs02;
}
public String getEd01bs03(){
return this.ed01bs03;
}
public void setEd01bs03(String ed01bs03){
this.ed01bs03 =ed01bs03;
}
}

33
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED01C.java

@ -0,0 +1,33 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED01C {
//特定交易个数
@JacksonXmlProperty(localName = "ED01CS01")
private String ed01cs01;
//特定交易信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "ED01CH")
private List<ED01CH> ed01ch =new ArrayList<>();
public String getEd01cs01(){
return this.ed01cs01;
}
public void setEd01cs01(String ed01cs01){
this.ed01cs01 =ed01cs01;
}
public List<ED01CH> getEd01ch(){
return this.ed01ch;
}
public void setEd01ch(List<ED01CH> ed01ch){
this.ed01ch =ed01ch;
}
}

62
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED01CH.java

@ -0,0 +1,62 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED01CH {
//交易类型
@JacksonXmlProperty(localName = "ED01CD01")
private String ed01cd01;
//交易日期
@JacksonXmlProperty(localName = "ED01CR01")
private Date ed01cr01;
//交易金额
@JacksonXmlProperty(localName = "ED01CJ01")
private String ed01cj01;
//到期日期变更月数
@JacksonXmlProperty(localName = "ED01CS02")
private String ed01cs02;
//交易明细信息
@JacksonXmlProperty(localName = "ED01CQ01")
private String ed01cq01;
public String getEd01cd01(){
return this.ed01cd01;
}
public void setEd01cd01(String ed01cd01){
this.ed01cd01 =ed01cd01;
}
public Date getEd01cr01(){
return this.ed01cr01;
}
public void setEd01cr01(Date ed01cr01){
this.ed01cr01 =ed01cr01;
}
public String getEd01cj01(){
return this.ed01cj01;
}
public void setEd01cj01(String ed01cj01){
this.ed01cj01 =ed01cj01;
}
public String getEd01cs02(){
return this.ed01cs02;
}
public void setEd01cs02(String ed01cs02){
this.ed01cs02 =ed01cs02;
}
public String getEd01cq01(){
return this.ed01cq01;
}
public void setEd01cq01(String ed01cq01){
this.ed01cq01 =ed01cq01;
}
}

122
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED02.java

@ -0,0 +1,122 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED02 {
//贴现账户分机构汇总信息编号
@JacksonXmlProperty(localName = "ED020I01")
private String ed020i01;
//业务管理机构类型
@JacksonXmlProperty(localName = "ED020D01")
private String ed020d01;
//业务管理机构代码
@JacksonXmlProperty(localName = "ED020I02")
private String ed020i02;
//业务种类
@JacksonXmlProperty(localName = "ED020D02")
private String ed020d02;
//五级分类
@JacksonXmlProperty(localName = "ED020D03")
private String ed020d03;
//未结清账户数
@JacksonXmlProperty(localName = "ED020S01")
private String ed020s01;
//余额合计
@JacksonXmlProperty(localName = "ED020J01")
private String ed020j01;
//逾期总额合计
@JacksonXmlProperty(localName = "ED020J02")
private String ed020j02;
//逾期本金合计
@JacksonXmlProperty(localName = "ED020J03")
private String ed020j03;
//已结清账户数
@JacksonXmlProperty(localName = "ED020S02")
private String ed020s02;
//已结清账户贴现金额合计
@JacksonXmlProperty(localName = "ED020J04")
private String ed020j04;
public String getEd020i01(){
return this.ed020i01;
}
public void setEd020i01(String ed020i01){
this.ed020i01 =ed020i01;
}
public String getEd020d01(){
return this.ed020d01;
}
public void setEd020d01(String ed020d01){
this.ed020d01 =ed020d01;
}
public String getEd020i02(){
return this.ed020i02;
}
public void setEd020i02(String ed020i02){
this.ed020i02 =ed020i02;
}
public String getEd020d02(){
return this.ed020d02;
}
public void setEd020d02(String ed020d02){
this.ed020d02 =ed020d02;
}
public String getEd020d03(){
return this.ed020d03;
}
public void setEd020d03(String ed020d03){
this.ed020d03 =ed020d03;
}
public String getEd020s01(){
return this.ed020s01;
}
public void setEd020s01(String ed020s01){
this.ed020s01 =ed020s01;
}
public String getEd020j01(){
return this.ed020j01;
}
public void setEd020j01(String ed020j01){
this.ed020j01 =ed020j01;
}
public String getEd020j02(){
return this.ed020j02;
}
public void setEd020j02(String ed020j02){
this.ed020j02 =ed020j02;
}
public String getEd020j03(){
return this.ed020j03;
}
public void setEd020j03(String ed020j03){
this.ed020j03 =ed020j03;
}
public String getEd020s02(){
return this.ed020s02;
}
public void setEd020s02(String ed020s02){
this.ed020s02 =ed020s02;
}
public String getEd020j04(){
return this.ed020j04;
}
public void setEd020j04(String ed020j04){
this.ed020j04 =ed020j04;
}
}

92
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED03.java

@ -0,0 +1,92 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED03 {
//欠息信息编号
@JacksonXmlProperty(localName = "ED030I01")
private String ed030i01;
//业务管理机构类型
@JacksonXmlProperty(localName = "ED030D01")
private String ed030d01;
//业务管理机构代码
@JacksonXmlProperty(localName = "ED030I02")
private String ed030i02;
//币种
@JacksonXmlProperty(localName = "ED030D02")
private String ed030d02;
//欠息余额
@JacksonXmlProperty(localName = "ED030J01")
private String ed030j01;
//余额变化日期
@JacksonXmlProperty(localName = "ED030R01")
private Date ed030r01;
//欠息类型
@JacksonXmlProperty(localName = "ED030D03")
private String ed030d03;
//信息报告日期
@JacksonXmlProperty(localName = "ED030R02")
private Date ed030r02;
public String getEd030i01(){
return this.ed030i01;
}
public void setEd030i01(String ed030i01){
this.ed030i01 =ed030i01;
}
public String getEd030d01(){
return this.ed030d01;
}
public void setEd030d01(String ed030d01){
this.ed030d01 =ed030d01;
}
public String getEd030i02(){
return this.ed030i02;
}
public void setEd030i02(String ed030i02){
this.ed030i02 =ed030i02;
}
public String getEd030d02(){
return this.ed030d02;
}
public void setEd030d02(String ed030d02){
this.ed030d02 =ed030d02;
}
public String getEd030j01(){
return this.ed030j01;
}
public void setEd030j01(String ed030j01){
this.ed030j01 =ed030j01;
}
public Date getEd030r01(){
return this.ed030r01;
}
public void setEd030r01(Date ed030r01){
this.ed030r01 =ed030r01;
}
public String getEd030d03(){
return this.ed030d03;
}
public void setEd030d03(String ed030d03){
this.ed030d03 =ed030d03;
}
public Date getEd030r02(){
return this.ed030r02;
}
public void setEd030r02(Date ed030r02){
this.ed030r02 =ed030r02;
}
}

32
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED04.java

@ -0,0 +1,32 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED04 {
//基本信息段
@JacksonXmlProperty(localName = "ED04A")
private ED04A ed04a;
//在保责任信息段
@JacksonXmlProperty(localName = "ED04B")
private ED04B ed04b;
public ED04A getEd04a(){
return this.ed04a;
}
public void setEd04a(ED04A ed04a){
this.ed04a =ed04a;
}
public ED04B getEd04b(){
return this.ed04b;
}
public void setEd04b(ED04B ed04b){
this.ed04b =ed04b;
}
}

142
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED04A.java

@ -0,0 +1,142 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED04A {
//担保账户编号
@JacksonXmlProperty(localName = "ED04AI01")
private String ed04ai01;
//担保账户类型
@JacksonXmlProperty(localName = "ED04AD01")
private String ed04ad01;
//业务管理机构类型
@JacksonXmlProperty(localName = "ED04AD02")
private String ed04ad02;
//业务管理机构代码
@JacksonXmlProperty(localName = "ED04AI02")
private String ed04ai02;
//授信协议编号
@JacksonXmlProperty(localName = "ED04AI03")
private String ed04ai03;
//担保交易业务种类细分
@JacksonXmlProperty(localName = "ED04AD03")
private String ed04ad03;
//开立日期
@JacksonXmlProperty(localName = "ED04AR01")
private Date ed04ar01;
//币种
@JacksonXmlProperty(localName = "ED04AD04")
private String ed04ad04;
//金额
@JacksonXmlProperty(localName = "ED04AJ01")
private String ed04aj01;
//到期日期
@JacksonXmlProperty(localName = "ED04AR02")
private Date ed04ar02;
//反担保方式
@JacksonXmlProperty(localName = "ED04AD05")
private String ed04ad05;
//其他还款保证方式
@JacksonXmlProperty(localName = "ED04AD06")
private String ed04ad06;
//保证金比例
@JacksonXmlProperty(localName = "ED04AQ01")
private String ed04aq01;
public String getEd04ai01(){
return this.ed04ai01;
}
public void setEd04ai01(String ed04ai01){
this.ed04ai01 =ed04ai01;
}
public String getEd04ad01(){
return this.ed04ad01;
}
public void setEd04ad01(String ed04ad01){
this.ed04ad01 =ed04ad01;
}
public String getEd04ad02(){
return this.ed04ad02;
}
public void setEd04ad02(String ed04ad02){
this.ed04ad02 =ed04ad02;
}
public String getEd04ai02(){
return this.ed04ai02;
}
public void setEd04ai02(String ed04ai02){
this.ed04ai02 =ed04ai02;
}
public String getEd04ai03(){
return this.ed04ai03;
}
public void setEd04ai03(String ed04ai03){
this.ed04ai03 =ed04ai03;
}
public String getEd04ad03(){
return this.ed04ad03;
}
public void setEd04ad03(String ed04ad03){
this.ed04ad03 =ed04ad03;
}
public Date getEd04ar01(){
return this.ed04ar01;
}
public void setEd04ar01(Date ed04ar01){
this.ed04ar01 =ed04ar01;
}
public String getEd04ad04(){
return this.ed04ad04;
}
public void setEd04ad04(String ed04ad04){
this.ed04ad04 =ed04ad04;
}
public String getEd04aj01(){
return this.ed04aj01;
}
public void setEd04aj01(String ed04aj01){
this.ed04aj01 =ed04aj01;
}
public Date getEd04ar02(){
return this.ed04ar02;
}
public void setEd04ar02(Date ed04ar02){
this.ed04ar02 =ed04ar02;
}
public String getEd04ad05(){
return this.ed04ad05;
}
public void setEd04ad05(String ed04ad05){
this.ed04ad05 =ed04ad05;
}
public String getEd04ad06(){
return this.ed04ad06;
}
public void setEd04ad06(String ed04ad06){
this.ed04ad06 =ed04ad06;
}
public String getEd04aq01(){
return this.ed04aq01;
}
public void setEd04aq01(String ed04aq01){
this.ed04aq01 =ed04aq01;
}
}

92
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED04B.java

@ -0,0 +1,92 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED04B {
//信息报告日期
@JacksonXmlProperty(localName = "ED04BR01")
private Date ed04br01;
//账户活动状态
@JacksonXmlProperty(localName = "ED04BD01")
private String ed04bd01;
//余额
@JacksonXmlProperty(localName = "ED04BJ01")
private String ed04bj01;
//五级分类
@JacksonXmlProperty(localName = "ED04BD02")
private String ed04bd02;
//风险敞口
@JacksonXmlProperty(localName = "ED04BJ02")
private String ed04bj02;
//代偿(垫款)标志
@JacksonXmlProperty(localName = "ED04BD03")
private String ed04bd03;
//共同债务标识
@JacksonXmlProperty(localName = "ED04BD04")
private String ed04bd04;
//关闭日期
@JacksonXmlProperty(localName = "ED04BR02")
private Date ed04br02;
public Date getEd04br01(){
return this.ed04br01;
}
public void setEd04br01(Date ed04br01){
this.ed04br01 =ed04br01;
}
public String getEd04bd01(){
return this.ed04bd01;
}
public void setEd04bd01(String ed04bd01){
this.ed04bd01 =ed04bd01;
}
public String getEd04bj01(){
return this.ed04bj01;
}
public void setEd04bj01(String ed04bj01){
this.ed04bj01 =ed04bj01;
}
public String getEd04bd02(){
return this.ed04bd02;
}
public void setEd04bd02(String ed04bd02){
this.ed04bd02 =ed04bd02;
}
public String getEd04bj02(){
return this.ed04bj02;
}
public void setEd04bj02(String ed04bj02){
this.ed04bj02 =ed04bj02;
}
public String getEd04bd03(){
return this.ed04bd03;
}
public void setEd04bd03(String ed04bd03){
this.ed04bd03 =ed04bd03;
}
public String getEd04bd04(){
return this.ed04bd04;
}
public void setEd04bd04(String ed04bd04){
this.ed04bd04 =ed04bd04;
}
public Date getEd04br02(){
return this.ed04br02;
}
public void setEd04br02(Date ed04br02){
this.ed04br02 =ed04br02;
}
}

142
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED05.java

@ -0,0 +1,142 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED05 {
//担保账户分机构汇总信息编号
@JacksonXmlProperty(localName = "ED050I01")
private String ed050i01;
//业务管理机构类型
@JacksonXmlProperty(localName = "ED050D01")
private String ed050d01;
//业务管理机构代码
@JacksonXmlProperty(localName = "ED050I02")
private String ed050i02;
//担保交易业务种类细分
@JacksonXmlProperty(localName = "ED050D02")
private String ed050d02;
//五级分类
@JacksonXmlProperty(localName = "ED050D03")
private String ed050d03;
//未结清账户数
@JacksonXmlProperty(localName = "ED050S01")
private String ed050s01;
//余额
@JacksonXmlProperty(localName = "ED050J01")
private String ed050j01;
//30天内到期的余额
@JacksonXmlProperty(localName = "ED050J02")
private String ed050j02;
//60天内到期的余额
@JacksonXmlProperty(localName = "ED050J03")
private String ed050j03;
//90天内到期的余额
@JacksonXmlProperty(localName = "ED050J04")
private String ed050j04;
//90天后到期的余额
@JacksonXmlProperty(localName = "ED050J05")
private String ed050j05;
//已结清账户数
@JacksonXmlProperty(localName = "ED050S02")
private String ed050s02;
//垫款标志
@JacksonXmlProperty(localName = "ED050D04")
private String ed050d04;
public String getEd050i01(){
return this.ed050i01;
}
public void setEd050i01(String ed050i01){
this.ed050i01 =ed050i01;
}
public String getEd050d01(){
return this.ed050d01;
}
public void setEd050d01(String ed050d01){
this.ed050d01 =ed050d01;
}
public String getEd050i02(){
return this.ed050i02;
}
public void setEd050i02(String ed050i02){
this.ed050i02 =ed050i02;
}
public String getEd050d02(){
return this.ed050d02;
}
public void setEd050d02(String ed050d02){
this.ed050d02 =ed050d02;
}
public String getEd050d03(){
return this.ed050d03;
}
public void setEd050d03(String ed050d03){
this.ed050d03 =ed050d03;
}
public String getEd050s01(){
return this.ed050s01;
}
public void setEd050s01(String ed050s01){
this.ed050s01 =ed050s01;
}
public String getEd050j01(){
return this.ed050j01;
}
public void setEd050j01(String ed050j01){
this.ed050j01 =ed050j01;
}
public String getEd050j02(){
return this.ed050j02;
}
public void setEd050j02(String ed050j02){
this.ed050j02 =ed050j02;
}
public String getEd050j03(){
return this.ed050j03;
}
public void setEd050j03(String ed050j03){
this.ed050j03 =ed050j03;
}
public String getEd050j04(){
return this.ed050j04;
}
public void setEd050j04(String ed050j04){
this.ed050j04 =ed050j04;
}
public String getEd050j05(){
return this.ed050j05;
}
public void setEd050j05(String ed050j05){
this.ed050j05 =ed050j05;
}
public String getEd050s02(){
return this.ed050s02;
}
public void setEd050s02(String ed050s02){
this.ed050s02 =ed050s02;
}
public String getEd050d04(){
return this.ed050d04;
}
public void setEd050d04(String ed050d04){
this.ed050d04 =ed050d04;
}
}

142
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED06.java

@ -0,0 +1,142 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED06 {
//授信协议编号
@JacksonXmlProperty(localName = "ED060I01")
private String ed060i01;
//业务管理机构类型
@JacksonXmlProperty(localName = "ED060D01")
private String ed060d01;
//业务管理机构代码
@JacksonXmlProperty(localName = "ED060I02")
private String ed060i02;
//授信额度类型
@JacksonXmlProperty(localName = "ED060D02")
private String ed060d02;
//额度循环标志
@JacksonXmlProperty(localName = "ED060D03")
private String ed060d03;
//币种
@JacksonXmlProperty(localName = "ED060D04")
private String ed060d04;
//授信额度
@JacksonXmlProperty(localName = "ED060J01")
private String ed060j01;
//已用额度
@JacksonXmlProperty(localName = "ED060J04")
private String ed060j04;
//授信限额
@JacksonXmlProperty(localName = "ED060J03")
private String ed060j03;
//授信限额编号
@JacksonXmlProperty(localName = "ED060I03")
private String ed060i03;
//生效日期
@JacksonXmlProperty(localName = "ED060R01")
private Date ed060r01;
//终止日期
@JacksonXmlProperty(localName = "ED060R02")
private Date ed060r02;
//信息报告日期
@JacksonXmlProperty(localName = "ED060R03")
private Date ed060r03;
public String getEd060i01(){
return this.ed060i01;
}
public void setEd060i01(String ed060i01){
this.ed060i01 =ed060i01;
}
public String getEd060d01(){
return this.ed060d01;
}
public void setEd060d01(String ed060d01){
this.ed060d01 =ed060d01;
}
public String getEd060i02(){
return this.ed060i02;
}
public void setEd060i02(String ed060i02){
this.ed060i02 =ed060i02;
}
public String getEd060d02(){
return this.ed060d02;
}
public void setEd060d02(String ed060d02){
this.ed060d02 =ed060d02;
}
public String getEd060d03(){
return this.ed060d03;
}
public void setEd060d03(String ed060d03){
this.ed060d03 =ed060d03;
}
public String getEd060d04(){
return this.ed060d04;
}
public void setEd060d04(String ed060d04){
this.ed060d04 =ed060d04;
}
public String getEd060j01(){
return this.ed060j01;
}
public void setEd060j01(String ed060j01){
this.ed060j01 =ed060j01;
}
public String getEd060j04(){
return this.ed060j04;
}
public void setEd060j04(String ed060j04){
this.ed060j04 =ed060j04;
}
public String getEd060j03(){
return this.ed060j03;
}
public void setEd060j03(String ed060j03){
this.ed060j03 =ed060j03;
}
public String getEd060i03(){
return this.ed060i03;
}
public void setEd060i03(String ed060i03){
this.ed060i03 =ed060i03;
}
public Date getEd060r01(){
return this.ed060r01;
}
public void setEd060r01(Date ed060r01){
this.ed060r01 =ed060r01;
}
public Date getEd060r02(){
return this.ed060r02;
}
public void setEd060r02(Date ed060r02){
this.ed060r02 =ed060r02;
}
public Date getEd060r03(){
return this.ed060r03;
}
public void setEd060r03(Date ed060r03){
this.ed060r03 =ed060r03;
}
}

252
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED07.java

@ -0,0 +1,252 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED07 {
//账户编号
@JacksonXmlProperty(localName = "ED070I01")
private String ed070i01;
//主借款人身份类别
@JacksonXmlProperty(localName = "ED070D01")
private String ed070d01;
//账户类型
@JacksonXmlProperty(localName = "ED070D02")
private String ed070d02;
//相关还款责任人类型
@JacksonXmlProperty(localName = "ED070D03")
private String ed070d03;
//币种(相关还款责任金额)
@JacksonXmlProperty(localName = "ED070D10")
private String ed070d10;
//相关还款责任金额
@JacksonXmlProperty(localName = "ED070J01")
private String ed070j01;
//业务管理机构类型
@JacksonXmlProperty(localName = "ED070D04")
private String ed070d04;
//业务管理机构代码
@JacksonXmlProperty(localName = "ED070I02")
private String ed070i02;
//业务种类
@JacksonXmlProperty(localName = "ED070D05")
private String ed070d05;
//业务种类细分
@JacksonXmlProperty(localName = "ED070D06")
private String ed070d06;
//开立日期
@JacksonXmlProperty(localName = "ED070R01")
private Date ed070r01;
//到期日期
@JacksonXmlProperty(localName = "ED070R02")
private Date ed070r02;
//币种
@JacksonXmlProperty(localName = "ED070D07")
private String ed070d07;
//余额
@JacksonXmlProperty(localName = "ED070J02")
private String ed070j02;
//借款金额
@JacksonXmlProperty(localName = "ED070J05")
private String ed070j05;
//信用额度
@JacksonXmlProperty(localName = "ED070J06")
private String ed070j06;
//保证合同编号
@JacksonXmlProperty(localName = "ED070I03")
private String ed070i03;
//五级分类
@JacksonXmlProperty(localName = "ED070D08")
private String ed070d08;
//逾期总额
@JacksonXmlProperty(localName = "ED070J03")
private String ed070j03;
//逾期本金
@JacksonXmlProperty(localName = "ED070J04")
private String ed070j04;
//逾期月数
@JacksonXmlProperty(localName = "ED070S01")
private String ed070s01;
//还款状态
@JacksonXmlProperty(localName = "ED070D09")
private String ed070d09;
//剩余还款月数
@JacksonXmlProperty(localName = "ED070S02")
private String ed070s02;
//信息报告日期
@JacksonXmlProperty(localName = "ED070R03")
private Date ed070r03;
public String getEd070i01(){
return this.ed070i01;
}
public void setEd070i01(String ed070i01){
this.ed070i01 =ed070i01;
}
public String getEd070d01(){
return this.ed070d01;
}
public void setEd070d01(String ed070d01){
this.ed070d01 =ed070d01;
}
public String getEd070d02(){
return this.ed070d02;
}
public void setEd070d02(String ed070d02){
this.ed070d02 =ed070d02;
}
public String getEd070d03(){
return this.ed070d03;
}
public void setEd070d03(String ed070d03){
this.ed070d03 =ed070d03;
}
public String getEd070d10(){
return this.ed070d10;
}
public void setEd070d10(String ed070d10){
this.ed070d10 =ed070d10;
}
public String getEd070j01(){
return this.ed070j01;
}
public void setEd070j01(String ed070j01){
this.ed070j01 =ed070j01;
}
public String getEd070d04(){
return this.ed070d04;
}
public void setEd070d04(String ed070d04){
this.ed070d04 =ed070d04;
}
public String getEd070i02(){
return this.ed070i02;
}
public void setEd070i02(String ed070i02){
this.ed070i02 =ed070i02;
}
public String getEd070d05(){
return this.ed070d05;
}
public void setEd070d05(String ed070d05){
this.ed070d05 =ed070d05;
}
public String getEd070d06(){
return this.ed070d06;
}
public void setEd070d06(String ed070d06){
this.ed070d06 =ed070d06;
}
public Date getEd070r01(){
return this.ed070r01;
}
public void setEd070r01(Date ed070r01){
this.ed070r01 =ed070r01;
}
public Date getEd070r02(){
return this.ed070r02;
}
public void setEd070r02(Date ed070r02){
this.ed070r02 =ed070r02;
}
public String getEd070d07(){
return this.ed070d07;
}
public void setEd070d07(String ed070d07){
this.ed070d07 =ed070d07;
}
public String getEd070j02(){
return this.ed070j02;
}
public void setEd070j02(String ed070j02){
this.ed070j02 =ed070j02;
}
public String getEd070j05(){
return this.ed070j05;
}
public void setEd070j05(String ed070j05){
this.ed070j05 =ed070j05;
}
public String getEd070j06(){
return this.ed070j06;
}
public void setEd070j06(String ed070j06){
this.ed070j06 =ed070j06;
}
public String getEd070i03(){
return this.ed070i03;
}
public void setEd070i03(String ed070i03){
this.ed070i03 =ed070i03;
}
public String getEd070d08(){
return this.ed070d08;
}
public void setEd070d08(String ed070d08){
this.ed070d08 =ed070d08;
}
public String getEd070j03(){
return this.ed070j03;
}
public void setEd070j03(String ed070j03){
this.ed070j03 =ed070j03;
}
public String getEd070j04(){
return this.ed070j04;
}
public void setEd070j04(String ed070j04){
this.ed070j04 =ed070j04;
}
public String getEd070s01(){
return this.ed070s01;
}
public void setEd070s01(String ed070s01){
this.ed070s01 =ed070s01;
}
public String getEd070d09(){
return this.ed070d09;
}
public void setEd070d09(String ed070d09){
this.ed070d09 =ed070d09;
}
public String getEd070s02(){
return this.ed070s02;
}
public void setEd070s02(String ed070s02){
this.ed070s02 =ed070s02;
}
public Date getEd070r03(){
return this.ed070r03;
}
public void setEd070r03(Date ed070r03){
this.ed070r03 =ed070r03;
}
}

142
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED08.java

@ -0,0 +1,142 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED08 {
//贴现账户分机构汇总信息编号
@JacksonXmlProperty(localName = "ED080I01")
private String ed080i01;
//相关还款责任类型
@JacksonXmlProperty(localName = "ED080D01")
private String ed080d01;
//业务管理机构类型
@JacksonXmlProperty(localName = "ED080D02")
private String ed080d02;
//业务管理机构代码
@JacksonXmlProperty(localName = "ED080I02")
private String ed080i02;
//业务种类细分
@JacksonXmlProperty(localName = "ED080D03")
private String ed080d03;
//五级分类
@JacksonXmlProperty(localName = "ED080D04")
private String ed080d04;
//保证合同编号
@JacksonXmlProperty(localName = "ED080I03")
private String ed080i03;
//相关还款责任金额
@JacksonXmlProperty(localName = "ED080J01")
private String ed080j01;
//账户数
@JacksonXmlProperty(localName = "ED080S01")
private String ed080s01;
//余额
@JacksonXmlProperty(localName = "ED080J02")
private String ed080j02;
//逾期总额
@JacksonXmlProperty(localName = "ED080J03")
private String ed080j03;
//逾期本金
@JacksonXmlProperty(localName = "ED080J04")
private String ed080j04;
//借款金额
@JacksonXmlProperty(localName = "ED080J05")
private String ed080j05;
public String getEd080i01(){
return this.ed080i01;
}
public void setEd080i01(String ed080i01){
this.ed080i01 =ed080i01;
}
public String getEd080d01(){
return this.ed080d01;
}
public void setEd080d01(String ed080d01){
this.ed080d01 =ed080d01;
}
public String getEd080d02(){
return this.ed080d02;
}
public void setEd080d02(String ed080d02){
this.ed080d02 =ed080d02;
}
public String getEd080i02(){
return this.ed080i02;
}
public void setEd080i02(String ed080i02){
this.ed080i02 =ed080i02;
}
public String getEd080d03(){
return this.ed080d03;
}
public void setEd080d03(String ed080d03){
this.ed080d03 =ed080d03;
}
public String getEd080d04(){
return this.ed080d04;
}
public void setEd080d04(String ed080d04){
this.ed080d04 =ed080d04;
}
public String getEd080i03(){
return this.ed080i03;
}
public void setEd080i03(String ed080i03){
this.ed080i03 =ed080i03;
}
public String getEd080j01(){
return this.ed080j01;
}
public void setEd080j01(String ed080j01){
this.ed080j01 =ed080j01;
}
public String getEd080s01(){
return this.ed080s01;
}
public void setEd080s01(String ed080s01){
this.ed080s01 =ed080s01;
}
public String getEd080j02(){
return this.ed080j02;
}
public void setEd080j02(String ed080j02){
this.ed080j02 =ed080j02;
}
public String getEd080j03(){
return this.ed080j03;
}
public void setEd080j03(String ed080j03){
this.ed080j03 =ed080j03;
}
public String getEd080j04(){
return this.ed080j04;
}
public void setEd080j04(String ed080j04){
this.ed080j04 =ed080j04;
}
public String getEd080j05(){
return this.ed080j05;
}
public void setEd080j05(String ed080j05){
this.ed080j05 =ed080j05;
}
}

122
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/ED09.java

@ -0,0 +1,122 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class ED09 {
//担保账户分机构汇总信息编号
@JacksonXmlProperty(localName = "ED090I01")
private String ed090i01;
//相关还款责任类型
@JacksonXmlProperty(localName = "ED090D01")
private String ed090d01;
//业务管理机构类型
@JacksonXmlProperty(localName = "ED090D02")
private String ed090d02;
//业务管理机构代码
@JacksonXmlProperty(localName = "ED090I02")
private String ed090i02;
//业务种类细分
@JacksonXmlProperty(localName = "ED090D03")
private String ed090d03;
//五级分类
@JacksonXmlProperty(localName = "ED090D04")
private String ed090d04;
//保证合同编号
@JacksonXmlProperty(localName = "ED090I03")
private String ed090i03;
//相关还款责任金额
@JacksonXmlProperty(localName = "ED090J01")
private String ed090j01;
//账户数
@JacksonXmlProperty(localName = "ED090S01")
private String ed090s01;
//余额
@JacksonXmlProperty(localName = "ED090J02")
private String ed090j02;
//担保金额
@JacksonXmlProperty(localName = "ED090J03")
private String ed090j03;
public String getEd090i01(){
return this.ed090i01;
}
public void setEd090i01(String ed090i01){
this.ed090i01 =ed090i01;
}
public String getEd090d01(){
return this.ed090d01;
}
public void setEd090d01(String ed090d01){
this.ed090d01 =ed090d01;
}
public String getEd090d02(){
return this.ed090d02;
}
public void setEd090d02(String ed090d02){
this.ed090d02 =ed090d02;
}
public String getEd090i02(){
return this.ed090i02;
}
public void setEd090i02(String ed090i02){
this.ed090i02 =ed090i02;
}
public String getEd090d03(){
return this.ed090d03;
}
public void setEd090d03(String ed090d03){
this.ed090d03 =ed090d03;
}
public String getEd090d04(){
return this.ed090d04;
}
public void setEd090d04(String ed090d04){
this.ed090d04 =ed090d04;
}
public String getEd090i03(){
return this.ed090i03;
}
public void setEd090i03(String ed090i03){
this.ed090i03 =ed090i03;
}
public String getEd090j01(){
return this.ed090j01;
}
public void setEd090j01(String ed090j01){
this.ed090j01 =ed090j01;
}
public String getEd090s01(){
return this.ed090s01;
}
public void setEd090s01(String ed090s01){
this.ed090s01 =ed090s01;
}
public String getEd090j02(){
return this.ed090j02;
}
public void setEd090j02(String ed090j02){
this.ed090j02 =ed090j02;
}
public String getEd090j03(){
return this.ed090j03;
}
public void setEd090j03(String ed090j03){
this.ed090j03 =ed090j03;
}
}

45
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EDA.java

@ -0,0 +1,45 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EDA {
//借贷账户信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "ED01")
private List<ED01> ed01 =new ArrayList<>();
//贴现账户分机构汇总信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "ED02")
private List<ED02> ed02 =new ArrayList<>();
//欠息信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "ED03")
private List<ED03> ed03 =new ArrayList<>();
public List<ED01> getEd01(){
return this.ed01;
}
public void setEd01(List<ED01> ed01){
this.ed01 =ed01;
}
public List<ED02> getEd02(){
return this.ed02;
}
public void setEd02(List<ED02> ed02){
this.ed02 =ed02;
}
public List<ED03> getEd03(){
return this.ed03;
}
public void setEd03(List<ED03> ed03){
this.ed03 =ed03;
}
}

34
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EDB.java

@ -0,0 +1,34 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EDB {
//担保账户信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "ED04")
private List<ED04> ed04 =new ArrayList<>();
//担保账户分机构汇总信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "ED05")
private List<ED05> ed05 =new ArrayList<>();
public List<ED04> getEd04(){
return this.ed04;
}
public void setEd04(List<ED04> ed04){
this.ed04 =ed04;
}
public List<ED05> getEd05(){
return this.ed05;
}
public void setEd05(List<ED05> ed05){
this.ed05 =ed05;
}
}

18
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/model/person/POQ.java → io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EDC.java

@ -1,4 +1,4 @@
package io.sc.creditreport.core.model.person; package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
@ -8,16 +8,16 @@ import java.util.ArrayList;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;
public class POQ { public class EDC {
//查询记录信息单元 //授信协议信息单元
@JacksonXmlElementWrapper(useWrapping = false) @JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "PH01") @JacksonXmlProperty(localName = "ED06")
private List<PH01> ph01 =new ArrayList<>(); private List<ED06> ed06 =new ArrayList<>();
public List<PH01> getPh01(){ public List<ED06> getEd06(){
return this.ph01; return this.ed06;
} }
public void setPh01(List<PH01> ph01){ public void setEd06(List<ED06> ed06){
this.ph01 =ph01; this.ed06 =ed06;
} }
} }

45
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EDD.java

@ -0,0 +1,45 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EDD {
//相关还款责任借贷账户(不含贴现)信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "ED07")
private List<ED07> ed07 =new ArrayList<>();
//相关还款责任贴现账户分机构汇总信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "ED08")
private List<ED08> ed08 =new ArrayList<>();
//相关还款责任担保账户分机构汇总信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "ED09")
private List<ED09> ed09 =new ArrayList<>();
public List<ED07> getEd07(){
return this.ed07;
}
public void setEd07(List<ED07> ed07){
this.ed07 =ed07;
}
public List<ED08> getEd08(){
return this.ed08;
}
public void setEd08(List<ED08> ed08){
this.ed08 =ed08;
}
public List<ED09> getEd09(){
return this.ed09;
}
public void setEd09(List<ED09> ed09){
this.ed09 =ed09;
}
}

32
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EE01.java

@ -0,0 +1,32 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EE01 {
//基本信息段
@JacksonXmlProperty(localName = "EE01A")
private EE01A ee01a;
//过去 24 个月缴费情况信息段
@JacksonXmlProperty(localName = "EE01B")
private EE01B ee01b;
public EE01A getEe01a(){
return this.ee01a;
}
public void setEe01a(EE01A ee01a){
this.ee01a =ee01a;
}
public EE01B getEe01b(){
return this.ee01b;
}
public void setEe01b(EE01B ee01b){
this.ee01b =ee01b;
}
}

72
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EE01A.java

@ -0,0 +1,72 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EE01A {
//公用事业缴费账户编号
@JacksonXmlProperty(localName = "EE01AI01")
private String ee01ai01;
//公用事业单位名称
@JacksonXmlProperty(localName = "EE01AQ01")
private String ee01aq01;
//业务类型
@JacksonXmlProperty(localName = "EE01AD01")
private String ee01ad01;
//缴费状态
@JacksonXmlProperty(localName = "EE01AD02")
private String ee01ad02;
//累计欠费金额
@JacksonXmlProperty(localName = "EE01AJ01")
private String ee01aj01;
//统计年月
@JacksonXmlProperty(localName = "EE01AR01")
private String ee01ar01;
public String getEe01ai01(){
return this.ee01ai01;
}
public void setEe01ai01(String ee01ai01){
this.ee01ai01 =ee01ai01;
}
public String getEe01aq01(){
return this.ee01aq01;
}
public void setEe01aq01(String ee01aq01){
this.ee01aq01 =ee01aq01;
}
public String getEe01ad01(){
return this.ee01ad01;
}
public void setEe01ad01(String ee01ad01){
this.ee01ad01 =ee01ad01;
}
public String getEe01ad02(){
return this.ee01ad02;
}
public void setEe01ad02(String ee01ad02){
this.ee01ad02 =ee01ad02;
}
public String getEe01aj01(){
return this.ee01aj01;
}
public void setEe01aj01(String ee01aj01){
this.ee01aj01 =ee01aj01;
}
public String getEe01ar01(){
return this.ee01ar01;
}
public void setEe01ar01(String ee01ar01){
this.ee01ar01 =ee01ar01;
}
}

33
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EE01B.java

@ -0,0 +1,33 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EE01B {
//缴费记录条数
@JacksonXmlProperty(localName = "EE01BS01")
private String ee01bs01;
//缴费情况信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EE01BH")
private List<EE01BH> ee01bh =new ArrayList<>();
public String getEe01bs01(){
return this.ee01bs01;
}
public void setEe01bs01(String ee01bs01){
this.ee01bs01 =ee01bs01;
}
public List<EE01BH> getEe01bh(){
return this.ee01bh;
}
public void setEe01bh(List<EE01BH> ee01bh){
this.ee01bh =ee01bh;
}
}

62
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EE01BH.java

@ -0,0 +1,62 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EE01BH {
//统计年月
@JacksonXmlProperty(localName = "EE01BR01")
private String ee01br01;
//缴费状态
@JacksonXmlProperty(localName = "EE01BD01")
private String ee01bd01;
//本月应缴金额
@JacksonXmlProperty(localName = "EE01BJ01")
private String ee01bj01;
//本月实缴金额
@JacksonXmlProperty(localName = "EE01BJ02")
private String ee01bj02;
//累计欠费金额
@JacksonXmlProperty(localName = "EE01BJ03")
private String ee01bj03;
public String getEe01br01(){
return this.ee01br01;
}
public void setEe01br01(String ee01br01){
this.ee01br01 =ee01br01;
}
public String getEe01bd01(){
return this.ee01bd01;
}
public void setEe01bd01(String ee01bd01){
this.ee01bd01 =ee01bd01;
}
public String getEe01bj01(){
return this.ee01bj01;
}
public void setEe01bj01(String ee01bj01){
this.ee01bj01 =ee01bj01;
}
public String getEe01bj02(){
return this.ee01bj02;
}
public void setEe01bj02(String ee01bj02){
this.ee01bj02 =ee01bj02;
}
public String getEe01bj03(){
return this.ee01bj03;
}
public void setEe01bj03(String ee01bj03){
this.ee01bj03 =ee01bj03;
}
}

18
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/model/company/EIA.java → io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EEA.java

@ -1,4 +1,4 @@
package io.sc.creditreport.core.model.company; package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
@ -8,16 +8,16 @@ import java.util.ArrayList;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;
public class EIA { public class EEA {
//声明及异议标注信息单元 //公共事业缴费账户信息单元
@JacksonXmlElementWrapper(useWrapping = false) @JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EI01") @JacksonXmlProperty(localName = "EE01")
private List<EI01> ei01 =new ArrayList<>(); private List<EE01> ee01 =new ArrayList<>();
public List<EI01> getEi01(){ public List<EE01> getEe01(){
return this.ei01; return this.ee01;
} }
public void setEi01(List<EI01> ei01){ public void setEe01(List<EE01> ee01){
this.ei01 =ei01; this.ee01 =ee01;
} }
} }

52
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF01.java

@ -0,0 +1,52 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF01 {
//欠税记录编号
@JacksonXmlProperty(localName = "EF010I01")
private String ef010i01;
//主管税务机关名称
@JacksonXmlProperty(localName = "EF010Q01")
private String ef010q01;
//欠税总额
@JacksonXmlProperty(localName = "EF010J01")
private Date ef010j01;
//欠税统计时间
@JacksonXmlProperty(localName = "EF010R01")
private String ef010r01;
public String getEf010i01(){
return this.ef010i01;
}
public void setEf010i01(String ef010i01){
this.ef010i01 =ef010i01;
}
public String getEf010q01(){
return this.ef010q01;
}
public void setEf010q01(String ef010q01){
this.ef010q01 =ef010q01;
}
public Date getEf010j01(){
return this.ef010j01;
}
public void setEf010j01(Date ef010j01){
this.ef010j01 =ef010j01;
}
public String getEf010r01(){
return this.ef010r01;
}
public void setEf010r01(String ef010r01){
this.ef010r01 =ef010r01;
}
}

132
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF02.java

@ -0,0 +1,132 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF02 {
//民事判决记录编号
@JacksonXmlProperty(localName = "EF020I01")
private String ef020i01;
//立案法院名称
@JacksonXmlProperty(localName = "EF020Q01")
private String ef020q01;
//案号
@JacksonXmlProperty(localName = "EF020I02")
private String ef020i02;
//立案日期
@JacksonXmlProperty(localName = "EF020R01")
private Date ef020r01;
//案由
@JacksonXmlProperty(localName = "EF020Q02")
private String ef020q02;
//诉讼地位
@JacksonXmlProperty(localName = "EF020D01")
private String ef020d01;
//审判程序
@JacksonXmlProperty(localName = "EF020D02")
private String ef020d02;
//诉讼标的
@JacksonXmlProperty(localName = "EF020Q03")
private String ef020q03;
//诉讼标的金额
@JacksonXmlProperty(localName = "EF020J01")
private String ef020j01;
//结案方式
@JacksonXmlProperty(localName = "EF020D03")
private String ef020d03;
//判决/调解生效日期
@JacksonXmlProperty(localName = "EF020R02")
private Date ef020r02;
//判决/调解结果
@JacksonXmlProperty(localName = "EF020Q04")
private String ef020q04;
public String getEf020i01(){
return this.ef020i01;
}
public void setEf020i01(String ef020i01){
this.ef020i01 =ef020i01;
}
public String getEf020q01(){
return this.ef020q01;
}
public void setEf020q01(String ef020q01){
this.ef020q01 =ef020q01;
}
public String getEf020i02(){
return this.ef020i02;
}
public void setEf020i02(String ef020i02){
this.ef020i02 =ef020i02;
}
public Date getEf020r01(){
return this.ef020r01;
}
public void setEf020r01(Date ef020r01){
this.ef020r01 =ef020r01;
}
public String getEf020q02(){
return this.ef020q02;
}
public void setEf020q02(String ef020q02){
this.ef020q02 =ef020q02;
}
public String getEf020d01(){
return this.ef020d01;
}
public void setEf020d01(String ef020d01){
this.ef020d01 =ef020d01;
}
public String getEf020d02(){
return this.ef020d02;
}
public void setEf020d02(String ef020d02){
this.ef020d02 =ef020d02;
}
public String getEf020q03(){
return this.ef020q03;
}
public void setEf020q03(String ef020q03){
this.ef020q03 =ef020q03;
}
public String getEf020j01(){
return this.ef020j01;
}
public void setEf020j01(String ef020j01){
this.ef020j01 =ef020j01;
}
public String getEf020d03(){
return this.ef020d03;
}
public void setEf020d03(String ef020d03){
this.ef020d03 =ef020d03;
}
public Date getEf020r02(){
return this.ef020r02;
}
public void setEf020r02(Date ef020r02){
this.ef020r02 =ef020r02;
}
public String getEf020q04(){
return this.ef020q04;
}
public void setEf020q04(String ef020q04){
this.ef020q04 =ef020q04;
}
}

122
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF03.java

@ -0,0 +1,122 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF03 {
//强制执行记录编号
@JacksonXmlProperty(localName = "EF030I01")
private String ef030i01;
//执行法院名称
@JacksonXmlProperty(localName = "EF030Q01")
private String ef030q01;
//案号
@JacksonXmlProperty(localName = "EF030I02")
private String ef030i02;
//立案日期
@JacksonXmlProperty(localName = "EF030R01")
private Date ef030r01;
//执行案由
@JacksonXmlProperty(localName = "EF030Q02")
private String ef030q02;
//申请执行标的
@JacksonXmlProperty(localName = "EF030Q03")
private String ef030q03;
//申请执行标的金额
@JacksonXmlProperty(localName = "EF030J01")
private String ef030j01;
//案件状态
@JacksonXmlProperty(localName = "EF030Q04")
private String ef030q04;
//结案方式
@JacksonXmlProperty(localName = "EF030D01")
private String ef030d01;
//已执行标的
@JacksonXmlProperty(localName = "EF030Q05")
private String ef030q05;
//已执行标的金额
@JacksonXmlProperty(localName = "EF030J02")
private String ef030j02;
public String getEf030i01(){
return this.ef030i01;
}
public void setEf030i01(String ef030i01){
this.ef030i01 =ef030i01;
}
public String getEf030q01(){
return this.ef030q01;
}
public void setEf030q01(String ef030q01){
this.ef030q01 =ef030q01;
}
public String getEf030i02(){
return this.ef030i02;
}
public void setEf030i02(String ef030i02){
this.ef030i02 =ef030i02;
}
public Date getEf030r01(){
return this.ef030r01;
}
public void setEf030r01(Date ef030r01){
this.ef030r01 =ef030r01;
}
public String getEf030q02(){
return this.ef030q02;
}
public void setEf030q02(String ef030q02){
this.ef030q02 =ef030q02;
}
public String getEf030q03(){
return this.ef030q03;
}
public void setEf030q03(String ef030q03){
this.ef030q03 =ef030q03;
}
public String getEf030j01(){
return this.ef030j01;
}
public void setEf030j01(String ef030j01){
this.ef030j01 =ef030j01;
}
public String getEf030q04(){
return this.ef030q04;
}
public void setEf030q04(String ef030q04){
this.ef030q04 =ef030q04;
}
public String getEf030d01(){
return this.ef030d01;
}
public void setEf030d01(String ef030d01){
this.ef030d01 =ef030d01;
}
public String getEf030q05(){
return this.ef030q05;
}
public void setEf030q05(String ef030q05){
this.ef030q05 =ef030q05;
}
public String getEf030j02(){
return this.ef030j02;
}
public void setEf030j02(String ef030j02){
this.ef030j02 =ef030j02;
}
}

102
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF04.java

@ -0,0 +1,102 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF04 {
//行政处罚记录编号
@JacksonXmlProperty(localName = "EF040I01")
private String ef040i01;
//处罚机构名称
@JacksonXmlProperty(localName = "EF040Q01")
private String ef040q01;
//处罚决定书文号
@JacksonXmlProperty(localName = "EF040I02")
private String ef040i02;
//违法行为
@JacksonXmlProperty(localName = "EF040Q02")
private String ef040q02;
//处罚决定
@JacksonXmlProperty(localName = "EF040Q03")
private String ef040q03;
//处罚日期
@JacksonXmlProperty(localName = "EF040R01")
private Date ef040r01;
//处罚金额
@JacksonXmlProperty(localName = "EF040J01")
private String ef040j01;
//处罚执行情况
@JacksonXmlProperty(localName = "EF040Q04")
private String ef040q04;
//行政复议结果
@JacksonXmlProperty(localName = "EF040Q05")
private String ef040q05;
public String getEf040i01(){
return this.ef040i01;
}
public void setEf040i01(String ef040i01){
this.ef040i01 =ef040i01;
}
public String getEf040q01(){
return this.ef040q01;
}
public void setEf040q01(String ef040q01){
this.ef040q01 =ef040q01;
}
public String getEf040i02(){
return this.ef040i02;
}
public void setEf040i02(String ef040i02){
this.ef040i02 =ef040i02;
}
public String getEf040q02(){
return this.ef040q02;
}
public void setEf040q02(String ef040q02){
this.ef040q02 =ef040q02;
}
public String getEf040q03(){
return this.ef040q03;
}
public void setEf040q03(String ef040q03){
this.ef040q03 =ef040q03;
}
public Date getEf040r01(){
return this.ef040r01;
}
public void setEf040r01(Date ef040r01){
this.ef040r01 =ef040r01;
}
public String getEf040j01(){
return this.ef040j01;
}
public void setEf040j01(String ef040j01){
this.ef040j01 =ef040j01;
}
public String getEf040q04(){
return this.ef040q04;
}
public void setEf040q04(String ef040q04){
this.ef040q04 =ef040q04;
}
public String getEf040q05(){
return this.ef040q05;
}
public void setEf040q05(String ef040q05){
this.ef040q05 =ef040q05;
}
}

32
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF05.java

@ -0,0 +1,32 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF05 {
//基本信息段
@JacksonXmlProperty(localName = "EF05A")
private EF05A ef05a;
//过去 24 个月缴费情况信息段
@JacksonXmlProperty(localName = "EF05B")
private EF05B ef05b;
public EF05A getEf05a(){
return this.ef05a;
}
public void setEf05a(EF05A ef05a){
this.ef05a =ef05a;
}
public EF05B getEf05b(){
return this.ef05b;
}
public void setEf05b(EF05B ef05b){
this.ef05b =ef05b;
}
}

102
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF05A.java

@ -0,0 +1,102 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF05A {
//账户编号
@JacksonXmlProperty(localName = "EF05AI01")
private String ef05ai01;
//初缴年月
@JacksonXmlProperty(localName = "EF05AR01")
private String ef05ar01;
//职工人数
@JacksonXmlProperty(localName = "EF05AS01")
private String ef05as01;
//缴费基数
@JacksonXmlProperty(localName = "EF05AJ01")
private String ef05aj01;
//最近一次缴费日期
@JacksonXmlProperty(localName = "EF05AR02")
private Date ef05ar02;
//缴至年月
@JacksonXmlProperty(localName = "EF05AR03")
private String ef05ar03;
//缴费状态
@JacksonXmlProperty(localName = "EF05AD01")
private String ef05ad01;
//累计欠费金额
@JacksonXmlProperty(localName = "EF05AJ02")
private String ef05aj02;
//统计年月
@JacksonXmlProperty(localName = "EF05AR04")
private String ef05ar04;
public String getEf05ai01(){
return this.ef05ai01;
}
public void setEf05ai01(String ef05ai01){
this.ef05ai01 =ef05ai01;
}
public String getEf05ar01(){
return this.ef05ar01;
}
public void setEf05ar01(String ef05ar01){
this.ef05ar01 =ef05ar01;
}
public String getEf05as01(){
return this.ef05as01;
}
public void setEf05as01(String ef05as01){
this.ef05as01 =ef05as01;
}
public String getEf05aj01(){
return this.ef05aj01;
}
public void setEf05aj01(String ef05aj01){
this.ef05aj01 =ef05aj01;
}
public Date getEf05ar02(){
return this.ef05ar02;
}
public void setEf05ar02(Date ef05ar02){
this.ef05ar02 =ef05ar02;
}
public String getEf05ar03(){
return this.ef05ar03;
}
public void setEf05ar03(String ef05ar03){
this.ef05ar03 =ef05ar03;
}
public String getEf05ad01(){
return this.ef05ad01;
}
public void setEf05ad01(String ef05ad01){
this.ef05ad01 =ef05ad01;
}
public String getEf05aj02(){
return this.ef05aj02;
}
public void setEf05aj02(String ef05aj02){
this.ef05aj02 =ef05aj02;
}
public String getEf05ar04(){
return this.ef05ar04;
}
public void setEf05ar04(String ef05ar04){
this.ef05ar04 =ef05ar04;
}
}

33
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF05B.java

@ -0,0 +1,33 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF05B {
//缴费记录条数
@JacksonXmlProperty(localName = "EF05BS01")
private String ef05bs01;
//缴费情况信息
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF05BH")
private List<EF05BH> ef05bh =new ArrayList<>();
public String getEf05bs01(){
return this.ef05bs01;
}
public void setEf05bs01(String ef05bs01){
this.ef05bs01 =ef05bs01;
}
public List<EF05BH> getEf05bh(){
return this.ef05bh;
}
public void setEf05bh(List<EF05BH> ef05bh){
this.ef05bh =ef05bh;
}
}

62
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF05BH.java

@ -0,0 +1,62 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF05BH {
//统计年月
@JacksonXmlProperty(localName = "EF05BR01")
private String ef05br01;
//缴费状态
@JacksonXmlProperty(localName = "EF05BD01")
private String ef05bd01;
//本月应缴金额
@JacksonXmlProperty(localName = "EF05BJ01")
private String ef05bj01;
//本月实缴金额
@JacksonXmlProperty(localName = "EF05BJ02")
private String ef05bj02;
//累计欠费金额
@JacksonXmlProperty(localName = "EF05BJ03")
private String ef05bj03;
public String getEf05br01(){
return this.ef05br01;
}
public void setEf05br01(String ef05br01){
this.ef05br01 =ef05br01;
}
public String getEf05bd01(){
return this.ef05bd01;
}
public void setEf05bd01(String ef05bd01){
this.ef05bd01 =ef05bd01;
}
public String getEf05bj01(){
return this.ef05bj01;
}
public void setEf05bj01(String ef05bj01){
this.ef05bj01 =ef05bj01;
}
public String getEf05bj02(){
return this.ef05bj02;
}
public void setEf05bj02(String ef05bj02){
this.ef05bj02 =ef05bj02;
}
public String getEf05bj03(){
return this.ef05bj03;
}
public void setEf05bj03(String ef05bj03){
this.ef05bj03 =ef05bj03;
}
}

72
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF06.java

@ -0,0 +1,72 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF06 {
//许可记录编号
@JacksonXmlProperty(localName = "EF060I01")
private String ef060i01;
//许可部门名称
@JacksonXmlProperty(localName = "EF060Q01")
private String ef060q01;
//许可类型
@JacksonXmlProperty(localName = "EF060Q02")
private String ef060q02;
//许可日期
@JacksonXmlProperty(localName = "EF060R01")
private Date ef060r01;
//截止日期
@JacksonXmlProperty(localName = "EF060R02")
private Date ef060r02;
//许可内容
@JacksonXmlProperty(localName = "EF060Q03")
private String ef060q03;
public String getEf060i01(){
return this.ef060i01;
}
public void setEf060i01(String ef060i01){
this.ef060i01 =ef060i01;
}
public String getEf060q01(){
return this.ef060q01;
}
public void setEf060q01(String ef060q01){
this.ef060q01 =ef060q01;
}
public String getEf060q02(){
return this.ef060q02;
}
public void setEf060q02(String ef060q02){
this.ef060q02 =ef060q02;
}
public Date getEf060r01(){
return this.ef060r01;
}
public void setEf060r01(Date ef060r01){
this.ef060r01 =ef060r01;
}
public Date getEf060r02(){
return this.ef060r02;
}
public void setEf060r02(Date ef060r02){
this.ef060r02 =ef060r02;
}
public String getEf060q03(){
return this.ef060q03;
}
public void setEf060q03(String ef060q03){
this.ef060q03 =ef060q03;
}
}

72
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF07.java

@ -0,0 +1,72 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF07 {
//认证记录编号
@JacksonXmlProperty(localName = "EF070I01")
private String ef070i01;
//认证部门名称
@JacksonXmlProperty(localName = "EF070Q01")
private String ef070q01;
//认证类型
@JacksonXmlProperty(localName = "EF070Q02")
private String ef070q02;
//认证日期
@JacksonXmlProperty(localName = "EF070R01")
private Date ef070r01;
//截止日期
@JacksonXmlProperty(localName = "EF070R02")
private Date ef070r02;
//认证内容
@JacksonXmlProperty(localName = "EF070Q03")
private String ef070q03;
public String getEf070i01(){
return this.ef070i01;
}
public void setEf070i01(String ef070i01){
this.ef070i01 =ef070i01;
}
public String getEf070q01(){
return this.ef070q01;
}
public void setEf070q01(String ef070q01){
this.ef070q01 =ef070q01;
}
public String getEf070q02(){
return this.ef070q02;
}
public void setEf070q02(String ef070q02){
this.ef070q02 =ef070q02;
}
public Date getEf070r01(){
return this.ef070r01;
}
public void setEf070r01(Date ef070r01){
this.ef070r01 =ef070r01;
}
public Date getEf070r02(){
return this.ef070r02;
}
public void setEf070r02(Date ef070r02){
this.ef070r02 =ef070r02;
}
public String getEf070q03(){
return this.ef070q03;
}
public void setEf070q03(String ef070q03){
this.ef070q03 =ef070q03;
}
}

72
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF08.java

@ -0,0 +1,72 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF08 {
//资质记录编号
@JacksonXmlProperty(localName = "EF080I01")
private String ef080i01;
//认定部门名称
@JacksonXmlProperty(localName = "EF080Q01")
private String ef080q01;
//资质类型
@JacksonXmlProperty(localName = "EF080Q02")
private String ef080q02;
//批准日期
@JacksonXmlProperty(localName = "EF080R01")
private Date ef080r01;
//截止日期
@JacksonXmlProperty(localName = "EF080R02")
private Date ef080r02;
//资质内容
@JacksonXmlProperty(localName = "EF080Q03")
private String ef080q03;
public String getEf080i01(){
return this.ef080i01;
}
public void setEf080i01(String ef080i01){
this.ef080i01 =ef080i01;
}
public String getEf080q01(){
return this.ef080q01;
}
public void setEf080q01(String ef080q01){
this.ef080q01 =ef080q01;
}
public String getEf080q02(){
return this.ef080q02;
}
public void setEf080q02(String ef080q02){
this.ef080q02 =ef080q02;
}
public Date getEf080r01(){
return this.ef080r01;
}
public void setEf080r01(Date ef080r01){
this.ef080r01 =ef080r01;
}
public Date getEf080r02(){
return this.ef080r02;
}
public void setEf080r02(Date ef080r02){
this.ef080r02 =ef080r02;
}
public String getEf080q03(){
return this.ef080q03;
}
public void setEf080q03(String ef080q03){
this.ef080q03 =ef080q03;
}
}

72
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF09.java

@ -0,0 +1,72 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF09 {
//奖励记录编号
@JacksonXmlProperty(localName = "EF090I01")
private String ef090i01;
//奖励部门名称
@JacksonXmlProperty(localName = "EF090Q01")
private String ef090q01;
//奖励名称
@JacksonXmlProperty(localName = "EF090Q02")
private String ef090q02;
//授予日期
@JacksonXmlProperty(localName = "EF090R01")
private Date ef090r01;
//截止日期
@JacksonXmlProperty(localName = "EF090R02")
private Date ef090r02;
//奖励事实
@JacksonXmlProperty(localName = "EF090Q03")
private String ef090q03;
public String getEf090i01(){
return this.ef090i01;
}
public void setEf090i01(String ef090i01){
this.ef090i01 =ef090i01;
}
public String getEf090q01(){
return this.ef090q01;
}
public void setEf090q01(String ef090q01){
this.ef090q01 =ef090q01;
}
public String getEf090q02(){
return this.ef090q02;
}
public void setEf090q02(String ef090q02){
this.ef090q02 =ef090q02;
}
public Date getEf090r01(){
return this.ef090r01;
}
public void setEf090r01(Date ef090r01){
this.ef090r01 =ef090r01;
}
public Date getEf090r02(){
return this.ef090r02;
}
public void setEf090r02(Date ef090r02){
this.ef090r02 =ef090r02;
}
public String getEf090q03(){
return this.ef090q03;
}
public void setEf090q03(String ef090q03){
this.ef090q03 =ef090q03;
}
}

72
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF10.java

@ -0,0 +1,72 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF10 {
//信息编号
@JacksonXmlProperty(localName = "EF100I01")
private String ef100i01;
//专利名称
@JacksonXmlProperty(localName = "EF100Q01")
private String ef100q01;
//专利号
@JacksonXmlProperty(localName = "EF100I02")
private String ef100i02;
//申请日期
@JacksonXmlProperty(localName = "EF100R01")
private Date ef100r01;
//授予日期
@JacksonXmlProperty(localName = "EF100R02")
private Date ef100r02;
//专利有效期
@JacksonXmlProperty(localName = "EF100S01")
private String ef100s01;
public String getEf100i01(){
return this.ef100i01;
}
public void setEf100i01(String ef100i01){
this.ef100i01 =ef100i01;
}
public String getEf100q01(){
return this.ef100q01;
}
public void setEf100q01(String ef100q01){
this.ef100q01 =ef100q01;
}
public String getEf100i02(){
return this.ef100i02;
}
public void setEf100i02(String ef100i02){
this.ef100i02 =ef100i02;
}
public Date getEf100r01(){
return this.ef100r01;
}
public void setEf100r01(Date ef100r01){
this.ef100r01 =ef100r01;
}
public Date getEf100r02(){
return this.ef100r02;
}
public void setEf100r02(Date ef100r02){
this.ef100r02 =ef100r02;
}
public String getEf100s01(){
return this.ef100s01;
}
public void setEf100s01(String ef100s01){
this.ef100s01 =ef100s01;
}
}

52
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF11.java

@ -0,0 +1,52 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF11 {
//信息编号
@JacksonXmlProperty(localName = "EF110I01")
private String ef110i01;
//批准部门名称
@JacksonXmlProperty(localName = "EF110Q01")
private String ef110q01;
//出口商品名称
@JacksonXmlProperty(localName = "EF110Q02")
private String ef110q02;
//生效日期
@JacksonXmlProperty(localName = "EF110R01")
private Date ef110r01;
public String getEf110i01(){
return this.ef110i01;
}
public void setEf110i01(String ef110i01){
this.ef110i01 =ef110i01;
}
public String getEf110q01(){
return this.ef110q01;
}
public void setEf110q01(String ef110q01){
this.ef110q01 =ef110q01;
}
public String getEf110q02(){
return this.ef110q02;
}
public void setEf110q02(String ef110q02){
this.ef110q02 =ef110q02;
}
public Date getEf110r01(){
return this.ef110r01;
}
public void setEf110r01(Date ef110r01){
this.ef110r01 =ef110r01;
}
}

62
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF12.java

@ -0,0 +1,62 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF12 {
//信息编号
@JacksonXmlProperty(localName = "EF120I01")
private String ef120i01;
//批准部门名称
@JacksonXmlProperty(localName = "EF120Q01")
private String ef120q01;
//免验商品名称
@JacksonXmlProperty(localName = "EF120Q02")
private String ef120q02;
//免验号
@JacksonXmlProperty(localName = "EF120I02")
private String ef120i02;
//截至日期
@JacksonXmlProperty(localName = "EF120R02")
private Date ef120r02;
public String getEf120i01(){
return this.ef120i01;
}
public void setEf120i01(String ef120i01){
this.ef120i01 =ef120i01;
}
public String getEf120q01(){
return this.ef120q01;
}
public void setEf120q01(String ef120q01){
this.ef120q01 =ef120q01;
}
public String getEf120q02(){
return this.ef120q02;
}
public void setEf120q02(String ef120q02){
this.ef120q02 =ef120q02;
}
public String getEf120i02(){
return this.ef120i02;
}
public void setEf120i02(String ef120i02){
this.ef120i02 =ef120i02;
}
public Date getEf120r02(){
return this.ef120r02;
}
public void setEf120r02(Date ef120r02){
this.ef120r02 =ef120r02;
}
}

72
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF13.java

@ -0,0 +1,72 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF13 {
//信息编号
@JacksonXmlProperty(localName = "EF130I01")
private String ef130i01;
//监管部门名称
@JacksonXmlProperty(localName = "EF130Q01")
private String ef130q01;
//管辖直属局
@JacksonXmlProperty(localName = "EF130Q02")
private String ef130q02;
//监管级别
@JacksonXmlProperty(localName = "EF130D01")
private String ef130d01;
//生效日期
@JacksonXmlProperty(localName = "EF130R01")
private Date ef130r01;
//截至日期
@JacksonXmlProperty(localName = "EF130R02")
private Date ef130r02;
public String getEf130i01(){
return this.ef130i01;
}
public void setEf130i01(String ef130i01){
this.ef130i01 =ef130i01;
}
public String getEf130q01(){
return this.ef130q01;
}
public void setEf130q01(String ef130q01){
this.ef130q01 =ef130q01;
}
public String getEf130q02(){
return this.ef130q02;
}
public void setEf130q02(String ef130q02){
this.ef130q02 =ef130q02;
}
public String getEf130d01(){
return this.ef130d01;
}
public void setEf130d01(String ef130d01){
this.ef130d01 =ef130d01;
}
public Date getEf130r01(){
return this.ef130r01;
}
public void setEf130r01(Date ef130r01){
this.ef130r01 =ef130r01;
}
public Date getEf130r02(){
return this.ef130r02;
}
public void setEf130r02(Date ef130r02){
this.ef130r02 =ef130r02;
}
}

62
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EF14.java

@ -0,0 +1,62 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EF14 {
//信息编号
@JacksonXmlProperty(localName = "EF140I01")
private String ef140i01;
//所属名录
@JacksonXmlProperty(localName = "EF140D01")
private String ef140d01;
//融资控制类型
@JacksonXmlProperty(localName = "EF140D02")
private String ef140d02;
//年度
@JacksonXmlProperty(localName = "EF140R01")
private String ef140r01;
//规模
@JacksonXmlProperty(localName = "EF140J01")
private String ef140j01;
public String getEf140i01(){
return this.ef140i01;
}
public void setEf140i01(String ef140i01){
this.ef140i01 =ef140i01;
}
public String getEf140d01(){
return this.ef140d01;
}
public void setEf140d01(String ef140d01){
this.ef140d01 =ef140d01;
}
public String getEf140d02(){
return this.ef140d02;
}
public void setEf140d02(String ef140d02){
this.ef140d02 =ef140d02;
}
public String getEf140r01(){
return this.ef140r01;
}
public void setEf140r01(String ef140r01){
this.ef140r01 =ef140r01;
}
public String getEf140j01(){
return this.ef140j01;
}
public void setEf140j01(String ef140j01){
this.ef140j01 =ef140j01;
}
}

23
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFA.java

@ -0,0 +1,23 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EFA {
//欠税记录信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF01")
private List<EF01> ef01 =new ArrayList<>();
public List<EF01> getEf01(){
return this.ef01;
}
public void setEf01(List<EF01> ef01){
this.ef01 =ef01;
}
}

34
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFB.java

@ -0,0 +1,34 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EFB {
//民事判决记录信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF02")
private List<EF02> ef02 =new ArrayList<>();
//强制执行记录信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF03")
private List<EF03> ef03 =new ArrayList<>();
public List<EF02> getEf02(){
return this.ef02;
}
public void setEf02(List<EF02> ef02){
this.ef02 =ef02;
}
public List<EF03> getEf03(){
return this.ef03;
}
public void setEf03(List<EF03> ef03){
this.ef03 =ef03;
}
}

23
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFC.java

@ -0,0 +1,23 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EFC {
//行政处罚信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF04")
private List<EF04> ef04 =new ArrayList<>();
public List<EF04> getEf04(){
return this.ef04;
}
public void setEf04(List<EF04> ef04){
this.ef04 =ef04;
}
}

23
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFD.java

@ -0,0 +1,23 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EFD {
//住房公积金参缴信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF05")
private List<EF05> ef05 =new ArrayList<>();
public List<EF05> getEf05(){
return this.ef05;
}
public void setEf05(List<EF05> ef05){
this.ef05 =ef05;
}
}

67
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFE.java

@ -0,0 +1,67 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EFE {
//获得许可记录信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF06")
private List<EF06> ef06 =new ArrayList<>();
//获得认证记录信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF07")
private List<EF07> ef07 =new ArrayList<>();
//获得资质记录信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF08")
private List<EF08> ef08 =new ArrayList<>();
//获得奖励记录信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF09")
private List<EF09> ef09 =new ArrayList<>();
//拥有专利情况信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF10")
private List<EF10> ef10 =new ArrayList<>();
public List<EF06> getEf06(){
return this.ef06;
}
public void setEf06(List<EF06> ef06){
this.ef06 =ef06;
}
public List<EF07> getEf07(){
return this.ef07;
}
public void setEf07(List<EF07> ef07){
this.ef07 =ef07;
}
public List<EF08> getEf08(){
return this.ef08;
}
public void setEf08(List<EF08> ef08){
this.ef08 =ef08;
}
public List<EF09> getEf09(){
return this.ef09;
}
public void setEf09(List<EF09> ef09){
this.ef09 =ef09;
}
public List<EF10> getEf10(){
return this.ef10;
}
public void setEf10(List<EF10> ef10){
this.ef10 =ef10;
}
}

45
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFF.java

@ -0,0 +1,45 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EFF {
//出入境检验疫绿色通道信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF11")
private List<EF11> ef11 =new ArrayList<>();
//进出口商品免验信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF12")
private List<EF12> ef12 =new ArrayList<>();
//进出口商品检验分类监管信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF13")
private List<EF13> ef13 =new ArrayList<>();
public List<EF11> getEf11(){
return this.ef11;
}
public void setEf11(List<EF11> ef11){
this.ef11 =ef11;
}
public List<EF12> getEf12(){
return this.ef12;
}
public void setEf12(List<EF12> ef12){
this.ef12 =ef12;
}
public List<EF13> getEf13(){
return this.ef13;
}
public void setEf13(List<EF13> ef13){
this.ef13 =ef13;
}
}

23
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EFG.java

@ -0,0 +1,23 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EFG {
//融资规模控制信息单元
@JacksonXmlElementWrapper(useWrapping = false)
@JacksonXmlProperty(localName = "EF14")
private List<EF14> ef14 =new ArrayList<>();
public List<EF14> getEf14(){
return this.ef14;
}
public void setEf14(List<EF14> ef14){
this.ef14 =ef14;
}
}

32
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EG01.java

@ -0,0 +1,32 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EG01 {
//基础段
@JacksonXmlProperty(localName = "EG01A")
private EG01A eg01a;
//企业资产负债表(2002 版)段
@JacksonXmlProperty(localName = "EG01B")
private EG01B eg01b;
public EG01A getEg01a(){
return this.eg01a;
}
public void setEg01a(EG01A eg01a){
this.eg01a =eg01a;
}
public EG01B getEg01b(){
return this.eg01b;
}
public void setEg01b(EG01B eg01b){
this.eg01b =eg01b;
}
}

72
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EG01A.java

@ -0,0 +1,72 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EG01A {
//财务报表编号
@JacksonXmlProperty(localName = "EG01AI01")
private String eg01ai01;
//业务管理机构
@JacksonXmlProperty(localName = "EG01AD01")
private String eg01ad01;
//业务管理机构代码
@JacksonXmlProperty(localName = "EG01AI02")
private String eg01ai02;
//报表年份
@JacksonXmlProperty(localName = "EG01AR01")
private String eg01ar01;
//报表类型
@JacksonXmlProperty(localName = "EG01AD02")
private String eg01ad02;
//报表类型细分
@JacksonXmlProperty(localName = "EG01AD03")
private String eg01ad03;
public String getEg01ai01(){
return this.eg01ai01;
}
public void setEg01ai01(String eg01ai01){
this.eg01ai01 =eg01ai01;
}
public String getEg01ad01(){
return this.eg01ad01;
}
public void setEg01ad01(String eg01ad01){
this.eg01ad01 =eg01ad01;
}
public String getEg01ai02(){
return this.eg01ai02;
}
public void setEg01ai02(String eg01ai02){
this.eg01ai02 =eg01ai02;
}
public String getEg01ar01(){
return this.eg01ar01;
}
public void setEg01ar01(String eg01ar01){
this.eg01ar01 =eg01ar01;
}
public String getEg01ad02(){
return this.eg01ad02;
}
public void setEg01ad02(String eg01ad02){
this.eg01ad02 =eg01ad02;
}
public String getEg01ad03(){
return this.eg01ad03;
}
public void setEg01ad03(String eg01ad03){
this.eg01ad03 =eg01ad03;
}
}

882
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EG01B.java

@ -0,0 +1,882 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EG01B {
//货币资金
@JacksonXmlProperty(localName = "EG01BJ01")
private String eg01bj01;
//短期投资
@JacksonXmlProperty(localName = "EG01BJ02")
private String eg01bj02;
//应收票据
@JacksonXmlProperty(localName = "EG01BJ03")
private String eg01bj03;
//应收股利
@JacksonXmlProperty(localName = "EG01BJ04")
private String eg01bj04;
//应收利息
@JacksonXmlProperty(localName = "EG01BJ05")
private String eg01bj05;
//应收账款
@JacksonXmlProperty(localName = "EG01BJ06")
private String eg01bj06;
//其他应收款
@JacksonXmlProperty(localName = "EG01BJ07")
private String eg01bj07;
//预付账款
@JacksonXmlProperty(localName = "EG01BJ08")
private String eg01bj08;
//期货保证金
@JacksonXmlProperty(localName = "EG01BJ09")
private String eg01bj09;
//应收补贴款
@JacksonXmlProperty(localName = "EG01BJ10")
private String eg01bj10;
//应收出口退税
@JacksonXmlProperty(localName = "EG01BJ11")
private String eg01bj11;
//存货
@JacksonXmlProperty(localName = "EG01BJ12")
private String eg01bj12;
//存货原材料
@JacksonXmlProperty(localName = "EG01BJ13")
private String eg01bj13;
//存货产成品
@JacksonXmlProperty(localName = "EG01BJ14")
private String eg01bj14;
//待摊费用
@JacksonXmlProperty(localName = "EG01BJ15")
private String eg01bj15;
//待处理流动资产净损失
@JacksonXmlProperty(localName = "EG01BJ16")
private String eg01bj16;
//一年内到期的长期债权投资
@JacksonXmlProperty(localName = "EG01BJ17")
private String eg01bj17;
//其他流动资产
@JacksonXmlProperty(localName = "EG01BJ18")
private String eg01bj18;
//流动资产合计
@JacksonXmlProperty(localName = "EG01BJ19")
private String eg01bj19;
//长期投资
@JacksonXmlProperty(localName = "EG01BJ20")
private String eg01bj20;
//长期股权投资
@JacksonXmlProperty(localName = "EG01BJ21")
private String eg01bj21;
//长期债权投资
@JacksonXmlProperty(localName = "EG01BJ22")
private String eg01bj22;
//合并价差
@JacksonXmlProperty(localName = "EG01BJ23")
private String eg01bj23;
//长期投资合计
@JacksonXmlProperty(localName = "EG01BJ24")
private String eg01bj24;
//固定资产原价
@JacksonXmlProperty(localName = "EG01BJ25")
private String eg01bj25;
//累计折旧
@JacksonXmlProperty(localName = "EG01BJ26")
private String eg01bj26;
//固定资产净值
@JacksonXmlProperty(localName = "EG01BJ27")
private String eg01bj27;
//固定资产值减值准备
@JacksonXmlProperty(localName = "EG01BJ28")
private String eg01bj28;
//固定资产净额
@JacksonXmlProperty(localName = "EG01BJ29")
private String eg01bj29;
//固定资产清理
@JacksonXmlProperty(localName = "EG01BJ30")
private String eg01bj30;
//工程物资
@JacksonXmlProperty(localName = "EG01BJ31")
private String eg01bj31;
//在建工程
@JacksonXmlProperty(localName = "EG01BJ32")
private String eg01bj32;
//待处理固定资产净损失
@JacksonXmlProperty(localName = "EG01BJ33")
private String eg01bj33;
//固定资产合计
@JacksonXmlProperty(localName = "EG01BJ34")
private String eg01bj34;
//无形资产
@JacksonXmlProperty(localName = "EG01BJ35")
private String eg01bj35;
//(无形资产科目下)土地使用权
@JacksonXmlProperty(localName = "EG01BJ36")
private String eg01bj36;
//递延资产
@JacksonXmlProperty(localName = "EG01BJ37")
private String eg01bj37;
//(递延资产科目下)固定资产修理
@JacksonXmlProperty(localName = "EG01BJ38")
private String eg01bj38;
//(递延资产科目下)固定资产改良支出
@JacksonXmlProperty(localName = "EG01BJ39")
private String eg01bj39;
//其他长期资产
@JacksonXmlProperty(localName = "EG01BJ40")
private String eg01bj40;
//(其他长期资产科目下)特准储备物资
@JacksonXmlProperty(localName = "EG01BJ41")
private String eg01bj41;
//无形及其他资产合计
@JacksonXmlProperty(localName = "EG01BJ42")
private String eg01bj42;
//递延税款借项
@JacksonXmlProperty(localName = "EG01BJ43")
private String eg01bj43;
//资产总计
@JacksonXmlProperty(localName = "EG01BJ44")
private String eg01bj44;
//短期借款
@JacksonXmlProperty(localName = "EG01BJ45")
private String eg01bj45;
//应付票据
@JacksonXmlProperty(localName = "EG01BJ46")
private String eg01bj46;
//应付账款
@JacksonXmlProperty(localName = "EG01BJ47")
private String eg01bj47;
//预收账款
@JacksonXmlProperty(localName = "EG01BJ48")
private String eg01bj48;
//应付工资
@JacksonXmlProperty(localName = "EG01BJ49")
private String eg01bj49;
//应付福利费
@JacksonXmlProperty(localName = "EG01BJ50")
private String eg01bj50;
//应付利润
@JacksonXmlProperty(localName = "EG01BJ51")
private String eg01bj51;
//应交税金
@JacksonXmlProperty(localName = "EG01BJ52")
private String eg01bj52;
//其他应交款
@JacksonXmlProperty(localName = "EG01BJ53")
private String eg01bj53;
//其他应付款
@JacksonXmlProperty(localName = "EG01BJ54")
private String eg01bj54;
//预提费用
@JacksonXmlProperty(localName = "EG01BJ55")
private String eg01bj55;
//预计负债
@JacksonXmlProperty(localName = "EG01BJ56")
private String eg01bj56;
//一年内到期的长期负债
@JacksonXmlProperty(localName = "EG01BJ57")
private String eg01bj57;
//其他流动负债
@JacksonXmlProperty(localName = "EG01BJ58")
private String eg01bj58;
//流动负债合计
@JacksonXmlProperty(localName = "EG01BJ59")
private String eg01bj59;
//长期借款
@JacksonXmlProperty(localName = "EG01BJ60")
private String eg01bj60;
//应付债券
@JacksonXmlProperty(localName = "EG01BJ61")
private String eg01bj61;
//长期应付款
@JacksonXmlProperty(localName = "EG01BJ62")
private String eg01bj62;
//专项应付款
@JacksonXmlProperty(localName = "EG01BJ63")
private String eg01bj63;
//其他长期负债
@JacksonXmlProperty(localName = "EG01BJ64")
private String eg01bj64;
//(其他长期负债科目下)特准储备基金
@JacksonXmlProperty(localName = "EG01BJ65")
private String eg01bj65;
//长期负债合计
@JacksonXmlProperty(localName = "EG01BJ66")
private String eg01bj66;
//递延税款贷项
@JacksonXmlProperty(localName = "EG01BJ67")
private String eg01bj67;
//负债合计
@JacksonXmlProperty(localName = "EG01BJ68")
private String eg01bj68;
//少数股东权益
@JacksonXmlProperty(localName = "EG01BJ69")
private String eg01bj69;
//实收资本
@JacksonXmlProperty(localName = "EG01BJ70")
private String eg01bj70;
//国家资本
@JacksonXmlProperty(localName = "EG01BJ71")
private String eg01bj71;
//集体资本
@JacksonXmlProperty(localName = "EG01BJ72")
private String eg01bj72;
//法人资本
@JacksonXmlProperty(localName = "EG01BJ73")
private String eg01bj73;
//资本
@JacksonXmlProperty(localName = "EG01BJ74")
private String eg01bj74;
//资本
@JacksonXmlProperty(localName = "EG01BJ75")
private String eg01bj75;
//个人资本
@JacksonXmlProperty(localName = "EG01BJ76")
private String eg01bj76;
//外商资本
@JacksonXmlProperty(localName = "EG01BJ77")
private String eg01bj77;
//资本公积
@JacksonXmlProperty(localName = "EG01BJ78")
private String eg01bj78;
//盈余公积
@JacksonXmlProperty(localName = "EG01BJ79")
private String eg01bj79;
//(盈余公积科目下)法定盈余公积
@JacksonXmlProperty(localName = "EG01BJ80")
private String eg01bj80;
//(盈余公积科目下)公益金
@JacksonXmlProperty(localName = "EG01BJ81")
private String eg01bj81;
//(盈余公积科目下)补充流动资本
@JacksonXmlProperty(localName = "EG01BJ82")
private String eg01bj82;
//未确认的投资损失
@JacksonXmlProperty(localName = "EG01BJ83")
private String eg01bj83;
//未分配利润
@JacksonXmlProperty(localName = "EG01BJ84")
private String eg01bj84;
//外币报表折算差额
@JacksonXmlProperty(localName = "EG01BJ85")
private String eg01bj85;
//所有者权益合计
@JacksonXmlProperty(localName = "EG01BJ86")
private String eg01bj86;
//负债和所有者权益总计
@JacksonXmlProperty(localName = "EG01BJ87")
private String eg01bj87;
public String getEg01bj01(){
return this.eg01bj01;
}
public void setEg01bj01(String eg01bj01){
this.eg01bj01 =eg01bj01;
}
public String getEg01bj02(){
return this.eg01bj02;
}
public void setEg01bj02(String eg01bj02){
this.eg01bj02 =eg01bj02;
}
public String getEg01bj03(){
return this.eg01bj03;
}
public void setEg01bj03(String eg01bj03){
this.eg01bj03 =eg01bj03;
}
public String getEg01bj04(){
return this.eg01bj04;
}
public void setEg01bj04(String eg01bj04){
this.eg01bj04 =eg01bj04;
}
public String getEg01bj05(){
return this.eg01bj05;
}
public void setEg01bj05(String eg01bj05){
this.eg01bj05 =eg01bj05;
}
public String getEg01bj06(){
return this.eg01bj06;
}
public void setEg01bj06(String eg01bj06){
this.eg01bj06 =eg01bj06;
}
public String getEg01bj07(){
return this.eg01bj07;
}
public void setEg01bj07(String eg01bj07){
this.eg01bj07 =eg01bj07;
}
public String getEg01bj08(){
return this.eg01bj08;
}
public void setEg01bj08(String eg01bj08){
this.eg01bj08 =eg01bj08;
}
public String getEg01bj09(){
return this.eg01bj09;
}
public void setEg01bj09(String eg01bj09){
this.eg01bj09 =eg01bj09;
}
public String getEg01bj10(){
return this.eg01bj10;
}
public void setEg01bj10(String eg01bj10){
this.eg01bj10 =eg01bj10;
}
public String getEg01bj11(){
return this.eg01bj11;
}
public void setEg01bj11(String eg01bj11){
this.eg01bj11 =eg01bj11;
}
public String getEg01bj12(){
return this.eg01bj12;
}
public void setEg01bj12(String eg01bj12){
this.eg01bj12 =eg01bj12;
}
public String getEg01bj13(){
return this.eg01bj13;
}
public void setEg01bj13(String eg01bj13){
this.eg01bj13 =eg01bj13;
}
public String getEg01bj14(){
return this.eg01bj14;
}
public void setEg01bj14(String eg01bj14){
this.eg01bj14 =eg01bj14;
}
public String getEg01bj15(){
return this.eg01bj15;
}
public void setEg01bj15(String eg01bj15){
this.eg01bj15 =eg01bj15;
}
public String getEg01bj16(){
return this.eg01bj16;
}
public void setEg01bj16(String eg01bj16){
this.eg01bj16 =eg01bj16;
}
public String getEg01bj17(){
return this.eg01bj17;
}
public void setEg01bj17(String eg01bj17){
this.eg01bj17 =eg01bj17;
}
public String getEg01bj18(){
return this.eg01bj18;
}
public void setEg01bj18(String eg01bj18){
this.eg01bj18 =eg01bj18;
}
public String getEg01bj19(){
return this.eg01bj19;
}
public void setEg01bj19(String eg01bj19){
this.eg01bj19 =eg01bj19;
}
public String getEg01bj20(){
return this.eg01bj20;
}
public void setEg01bj20(String eg01bj20){
this.eg01bj20 =eg01bj20;
}
public String getEg01bj21(){
return this.eg01bj21;
}
public void setEg01bj21(String eg01bj21){
this.eg01bj21 =eg01bj21;
}
public String getEg01bj22(){
return this.eg01bj22;
}
public void setEg01bj22(String eg01bj22){
this.eg01bj22 =eg01bj22;
}
public String getEg01bj23(){
return this.eg01bj23;
}
public void setEg01bj23(String eg01bj23){
this.eg01bj23 =eg01bj23;
}
public String getEg01bj24(){
return this.eg01bj24;
}
public void setEg01bj24(String eg01bj24){
this.eg01bj24 =eg01bj24;
}
public String getEg01bj25(){
return this.eg01bj25;
}
public void setEg01bj25(String eg01bj25){
this.eg01bj25 =eg01bj25;
}
public String getEg01bj26(){
return this.eg01bj26;
}
public void setEg01bj26(String eg01bj26){
this.eg01bj26 =eg01bj26;
}
public String getEg01bj27(){
return this.eg01bj27;
}
public void setEg01bj27(String eg01bj27){
this.eg01bj27 =eg01bj27;
}
public String getEg01bj28(){
return this.eg01bj28;
}
public void setEg01bj28(String eg01bj28){
this.eg01bj28 =eg01bj28;
}
public String getEg01bj29(){
return this.eg01bj29;
}
public void setEg01bj29(String eg01bj29){
this.eg01bj29 =eg01bj29;
}
public String getEg01bj30(){
return this.eg01bj30;
}
public void setEg01bj30(String eg01bj30){
this.eg01bj30 =eg01bj30;
}
public String getEg01bj31(){
return this.eg01bj31;
}
public void setEg01bj31(String eg01bj31){
this.eg01bj31 =eg01bj31;
}
public String getEg01bj32(){
return this.eg01bj32;
}
public void setEg01bj32(String eg01bj32){
this.eg01bj32 =eg01bj32;
}
public String getEg01bj33(){
return this.eg01bj33;
}
public void setEg01bj33(String eg01bj33){
this.eg01bj33 =eg01bj33;
}
public String getEg01bj34(){
return this.eg01bj34;
}
public void setEg01bj34(String eg01bj34){
this.eg01bj34 =eg01bj34;
}
public String getEg01bj35(){
return this.eg01bj35;
}
public void setEg01bj35(String eg01bj35){
this.eg01bj35 =eg01bj35;
}
public String getEg01bj36(){
return this.eg01bj36;
}
public void setEg01bj36(String eg01bj36){
this.eg01bj36 =eg01bj36;
}
public String getEg01bj37(){
return this.eg01bj37;
}
public void setEg01bj37(String eg01bj37){
this.eg01bj37 =eg01bj37;
}
public String getEg01bj38(){
return this.eg01bj38;
}
public void setEg01bj38(String eg01bj38){
this.eg01bj38 =eg01bj38;
}
public String getEg01bj39(){
return this.eg01bj39;
}
public void setEg01bj39(String eg01bj39){
this.eg01bj39 =eg01bj39;
}
public String getEg01bj40(){
return this.eg01bj40;
}
public void setEg01bj40(String eg01bj40){
this.eg01bj40 =eg01bj40;
}
public String getEg01bj41(){
return this.eg01bj41;
}
public void setEg01bj41(String eg01bj41){
this.eg01bj41 =eg01bj41;
}
public String getEg01bj42(){
return this.eg01bj42;
}
public void setEg01bj42(String eg01bj42){
this.eg01bj42 =eg01bj42;
}
public String getEg01bj43(){
return this.eg01bj43;
}
public void setEg01bj43(String eg01bj43){
this.eg01bj43 =eg01bj43;
}
public String getEg01bj44(){
return this.eg01bj44;
}
public void setEg01bj44(String eg01bj44){
this.eg01bj44 =eg01bj44;
}
public String getEg01bj45(){
return this.eg01bj45;
}
public void setEg01bj45(String eg01bj45){
this.eg01bj45 =eg01bj45;
}
public String getEg01bj46(){
return this.eg01bj46;
}
public void setEg01bj46(String eg01bj46){
this.eg01bj46 =eg01bj46;
}
public String getEg01bj47(){
return this.eg01bj47;
}
public void setEg01bj47(String eg01bj47){
this.eg01bj47 =eg01bj47;
}
public String getEg01bj48(){
return this.eg01bj48;
}
public void setEg01bj48(String eg01bj48){
this.eg01bj48 =eg01bj48;
}
public String getEg01bj49(){
return this.eg01bj49;
}
public void setEg01bj49(String eg01bj49){
this.eg01bj49 =eg01bj49;
}
public String getEg01bj50(){
return this.eg01bj50;
}
public void setEg01bj50(String eg01bj50){
this.eg01bj50 =eg01bj50;
}
public String getEg01bj51(){
return this.eg01bj51;
}
public void setEg01bj51(String eg01bj51){
this.eg01bj51 =eg01bj51;
}
public String getEg01bj52(){
return this.eg01bj52;
}
public void setEg01bj52(String eg01bj52){
this.eg01bj52 =eg01bj52;
}
public String getEg01bj53(){
return this.eg01bj53;
}
public void setEg01bj53(String eg01bj53){
this.eg01bj53 =eg01bj53;
}
public String getEg01bj54(){
return this.eg01bj54;
}
public void setEg01bj54(String eg01bj54){
this.eg01bj54 =eg01bj54;
}
public String getEg01bj55(){
return this.eg01bj55;
}
public void setEg01bj55(String eg01bj55){
this.eg01bj55 =eg01bj55;
}
public String getEg01bj56(){
return this.eg01bj56;
}
public void setEg01bj56(String eg01bj56){
this.eg01bj56 =eg01bj56;
}
public String getEg01bj57(){
return this.eg01bj57;
}
public void setEg01bj57(String eg01bj57){
this.eg01bj57 =eg01bj57;
}
public String getEg01bj58(){
return this.eg01bj58;
}
public void setEg01bj58(String eg01bj58){
this.eg01bj58 =eg01bj58;
}
public String getEg01bj59(){
return this.eg01bj59;
}
public void setEg01bj59(String eg01bj59){
this.eg01bj59 =eg01bj59;
}
public String getEg01bj60(){
return this.eg01bj60;
}
public void setEg01bj60(String eg01bj60){
this.eg01bj60 =eg01bj60;
}
public String getEg01bj61(){
return this.eg01bj61;
}
public void setEg01bj61(String eg01bj61){
this.eg01bj61 =eg01bj61;
}
public String getEg01bj62(){
return this.eg01bj62;
}
public void setEg01bj62(String eg01bj62){
this.eg01bj62 =eg01bj62;
}
public String getEg01bj63(){
return this.eg01bj63;
}
public void setEg01bj63(String eg01bj63){
this.eg01bj63 =eg01bj63;
}
public String getEg01bj64(){
return this.eg01bj64;
}
public void setEg01bj64(String eg01bj64){
this.eg01bj64 =eg01bj64;
}
public String getEg01bj65(){
return this.eg01bj65;
}
public void setEg01bj65(String eg01bj65){
this.eg01bj65 =eg01bj65;
}
public String getEg01bj66(){
return this.eg01bj66;
}
public void setEg01bj66(String eg01bj66){
this.eg01bj66 =eg01bj66;
}
public String getEg01bj67(){
return this.eg01bj67;
}
public void setEg01bj67(String eg01bj67){
this.eg01bj67 =eg01bj67;
}
public String getEg01bj68(){
return this.eg01bj68;
}
public void setEg01bj68(String eg01bj68){
this.eg01bj68 =eg01bj68;
}
public String getEg01bj69(){
return this.eg01bj69;
}
public void setEg01bj69(String eg01bj69){
this.eg01bj69 =eg01bj69;
}
public String getEg01bj70(){
return this.eg01bj70;
}
public void setEg01bj70(String eg01bj70){
this.eg01bj70 =eg01bj70;
}
public String getEg01bj71(){
return this.eg01bj71;
}
public void setEg01bj71(String eg01bj71){
this.eg01bj71 =eg01bj71;
}
public String getEg01bj72(){
return this.eg01bj72;
}
public void setEg01bj72(String eg01bj72){
this.eg01bj72 =eg01bj72;
}
public String getEg01bj73(){
return this.eg01bj73;
}
public void setEg01bj73(String eg01bj73){
this.eg01bj73 =eg01bj73;
}
public String getEg01bj74(){
return this.eg01bj74;
}
public void setEg01bj74(String eg01bj74){
this.eg01bj74 =eg01bj74;
}
public String getEg01bj75(){
return this.eg01bj75;
}
public void setEg01bj75(String eg01bj75){
this.eg01bj75 =eg01bj75;
}
public String getEg01bj76(){
return this.eg01bj76;
}
public void setEg01bj76(String eg01bj76){
this.eg01bj76 =eg01bj76;
}
public String getEg01bj77(){
return this.eg01bj77;
}
public void setEg01bj77(String eg01bj77){
this.eg01bj77 =eg01bj77;
}
public String getEg01bj78(){
return this.eg01bj78;
}
public void setEg01bj78(String eg01bj78){
this.eg01bj78 =eg01bj78;
}
public String getEg01bj79(){
return this.eg01bj79;
}
public void setEg01bj79(String eg01bj79){
this.eg01bj79 =eg01bj79;
}
public String getEg01bj80(){
return this.eg01bj80;
}
public void setEg01bj80(String eg01bj80){
this.eg01bj80 =eg01bj80;
}
public String getEg01bj81(){
return this.eg01bj81;
}
public void setEg01bj81(String eg01bj81){
this.eg01bj81 =eg01bj81;
}
public String getEg01bj82(){
return this.eg01bj82;
}
public void setEg01bj82(String eg01bj82){
this.eg01bj82 =eg01bj82;
}
public String getEg01bj83(){
return this.eg01bj83;
}
public void setEg01bj83(String eg01bj83){
this.eg01bj83 =eg01bj83;
}
public String getEg01bj84(){
return this.eg01bj84;
}
public void setEg01bj84(String eg01bj84){
this.eg01bj84 =eg01bj84;
}
public String getEg01bj85(){
return this.eg01bj85;
}
public void setEg01bj85(String eg01bj85){
this.eg01bj85 =eg01bj85;
}
public String getEg01bj86(){
return this.eg01bj86;
}
public void setEg01bj86(String eg01bj86){
this.eg01bj86 =eg01bj86;
}
public String getEg01bj87(){
return this.eg01bj87;
}
public void setEg01bj87(String eg01bj87){
this.eg01bj87 =eg01bj87;
}
}

32
io.sc.creditreport.core/src/main/java/io/sc/creditreport/core/company/EG02.java

@ -0,0 +1,32 @@
package io.sc.creditreport.core.company;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class EG02 {
//基础段
@JacksonXmlProperty(localName = "EG02A")
private EG02A eg02a;
//企业资产负债表(2007版)段
@JacksonXmlProperty(localName = "EG02B")
private EG02B eg02b;
public EG02A getEg02a(){
return this.eg02a;
}
public void setEg02a(EG02A eg02a){
this.eg02a =eg02a;
}
public EG02B getEg02b(){
return this.eg02b;
}
public void setEg02b(EG02B eg02b){
this.eg02b =eg02b;
}
}

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save