Skip to content

Commit 8cfb118

Browse files
authored
Merge pull request #22 from intuit/develop
merge v2.9.6 to master
2 parents 74e10e2 + 99792c7 commit 8cfb118

File tree

1,269 files changed

+12780
-12755
lines changed

Some content is hidden

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

1,269 files changed

+12780
-12755
lines changed

ipp-java-qbapihelper/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<parent>
2222
<artifactId>ipp-v3-java-devkit-pom</artifactId>
2323
<groupId>com.intuit.quickbooks-online</groupId>
24-
<version>2.9.5</version>
24+
<version>2.9.6</version>
2525
</parent>
2626
<artifactId>ipp-java-qbapihelper</artifactId>
27-
<version>2.9.5</version>
27+
<version>2.9.6</version>
2828
<packaging>jar</packaging>
2929
<name>Quickbooks API Helper for Oauth</name>
3030
<description>Quickbooks API Helper Project for OAuth, Disconnect and Reconnect</description>

ipp-v3-java-data/pom.xml

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

1010
<artifactId>ipp-v3-java-data</artifactId>
1111
<name>IPP V3 Java - Data Project</name>
1212
<description>IPP Java V3 DevKit Data project - FMS Entities generation</description>
13-
<version>2.9.5</version>
13+
<version>2.9.6</version>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -78,7 +78,7 @@
7878
</executions>
7979
</plugin> -->
8080
<!-- commented to avoid regeneration of entities, as the same is not required everytime -->
81-
<!--
81+
<!--
8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-clean-plugin</artifactId>

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

Lines changed: 7 additions & 7 deletions
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.2.7
66
See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
77
Any modifications to this file will be lost upon recompilation of the source schema.
8-
Generated on: 2017.06.06 at 02:08:21 PM PDT
8+
Generated on: 2017.07.10 at 10:56:50 AM PDT
99
1010
-->
1111
<bindings scd="x-schema::tns" xmlns:tns="http://schema.intuit.com/finance/v3">
@@ -516,12 +516,12 @@ Generated on: 2017.06.06 at 02:08:21 PM PDT
516516
<bindings scd="~tns:DiscountOverride">
517517
<class ref="com.intuit.ipp.data.DiscountOverride"/>
518518
</bindings>
519-
<bindings scd="~tns:GroupLineDetail">
520-
<class ref="com.intuit.ipp.data.GroupLineDetail"/>
521-
</bindings>
522519
<bindings scd="~tns:Column">
523520
<class ref="com.intuit.ipp.data.Column"/>
524521
</bindings>
522+
<bindings scd="~tns:GroupLineDetail">
523+
<class ref="com.intuit.ipp.data.GroupLineDetail"/>
524+
</bindings>
525525
<bindings scd="~tns:TemplateName">
526526
<class ref="com.intuit.ipp.data.TemplateName"/>
527527
</bindings>
@@ -720,12 +720,12 @@ Generated on: 2017.06.06 at 02:08:21 PM PDT
720720
<bindings scd="~tns:FaultTypeEnum">
721721
<typesafeEnumClass ref="com.intuit.ipp.data.FaultTypeEnum"/>
722722
</bindings>
723-
<bindings scd="~tns:ETransactionStatusEnum">
724-
<typesafeEnumClass ref="com.intuit.ipp.data.ETransactionStatusEnum"/>
725-
</bindings>
726723
<bindings scd="~tns:RowTypeEnum">
727724
<typesafeEnumClass ref="com.intuit.ipp.data.RowTypeEnum"/>
728725
</bindings>
726+
<bindings scd="~tns:ETransactionStatusEnum">
727+
<typesafeEnumClass ref="com.intuit.ipp.data.ETransactionStatusEnum"/>
728+
</bindings>
729729
<bindings scd="~tns:PhysicalAddressTypeEnum">
730730
<typesafeEnumClass ref="com.intuit.ipp.data.PhysicalAddressTypeEnum"/>
731731
</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
@@ -17,7 +17,7 @@
1717
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
1818
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
1919
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2017.06.06 at 02:08:21 PM PDT
20+
// Generated on: 2017.07.10 at 10:56:50 AM PDT
2121
//
2222

