Skip to content

Commit

Permalink
Merge pull request #1 from szewczyk-it/master
Browse files Browse the repository at this point in the history
Upgrade to 1.2.028 version
  • Loading branch information
bradsdavis authored Aug 17, 2016
2 parents 6883238 + 62b8c16 commit 6acad4b
Show file tree
Hide file tree
Showing 2,206 changed files with 157,942 additions and 46,721 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cxml</groupId>
<artifactId>cxml-api</artifactId>
<version>1.2.024</version>
<version>1.2.028</version>
<name>CXML API</name>

<build>
Expand All @@ -11,6 +11,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>0.8.2</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -48,4 +49,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions src/main/java/org/cxml/catalog/Accounting.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
// 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: 2013.08.06 at 12:45:09 AM EDT
// Generated on: 2015.09.23 at 11:07:02 AM CEST
//


Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/cxml/catalog/AccountingSegment.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
// 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: 2013.08.06 at 12:45:09 AM EDT
// Generated on: 2015.09.23 at 11:07:02 AM CEST
//


Expand Down
190 changes: 190 additions & 0 deletions src/main/java/org/cxml/catalog/AdditionalAmounts.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,190 @@
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
// 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: 2015.09.23 at 11:07:02 AM CEST
//


package org.cxml.catalog;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;


/**
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"totalRetailAmount",
"informationalAmount",
"grossProgressPaymentAmount",
"totalReturnableItemsDepositAmount",
"goodsAndServiceAmount",
"exactAmount"
})
@XmlRootElement(name = "AdditionalAmounts")
public class AdditionalAmounts {

@XmlElement(name = "TotalRetailAmount")
protected TotalRetailAmount totalRetailAmount;
@XmlElement(name = "InformationalAmount")
protected InformationalAmount informationalAmount;
@XmlElement(name = "GrossProgressPaymentAmount")
protected GrossProgressPaymentAmount grossProgressPaymentAmount;
@XmlElement(name = "TotalReturnableItemsDepositAmount")
protected TotalReturnableItemsDepositAmount totalReturnableItemsDepositAmount;
@XmlElement(name = "GoodsAndServiceAmount")
protected GoodsAndServiceAmount goodsAndServiceAmount;
@XmlElement(name = "ExactAmount")
protected ExactAmount exactAmount;

/**
* Gets the value of the totalRetailAmount property.
*
* @return
* possible object is
* {@link TotalRetailAmount }
*
*/
public TotalRetailAmount getTotalRetailAmount() {
return totalRetailAmount;
}

/**
* Sets the value of the totalRetailAmount property.
*
* @param value
* allowed object is
* {@link TotalRetailAmount }
*
*/
public void setTotalRetailAmount(TotalRetailAmount value) {
this.totalRetailAmount = value;
}

/**
* Gets the value of the informationalAmount property.
*
* @return
* possible object is
* {@link InformationalAmount }
*
*/
public InformationalAmount getInformationalAmount() {
return informationalAmount;
}

/**
* Sets the value of the informationalAmount property.
*
* @param value
* allowed object is
* {@link InformationalAmount }
*
*/
public void setInformationalAmount(InformationalAmount value) {
this.informationalAmount = value;
}

/**
* Gets the value of the grossProgressPaymentAmount property.
*
* @return
* possible object is
* {@link GrossProgressPaymentAmount }
*
*/
public GrossProgressPaymentAmount getGrossProgressPaymentAmount() {
return grossProgressPaymentAmount;
}

/**
* Sets the value of the grossProgressPaymentAmount property.
*
* @param value
* allowed object is
* {@link GrossProgressPaymentAmount }
*
*/
public void setGrossProgressPaymentAmount(GrossProgressPaymentAmount value) {
this.grossProgressPaymentAmount = value;
}

/**
* Gets the value of the totalReturnableItemsDepositAmount property.
*
* @return
* possible object is
* {@link TotalReturnableItemsDepositAmount }
*
*/
public TotalReturnableItemsDepositAmount getTotalReturnableItemsDepositAmount() {
return totalReturnableItemsDepositAmount;
}

/**
* Sets the value of the totalReturnableItemsDepositAmount property.
*
* @param value
* allowed object is
* {@link TotalReturnableItemsDepositAmount }
*
*/
public void setTotalReturnableItemsDepositAmount(TotalReturnableItemsDepositAmount value) {
this.totalReturnableItemsDepositAmount = value;
}

