Skip to content

Commit 7c9b118

Browse files
Updated schema
1 parent 9363d4d commit 7c9b118

File tree

294 files changed

+2300
-805
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+2300
-805
lines changed

ipp-v3-java-data/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</plugin>
7373

7474
<!-- maven shade plugin -->
75-
<plugin>
75+
<!--<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-shade-plugin</artifactId>
7878
<version>3.2.4</version>
@@ -88,11 +88,11 @@
8888
</configuration>
8989
</execution>
9090
</executions>
91-
</plugin>
91+
</plugin> -->
9292
<!-- end of maven shade plugin -->
9393

9494
<!-- commented to avoid regeneration of entities, as the same is not required everytime -->
95-
95+
<!--
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-clean-plugin</artifactId>
@@ -155,8 +155,10 @@
155155
</configuration>
156156
</execution>
157157
</executions>
158-
</plugin> -->
158+
</plugin>
159+
-->
159160
<!-- end of regeneration code block -->
161+
160162
</plugins>
161163
</build>
162164

ipp-v3-java-data/src/main/java/META-INF/sun-jaxb.episode

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
77
See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
88
Any modifications to this file will be lost upon recompilation of the source schema.
9-
Generated on: 2020.05.28 at 10:35:45 AM PDT
9+
Generated on: 2020.07.15 at 03:58:30 PM PDT
1010
1111
-->
1212

@@ -36,6 +36,12 @@ Generated on: 2020.05.28 at 10:35:45 AM PDT
3636

3737
</bindings>
3838

39+
<bindings if-exists="true" scd="~tns:RecurringTransaction">
40+
41+
<class ref="com.intuit.ipp.data.RecurringTransaction"/>
42+
43+
</bindings>
44+
3945
<bindings if-exists="true" scd="~tns:Customer">
4046

4147
<class ref="com.intuit.ipp.data.Customer"/>
@@ -954,6 +960,18 @@ Generated on: 2020.05.28 at 10:35:45 AM PDT
954960

955961
</bindings>
956962

963+
<bindings if-exists="true" scd="~tns:RecurringScheduleInfo">
964+
965+
<class ref="com.intuit.ipp.data.RecurringScheduleInfo"/>
966+
967+
</bindings>
968+
969+
<bindings if-exists="true" scd="~tns:RecurringInfo">
970+
971+
<class ref="com.intuit.ipp.data.RecurringInfo"/>
972+
973+
</bindings>
974+
957975
<bindings if-exists="true" scd="~tns:OLBTxnDetail">
958976

959977
<class ref="com.intuit.ipp.data.OLBTxnDetail"/>

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/APCreditCardOperationEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2020.05.28 at 10:35:45 AM PDT
5+
// Generated on: 2020.07.15 at 03:58:30 PM PDT
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/Account.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2020.05.28 at 10:35:45 AM PDT
5+
// Generated on: 2020.07.15 at 03:58:30 PM PDT
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountBasedExpenseLineDetail.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2020.05.28 at 10:35:45 AM PDT
5+
// Generated on: 2020.07.15 at 03:58:30 PM PDT
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountClassificationEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2020.05.28 at 10:35:45 AM PDT
5+
// Generated on: 2020.07.15 at 03:58:30 PM PDT
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountSubTypeEnum.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2020.05.28 at 10:35:45 AM PDT
5+
// Generated on: 2020.07.15 at 03:58:30 PM PDT
66
//
77

88

@@ -3328,7 +3328,7 @@ public enum AccountSubTypeEnum {
33283328
* Product: QBO
33293329
* Description: Use
33303330
* <pre>
3331-
* &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;b xmlns="http://schema.intuit.com/finance/v3" xmlns:p172165_="http://java.sun.com/xml/ns/jaxb" xmlns:p878234_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;Share Application Money Pending Allotment&lt;/b&gt;
3331+
* &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;b xmlns="http://schema.intuit.com/finance/v3" xmlns:p913189_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p940414_="http://java.sun.com/xml/ns/jaxb" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;Share Application Money Pending Allotment&lt;/b&gt;
33323332
* </pre>
33333333
* to track the application amounts the company receives for shares that still need to be allotted to the investors.
33343334
*

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountTypeEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2020.05.28 at 10:35:45 AM PDT
5+
// Generated on: 2020.07.15 at 03:58:30 PM PDT
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AcquiredAsEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2020.05.28 at 10:35:45 AM PDT
5+
// Generated on: 2020.07.15 at 03:58:30 PM PDT
66
//
77

88

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AdvancedInventoryPrefs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
33
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2020.05.28 at 10:35:45 AM PDT
5+
// Generated on: 2020.07.15 at 03:58:30 PM PDT
66
//
77

88

0 commit comments

Comments
 (0)