2323

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

Lines changed: 61 additions & 61 deletions
Large diffs are not rendered by default.

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

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
1818
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
1919
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2017.06.06 at 02:08:21 PM PDT
20+
// Generated on: 2017.07.10 at 10:56:50 AM PDT
2121
//
2222

2323

@@ -29,10 +29,10 @@
2929
import javax.xml.bind.annotation.XmlAccessorType;
3030
import javax.xml.bind.annotation.XmlElement;
3131
import javax.xml.bind.annotation.XmlType;
32-
import org.jvnet.jaxb2_commons.lang.Equals;
33-
import org.jvnet.jaxb2_commons.lang.EqualsStrategy;
34-
import org.jvnet.jaxb2_commons.lang.HashCode;
35-
import org.jvnet.jaxb2_commons.lang.HashCodeStrategy;
32+
import org.jvnet.jaxb2_commons.lang.Equals2;
33+
import org.jvnet.jaxb2_commons.lang.EqualsStrategy2;
34+
import org.jvnet.jaxb2_commons.lang.HashCode2;
35+
import org.jvnet.jaxb2_commons.lang.HashCodeStrategy2;
3636
import org.jvnet.jaxb2_commons.lang.JAXBEqualsStrategy;
3737
import org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy;
3838
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
@@ -84,8 +84,7 @@
8484
"taxInclusiveAmt",
8585
"expenseDetailLineDetailEx"
8686
})
87-
public class AccountBasedExpenseLineDetail
88-
implements Serializable, Equals, HashCode
87+
public class AccountBasedExpenseLineDetail implements Serializable, Equals2, HashCode2
8988
{
9089

9190
private final static long serialVersionUID = 1L;
@@ -324,8 +323,8 @@ public void setExpenseDetailLineDetailEx(IntuitAnyType value) {
324323
this.expenseDetailLineDetailEx = value;
325324
}
326325

327-
public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy strategy) {
328-
if (!(object instanceof AccountBasedExpenseLineDetail)) {
326+
public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Object object, EqualsStrategy2 strategy) {
327+
if ((object == null)||(this.getClass()!= object.getClass())) {
329328
return false;
330329
}
331330
if (this == object) {
@@ -337,7 +336,7 @@ public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Obje
337336
lhsCustomerRef = this.getCustomerRef();
338337
ReferenceType rhsCustomerRef;
339338
rhsCustomerRef = that.getCustomerRef();
340-
if (!strategy.equals(LocatorUtils.property(thisLocator, "customerRef", lhsCustomerRef), LocatorUtils.property(thatLocator, "customerRef", rhsCustomerRef), lhsCustomerRef, rhsCustomerRef)) {
339+
if (!strategy.equals(LocatorUtils.property(thisLocator, "customerRef", lhsCustomerRef), LocatorUtils.property(thatLocator, "customerRef", rhsCustomerRef), lhsCustomerRef, rhsCustomerRef, (this.customerRef!= null), (that.customerRef!= null))) {
341340
return false;
342341
}
343342
}
@@ -346,7 +345,7 @@ public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Obje
346345
lhsClassRef = this.getClassRef();
347346
ReferenceType rhsClassRef;
348347
rhsClassRef = that.getClassRef();
349-
if (!strategy.equals(LocatorUtils.property(thisLocator, "classRef", lhsClassRef), LocatorUtils.property(thatLocator, "classRef", rhsClassRef), lhsClassRef, rhsClassRef)) {
348+
if (!strategy.equals(LocatorUtils.property(thisLocator, "classRef", lhsClassRef), LocatorUtils.property(thatLocator, "classRef", rhsClassRef), lhsClassRef, rhsClassRef, (this.classRef!= null), (that.classRef!= null))) {
350349
return false;
351350
}
352351
}
@@ -355,7 +354,7 @@ public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Obje
355354
lhsAccountRef = this.getAccountRef();
356355
ReferenceType rhsAccountRef;
357356
rhsAccountRef = that.getAccountRef();
358-
if (!strategy.equals(LocatorUtils.property(thisLocator, "accountRef", lhsAccountRef), LocatorUtils.property(thatLocator, "accountRef", rhsAccountRef), lhsAccountRef, rhsAccountRef)) {
357+
if (!strategy.equals(LocatorUtils.property(thisLocator, "accountRef", lhsAccountRef), LocatorUtils.property(thatLocator, "accountRef", rhsAccountRef), lhsAccountRef, rhsAccountRef, (this.accountRef!= null), (that.accountRef!= null))) {
359358
return false;
360359
}
361360
}
@@ -364,7 +363,7 @@ public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Obje
364363
lhsBillableStatus = this.getBillableStatus();
365364
BillableStatusEnum rhsBillableStatus;
366365
rhsBillableStatus = that.getBillableStatus();
367-
if (!strategy.equals(LocatorUtils.property(thisLocator, "billableStatus", lhsBillableStatus), LocatorUtils.property(thatLocator, "billableStatus", rhsBillableStatus), lhsBillableStatus, rhsBillableStatus)) {
366+
if (!strategy.equals(LocatorUtils.property(thisLocator, "billableStatus", lhsBillableStatus), LocatorUtils.property(thatLocator, "billableStatus", rhsBillableStatus), lhsBillableStatus, rhsBillableStatus, (this.billableStatus!= null), (that.billableStatus!= null))) {
368367
return false;
369368
}
370369
}
@@ -373,7 +372,7 @@ public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Obje
373372
lhsMarkupInfo = this.getMarkupInfo();
374373
MarkupInfo rhsMarkupInfo;
375374
rhsMarkupInfo = that.getMarkupInfo();
376-
if (!strategy.equals(LocatorUtils.property(thisLocator, "markupInfo", lhsMarkupInfo), LocatorUtils.property(thatLocator, "markupInfo", rhsMarkupInfo), lhsMarkupInfo, rhsMarkupInfo)) {
375+
if (!strategy.equals(LocatorUtils.property(thisLocator, "markupInfo", lhsMarkupInfo), LocatorUtils.property(thatLocator, "markupInfo", rhsMarkupInfo), lhsMarkupInfo, rhsMarkupInfo, (this.markupInfo!= null), (that.markupInfo!= null))) {
377376
return false;
378377
}
379378
}
@@ -382,7 +381,7 @@ public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Obje
382381
lhsTaxAmount = this.getTaxAmount();
383382
BigDecimal rhsTaxAmount;
384383
rhsTaxAmount = that.getTaxAmount();
385-
if (!strategy.equals(LocatorUtils.property(thisLocator, "taxAmount", lhsTaxAmount), LocatorUtils.property(thatLocator, "taxAmount", rhsTaxAmount), lhsTaxAmount, rhsTaxAmount)) {
384+
if (!strategy.equals(LocatorUtils.property(thisLocator, "taxAmount", lhsTaxAmount), LocatorUtils.property(thatLocator, "taxAmount", rhsTaxAmount), lhsTaxAmount, rhsTaxAmount, (this.taxAmount!= null), (that.taxAmount!= null))) {
386385
return false;
387386
}
388387
}
@@ -391,7 +390,7 @@ public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Obje
391390
lhsTaxCodeRef = this.getTaxCodeRef();
392391
ReferenceType rhsTaxCodeRef;
393392
rhsTaxCodeRef = that.getTaxCodeRef();
394-
if (!strategy.equals(LocatorUtils.property(thisLocator, "taxCodeRef", lhsTaxCodeRef), LocatorUtils.property(thatLocator, "taxCodeRef", rhsTaxCodeRef), lhsTaxCodeRef, rhsTaxCodeRef)) {
393+
if (!strategy.equals(LocatorUtils.property(thisLocator, "taxCodeRef", lhsTaxCodeRef), LocatorUtils.property(thatLocator, "taxCodeRef", rhsTaxCodeRef), lhsTaxCodeRef, rhsTaxCodeRef, (this.taxCodeRef!= null), (that.taxCodeRef!= null))) {
395394
return false;
396395
}
397396
}
@@ -400,7 +399,7 @@ public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Obje
400399
lhsTaxInclusiveAmt = this.getTaxInclusiveAmt();
401400
BigDecimal rhsTaxInclusiveAmt;
402401
rhsTaxInclusiveAmt = that.getTaxInclusiveAmt();
403-
if (!strategy.equals(LocatorUtils.property(thisLocator, "taxInclusiveAmt", lhsTaxInclusiveAmt), LocatorUtils.property(thatLocator, "taxInclusiveAmt", rhsTaxInclusiveAmt), lhsTaxInclusiveAmt, rhsTaxInclusiveAmt)) {
402+
if (!strategy.equals(LocatorUtils.property(thisLocator, "taxInclusiveAmt", lhsTaxInclusiveAmt), LocatorUtils.property(thatLocator, "taxInclusiveAmt", rhsTaxInclusiveAmt), lhsTaxInclusiveAmt, rhsTaxInclusiveAmt, (this.taxInclusiveAmt!= null), (that.taxInclusiveAmt!= null))) {
404403
return false;
405404
}
406405
}
@@ -409,70 +408,70 @@ public boolean equals(ObjectLocator thisLocator, ObjectLocator thatLocator, Obje
409408
lhsExpenseDetailLineDetailEx = this.getExpenseDetailLineDetailEx();
410409
IntuitAnyType rhsExpenseDetailLineDetailEx;
411410
rhsExpenseDetailLineDetailEx = that.getExpenseDetailLineDetailEx();
412-
if (!strategy.equals(LocatorUtils.property(thisLocator, "expenseDetailLineDetailEx", lhsExpenseDetailLineDetailEx), LocatorUtils.property(thatLocator, "expenseDetailLineDetailEx", rhsExpenseDetailLineDetailEx), lhsExpenseDetailLineDetailEx, rhsExpenseDetailLineDetailEx)) {
411+
if (!strategy.equals(LocatorUtils.property(thisLocator, "expenseDetailLineDetailEx", lhsExpenseDetailLineDetailEx), LocatorUtils.property(thatLocator, "expenseDetailLineDetailEx", rhsExpenseDetailLineDetailEx), lhsExpenseDetailLineDetailEx, rhsExpenseDetailLineDetailEx, (this.expenseDetailLineDetailEx!= null), (that.expenseDetailLineDetailEx!= null))) {
413412
return false;
414413
}
415414
}
416415
return true;
417416
}
418417

419418
public boolean equals(Object object) {
420-
final EqualsStrategy strategy = JAXBEqualsStrategy.INSTANCE;
419+
final EqualsStrategy2 strategy = JAXBEqualsStrategy.INSTANCE;
421420
return equals(null, null, object, strategy);
422421
}
423422

424-
public int hashCode(ObjectLocator locator, HashCodeStrategy strategy) {
423+
public int hashCode(ObjectLocator locator, HashCodeStrategy2 strategy) {
425424
int currentHashCode = 1;
426425
{
427426
ReferenceType theCustomerRef;
428427
theCustomerRef = this.getCustomerRef();
429-
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "customerRef", theCustomerRef), currentHashCode, theCustomerRef);
428+
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "customerRef", theCustomerRef), currentHashCode, theCustomerRef, (this.customerRef!= null));
430429
}
431430
{
432431
ReferenceType theClassRef;
433432
theClassRef = this.getClassRef();
434-
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "classRef", theClassRef), currentHashCode, theClassRef);
433+
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "classRef", theClassRef), currentHashCode, theClassRef, (this.classRef!= null));
435434
}
436435
{
437436
ReferenceType theAccountRef;
438437
theAccountRef = this.getAccountRef();
439-
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "accountRef", theAccountRef), currentHashCode, theAccountRef);
438+
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "accountRef", theAccountRef), currentHashCode, theAccountRef, (this.accountRef!= null));
440439
}
441440
{
442441
BillableStatusEnum theBillableStatus;
443442
theBillableStatus = this.getBillableStatus();
444-
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "billableStatus", theBillableStatus), currentHashCode, theBillableStatus);
443+
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "billableStatus", theBillableStatus), currentHashCode, theBillableStatus, (this.billableStatus!= null));
445444
}
446445
{
447446
MarkupInfo theMarkupInfo;
448447
theMarkupInfo = this.getMarkupInfo();
449-
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "markupInfo", theMarkupInfo), currentHashCode, theMarkupInfo);
448+
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "markupInfo", theMarkupInfo), currentHashCode, theMarkupInfo, (this.markupInfo!= null));
450449
}
451450
{
452451
BigDecimal theTaxAmount;
453452
theTaxAmount = this.getTaxAmount();
454-
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "taxAmount", theTaxAmount), currentHashCode, theTaxAmount);
453+
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "taxAmount", theTaxAmount), currentHashCode, theTaxAmount, (this.taxAmount!= null));
455454
}
456455
{
457456
ReferenceType theTaxCodeRef;
458457
theTaxCodeRef = this.getTaxCodeRef();
459-
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "taxCodeRef", theTaxCodeRef), currentHashCode, theTaxCodeRef);
458+
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "taxCodeRef", theTaxCodeRef), currentHashCode, theTaxCodeRef, (this.taxCodeRef!= null));
460459
}
461460
{
462461
BigDecimal theTaxInclusiveAmt;
463462
theTaxInclusiveAmt = this.getTaxInclusiveAmt();
464-
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "taxInclusiveAmt", theTaxInclusiveAmt), currentHashCode, theTaxInclusiveAmt);
463+
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "taxInclusiveAmt", theTaxInclusiveAmt), currentHashCode, theTaxInclusiveAmt, (this.taxInclusiveAmt!= null));
465464
}
466465
{
467466
IntuitAnyType theExpenseDetailLineDetailEx;
468467
theExpenseDetailLineDetailEx = this.getExpenseDetailLineDetailEx();
469-
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "expenseDetailLineDetailEx", theExpenseDetailLineDetailEx), currentHashCode, theExpenseDetailLineDetailEx);
468+
currentHashCode = strategy.hashCode(LocatorUtils.property(locator, "expenseDetailLineDetailEx", theExpenseDetailLineDetailEx), currentHashCode, theExpenseDetailLineDetailEx, (this.expenseDetailLineDetailEx!= null));
470469
}
471470
return currentHashCode;
472471
}
473472

474473
public int hashCode() {
475-
final HashCodeStrategy strategy = JAXBHashCodeStrategy.INSTANCE;
474+
final HashCodeStrategy2 strategy = JAXBHashCodeStrategy.INSTANCE;
476475
return this.hashCode(null, strategy);
477476
}
478477

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
@@ -17,7 +17,7 @@
1717
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
1818
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
1919
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2017.06.06 at 02:08:21 PM PDT
20+
// Generated on: 2017.07.10 at 10:56:50 AM PDT
2121
//
2222

2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
1818
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
1919
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2017.06.06 at 02:08:21 PM PDT
20+
// Generated on: 2017.07.10 at 10:56:50 AM PDT
2121
//
2222

2323

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
@@ -17,7 +17,7 @@
1717
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
1818
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
1919
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2017.06.06 at 02:08:21 PM PDT
20+
// Generated on: 2017.07.10 at 10:56:50 AM PDT
2121
//
2222

2323

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
@@ -17,7 +17,7 @@
1717
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
1818
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
1919
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2017.06.06 at 02:08:21 PM PDT
20+
// Generated on: 2017.07.10 at 10:56:50 AM PDT
2121
//
2222

2323

0 commit comments

Comments
 (0)