/**
* Gets the value of the goodsAndServiceAmount property.
*
* @return
* possible object is
* {@link GoodsAndServiceAmount }
*
*/
public GoodsAndServiceAmount getGoodsAndServiceAmount() {
return goodsAndServiceAmount;
}

/**
* Sets the value of the goodsAndServiceAmount property.
*
* @param value
* allowed object is
* {@link GoodsAndServiceAmount }
*
*/
public void setGoodsAndServiceAmount(GoodsAndServiceAmount value) {
this.goodsAndServiceAmount = value;
}

/**
* Gets the value of the exactAmount property.
*
* @return
* possible object is
* {@link ExactAmount }
*
*/
public ExactAmount getExactAmount() {
return exactAmount;
}

/**
* Sets the value of the exactAmount property.
*
* @param value
* allowed object is
* {@link ExactAmount }
*
*/
public void setExactAmount(ExactAmount value) {
this.exactAmount = value;
}

}
4 changes: 2 additions & 2 deletions src/main/java/org/cxml/catalog/AdditionalCost.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
// 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: 2013.08.06 at 12:45:09 AM EDT
// Generated on: 2015.09.23 at 11:07:02 AM CEST
//


Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/cxml/catalog/AdditionalDeduction.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
// 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: 2013.08.06 at 12:45:09 AM EDT
// Generated on: 2015.09.23 at 11:07:02 AM CEST
//


Expand Down
136 changes: 136 additions & 0 deletions src/main/java/org/cxml/catalog/AdditionalPrices.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
// 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: 2015.09.23 at 11:07:02 AM CEST
//


package org.cxml.catalog;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;


/**
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"unitGrossPrice",
"informationalPrice",
"informationalPriceExclTax",
"unitNetPriceCorrection"
})
@XmlRootElement(name = "AdditionalPrices")
public class AdditionalPrices {

@XmlElement(name = "UnitGrossPrice")
protected UnitGrossPrice unitGrossPrice;
@XmlElement(name = "InformationalPrice")
protected InformationalPrice informationalPrice;
@XmlElement(name = "InformationalPriceExclTax")
protected InformationalPriceExclTax informationalPriceExclTax;
@XmlElement(name = "UnitNetPriceCorrection")
protected UnitNetPriceCorrection unitNetPriceCorrection;

/**
* Gets the value of the unitGrossPrice property.
*
* @return
* possible object is
* {@link UnitGrossPrice }
*
*/
public UnitGrossPrice getUnitGrossPrice() {
return unitGrossPrice;
}

/**
* Sets the value of the unitGrossPrice property.
*
* @param value
* allowed object is
* {@link UnitGrossPrice }
*
*/
public void setUnitGrossPrice(UnitGrossPrice value) {
this.unitGrossPrice = value;
}

/**
* Gets the value of the informationalPrice property.
*
* @return
* possible object is
* {@link InformationalPrice }
*
*/
public InformationalPrice getInformationalPrice() {
return informationalPrice;
}

/**
* Sets the value of the informationalPrice property.
*
* @param value
* allowed object is
* {@link InformationalPrice }
*
*/
public void setInformationalPrice(InformationalPrice value) {
this.informationalPrice = value;
}

/**
* Gets the value of the informationalPriceExclTax property.
*
* @return
* possible object is
* {@link InformationalPriceExclTax }
*
*/
public InformationalPriceExclTax getInformationalPriceExclTax() {
return informationalPriceExclTax;
}

/**
* Sets the value of the informationalPriceExclTax property.
*
* @param value
* allowed object is
* {@link InformationalPriceExclTax }
*
*/
public void setInformationalPriceExclTax(InformationalPriceExclTax value) {
this.informationalPriceExclTax = value;
}

/**
* Gets the value of the unitNetPriceCorrection property.
*
* @return
* possible object is
* {@link UnitNetPriceCorrection }
*
*/
public UnitNetPriceCorrection getUnitNetPriceCorrection() {
return unitNetPriceCorrection;
}

/**
* Sets the value of the unitNetPriceCorrection property.
*
* @param value
* allowed object is
* {@link UnitNetPriceCorrection }
*
*/
public void setUnitNetPriceCorrection(UnitNetPriceCorrection value) {
this.unitNetPriceCorrection = value;
}

}
Loading

0 comments on commit 6acad4b

Please sign in to comment.