Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ipp-java-qbapihelper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
<parent>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<groupId>com.intuit.quickbooks-online</groupId>
<version>2.9.2</version>
<version>2.9.3</version>
</parent>
<artifactId>ipp-java-qbapihelper</artifactId>
<version>2.9.2</version>
<version>2.9.3</version>
<packaging>jar</packaging>
<name>Quickbooks API Helper for Oauth</name>
<description>Quickbooks API Helper Project for OAuth, Disconnect and Reconnect</description>
Expand Down
8 changes: 4 additions & 4 deletions ipp-v3-java-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>com.intuit.quickbooks-online</groupId>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<version>2.9.2</version>
<version>2.9.3</version>
</parent>

<artifactId>ipp-v3-java-data</artifactId>
<name>IPP V3 Java - Data Project</name>
<description>IPP Java V3 DevKit Data project - FMS Entities generation</description>
<version>2.9.2</version>
<version>2.9.3</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -78,7 +78,7 @@
</executions>
</plugin> -->
<!-- commented to avoid regeneration of entities, as the same is not required everytime -->
<!--
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
Expand Down Expand Up @@ -141,7 +141,7 @@
</configuration>
</execution>
</executions>
</plugin> -->
</plugin> -->
</plugins>
</build>

Expand Down
14 changes: 10 additions & 4 deletions ipp-v3-java-data/src/main/java/META-INF/sun-jaxb.episode
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
Any modifications to this file will be lost upon recompilation of the source schema.
Generated on: 2016.04.13 at 10:49:20 AM PDT
Generated on: 2017.06.06 at 02:08:21 PM PDT

-->
<bindings scd="x-schema::tns" xmlns:tns="http://schema.intuit.com/finance/v3">
Expand Down Expand Up @@ -75,6 +75,9 @@ Generated on: 2016.04.13 at 10:49:20 AM PDT
<bindings scd="~tns:Term">
<class ref="com.intuit.ipp.data.Term"/>
</bindings>
<bindings scd="~tns:CustomerType">
<class ref="com.intuit.ipp.data.CustomerType"/>
</bindings>
<bindings scd="~tns:CustomFieldDefinition">
<class ref="com.intuit.ipp.data.CustomFieldDefinition"/>
</bindings>
Expand Down Expand Up @@ -207,6 +210,9 @@ Generated on: 2016.04.13 at 10:49:20 AM PDT
<bindings scd="~tns:Attachable">
<class ref="com.intuit.ipp.data.Attachable"/>
</bindings>
<bindings scd="~tns:TaxReturn">
<class ref="com.intuit.ipp.data.TaxReturn"/>
</bindings>
<bindings scd="~tns:Fault">
<class ref="com.intuit.ipp.data.Fault"/>
</bindings>
Expand Down Expand Up @@ -276,6 +282,9 @@ Generated on: 2016.04.13 at 10:49:20 AM PDT
<bindings scd="~tns:PriceLevelPerItem">
<class ref="com.intuit.ipp.data.PriceLevelPerItem"/>
</bindings>
<bindings scd="~tns:StatusInfo">
<class ref="com.intuit.ipp.data.StatusInfo"/>
</bindings>
<bindings scd="~tns:OLBAccount">
<class ref="com.intuit.ipp.data.OLBAccount"/>
</bindings>
Expand Down Expand Up @@ -381,9 +390,6 @@ Generated on: 2016.04.13 at 10:49:20 AM PDT
<bindings scd="~tns:UOMRef">
<class ref="com.intuit.ipp.data.UOMRef"/>
</bindings>
<bindings scd="~tns:CustomerType">
<class ref="com.intuit.ipp.data.CustomerType"/>
</bindings>
<bindings scd="~tns:EmailAddress">
<class ref="com.intuit.ipp.data.EmailAddress"/>
</bindings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,7 +17,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.14 at 04:24:27 PM PST
// Generated on: 2017.06.06 at 02:08:21 PM PDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,7 +17,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.14 at 04:24:27 PM PST
// Generated on: 2017.06.06 at 02:08:21 PM PDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,7 +17,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.14 at 04:24:27 PM PST
// Generated on: 2017.06.06 at 02:08:21 PM PDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,7 +17,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.14 at 04:24:27 PM PST
// Generated on: 2017.06.06 at 02:08:21 PM PDT
//


Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
/*******************************************************************************
* Copyright (c) 2017 Intuit
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*******************************************************************************/
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.14 at 04:24:27 PM PST
// Generated on: 2017.06.06 at 02:08:21 PM PDT
//


Expand Down Expand Up @@ -142,6 +157,10 @@
* &lt;enumeration value="UndepositedFunds"/>
* &lt;enumeration value="Utilities"/>
* &lt;enumeration value="Vehicles"/>
* &lt;enumeration value="WithholdingTaxSales"/>
* &lt;enumeration value="WithholdingTaxPurchases"/>
* &lt;enumeration value="WithholdingAssetAmount"/>
* &lt;enumeration value="WithholdingLiabilityAmount"/>
* &lt;/restriction>
* &lt;/simpleType>
* </pre>
Expand Down Expand Up @@ -1678,7 +1697,47 @@ public enum AccountSubTypeEnum {
*
*/
@XmlEnumValue("Vehicles")
VEHICLES("Vehicles");
VEHICLES("Vehicles"),

/**
*
* Product: QBO
* Description: Use Withholding Tax Sales to track the income you have received with a withholding product/service.
*
*
*/
@XmlEnumValue("WithholdingTaxSales")
WITHHOLDING_TAX_SALES("WithholdingTaxSales"),

/**
*
* Product: QBO
* Description: Use Withholding Tax Purchases to track the expenses you have incurred with a withholding account/item.
*
*
*/
@XmlEnumValue("WithholdingTaxPurchases")
WITHHOLDING_TAX_PURCHASES("WithholdingTaxPurchases"),

/**
*
* Product: QBO
* Description: Use Withholding Asset account to track the withholding balance as an asset for the company.
*
*
*/
@XmlEnumValue("WithholdingAssetAmount")
WITHHOLDING_ASSET_AMOUNT("WithholdingAssetAmount"),

/**
*
* Product: QBO
* Description: Use Withholding Liability account track the withholding balance as a liability for the company.
*
*
*/
@XmlEnumValue("WithholdingLiabilityAmount")
WITHHOLDING_LIABILITY_AMOUNT("WithholdingLiabilityAmount");
private final String value;

AccountSubTypeEnum(String v) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,7 +17,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.14 at 04:24:27 PM PST
// Generated on: 2017.06.06 at 02:08:21 PM PDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,7 +17,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.14 at 04:24:27 PM PST
// Generated on: 2017.06.06 at 02:08:21 PM PDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,7 +17,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.14 at 04:24:27 PM PST
// Generated on: 2017.06.06 at 02:08:21 PM PDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,7 +17,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.14 at 04:24:27 PM PST
// Generated on: 2017.06.06 at 02:08:21 PM PDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,7 +17,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.14 at 04:24:27 PM PST
// Generated on: 2017.06.06 at 02:08:21 PM PDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,7 +17,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.14 at 04:24:27 PM PST
// Generated on: 2017.06.06 at 02:08:21 PM PDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,7 +17,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.14 at 04:24:27 PM PST
// Generated on: 2017.06.06 at 02:08:21 PM PDT
//


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -17,7 +17,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.11.14 at 04:24:27 PM PST
// Generated on: 2017.06.06 at 02:08:21 PM PDT
//


Expand Down
Loading