Skip to content

Commit cbc7753

Browse files
committed
java release 6.1 for mv 57
1 parent 6609ebc commit cbc7753

File tree

306 files changed

+1393
-999
lines changed

Some content is hidden

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

306 files changed

+1393
-999
lines changed

ipp-v3-java-data/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.intuit.quickbooks-online</groupId>
66
<artifactId>ipp-v3-java-devkit-pom</artifactId>
7-
<version>6.0.10</version>
7+
<version>6.1.0</version>
88
</parent>
99

1010
<artifactId>ipp-v3-java-data</artifactId>
@@ -88,12 +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-
<!--
96-
<plugin>
95+
<!--<plugin>
9796
<groupId>org.apache.maven.plugins</groupId>
9897
<artifactId>maven-clean-plugin</artifactId>
9998
<version>2.5</version>
@@ -155,8 +154,7 @@
155154
</configuration>
156155
</execution>
157156
</executions>
158-
</plugin>
159-
-->
157+
</plugin>-->
160158
<!-- end of regeneration code block -->
161159

162160
</plugins>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
66
See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
77
Any modifications to this file will be lost upon recompilation of the source schema.
8-
Generated on: 2020.09.10 at 09:45:50 AM PDT
8+
Generated on: 2020.11.09 at 07:43:52 AM PST
99
1010
-->
1111
<bindings xmlns:tns="http://schema.intuit.com/finance/v3" if-exists="true" scd="x-schema::tns">
@@ -360,6 +360,9 @@ Generated on: 2020.09.10 at 09:45:50 AM PDT
360360
<bindings if-exists="true" scd="~tns:TaxLineDetail">
361361
<class ref="com.intuit.ipp.data.TaxLineDetail"/>
362362
</bindings>
363+
<bindings if-exists="true" scd="~tns:ReimburseLineDetail">
364+
<class ref="com.intuit.ipp.data.ReimburseLineDetail"/>
365+
</bindings>
363366
<bindings if-exists="true" scd="~tns:AccountBasedExpenseLineDetail">
364367
<class ref="com.intuit.ipp.data.AccountBasedExpenseLineDetail"/>
365368
</bindings>

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.09.10 at 09:45:50 AM PDT
5+
// Generated on: 2020.11.09 at 07:43:52 AM PST
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.09.10 at 09:45:50 AM PDT
5+
// Generated on: 2020.11.09 at 07:43:52 AM PST
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.09.10 at 09:45:50 AM PDT
5+
// Generated on: 2020.11.09 at 07:43:52 AM PST
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.09.10 at 09:45:50 AM PDT
5+
// Generated on: 2020.11.09 at 07:43:52 AM PST
66
//
77

88

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

Lines changed: 13 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.09.10 at 09:45:50 AM PDT
5+
// Generated on: 2020.11.09 at 07:43:52 AM PST
66
//
77

88

@@ -135,6 +135,7 @@
135135
* &lt;enumeration value="PrepaidExpenses"/&gt;
136136
* &lt;enumeration value="PrepaidExpensesPayable"/&gt;
137137
* &lt;enumeration value="PromotionalMeals"/&gt;
138+
* &lt;enumeration value="PropertyTaxHomeOffice"/&gt;
138139
* &lt;enumeration value="RentAndLeaseHomeOffice"/&gt;
139140
* &lt;enumeration value="RentOrLeaseOfBuildings"/&gt;
140141
* &lt;enumeration value="RentsHeldInTrust"/&gt;
@@ -1701,6 +1702,16 @@ public enum AccountSubTypeEnum {
17011702
@XmlEnumValue("PromotionalMeals")
17021703
PROMOTIONAL_MEALS("PromotionalMeals"),
17031704

1705+
/**
1706+
*
1707+
* Product: QBO
1708+
* Description: Money your business spends on property tax for a home that has a home office.
1709+
*
1710+
*
1711+
*/
1712+
@XmlEnumValue("PropertyTaxHomeOffice")
1713+
PROPERTY_TAX_HOME_OFFICE("PropertyTaxHomeOffice"),
1714+
17041715
/**
17051716
*
17061717
* Product: QBO
@@ -3328,7 +3339,7 @@ public enum AccountSubTypeEnum {
33283339
* Product: QBO
33293340
* Description: Use
33303341
* <pre>
3331-
* &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;b xmlns="http://schema.intuit.com/finance/v3" xmlns:p393617_="http://java.sun.com/xml/ns/jaxb" xmlns:p597543_="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;
3342+
* &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;b xmlns="http://schema.intuit.com/finance/v3" xmlns:p455820_="http://java.sun.com/xml/ns/jaxb" xmlns:p542480_="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;
33323343
* </pre>
33333344
* to track the application amounts the company receives for shares that still need to be allotted to the investors.
33343345
*

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.09.10 at 09:45:50 AM PDT
5+
// Generated on: 2020.11.09 at 07:43:52 AM PST
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.09.10 at 09:45:50 AM PDT
5+
// Generated on: 2020.11.09 at 07:43:52 AM PST
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.09.10 at 09:45:50 AM PDT
5+
// Generated on: 2020.11.09 at 07:43:52 AM PST
66
//
77

88

0 commit comments

Comments
 (0)