Skip to content

Commit 6acad4b

Browse files
authored
Merge pull request #1 from szewczyk-it/master
Upgrade to 1.2.028 version
2 parents 6883238 + 62b8c16 commit 6acad4b

2,206 files changed

Lines changed: 157942 additions & 46721 deletions

File tree

Some content is hidden

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

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.cxml</groupId>
44
<artifactId>cxml-api</artifactId>
5-
<version>1.2.024</version>
5+
<version>1.2.028</version>
66
<name>CXML API</name>
77

88
<build>
@@ -11,6 +11,7 @@
1111
<plugin>
1212
<groupId>org.jvnet.jaxb2.maven2</groupId>
1313
<artifactId>maven-jaxb2-plugin</artifactId>
14+
<version>0.8.2</version>
1415
<executions>
1516
<execution>
1617
<goals>
@@ -48,4 +49,4 @@
4849
<scope>provided</scope>
4950
</dependency>
5051
</dependencies>
51-
</project>
52+
</project>

src/main/java/org/cxml/catalog/Accounting.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//
2-
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
2+
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2013.08.06 at 12:45:09 AM EDT
5+
// Generated on: 2015.09.23 at 11:07:02 AM CEST
66
//
77

88

src/main/java/org/cxml/catalog/AccountingSegment.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//
2-
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
2+
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2013.08.06 at 12:45:09 AM EDT
5+
// Generated on: 2015.09.23 at 11:07:02 AM CEST
66
//
77

88

Lines changed: 190 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,190 @@
1+
//
2+
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
3+
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4+
// Any modifications to this file will be lost upon recompilation of the source schema.
5+
// Generated on: 2015.09.23 at 11:07:02 AM CEST
6+
//
7+
8+
9+
package org.cxml.catalog;
10+
11+
import javax.xml.bind.annotation.XmlAccessType;
12+
import javax.xml.bind.annotation.XmlAccessorType;
13+
import javax.xml.bind.annotation.XmlElement;
14+
import javax.xml.bind.annotation.XmlRootElement;
15+
import javax.xml.bind.annotation.XmlType;
16+
17+
18+
/**
19+
*
20+
*/
21+
@XmlAccessorType(XmlAccessType.FIELD)
22+
@XmlType(name = "", propOrder = {
23+
"totalRetailAmount",
24+
"informationalAmount",
25+
"grossProgressPaymentAmount",
26+
"totalReturnableItemsDepositAmount",
27+
"goodsAndServiceAmount",
28+
"exactAmount"
29+
})
30+
@XmlRootElement(name = "AdditionalAmounts")
31+
public class AdditionalAmounts {
32+
33+
@XmlElement(name = "TotalRetailAmount")
34+
protected TotalRetailAmount totalRetailAmount;
35+
@XmlElement(name = "InformationalAmount")
36+
protected InformationalAmount informationalAmount;
37+
@XmlElement(name = "GrossProgressPaymentAmount")
38+
protected GrossProgressPaymentAmount grossProgressPaymentAmount;
39+
@XmlElement(name = "TotalReturnableItemsDepositAmount")
40+
protected TotalReturnableItemsDepositAmount totalReturnableItemsDepositAmount;
41+
@XmlElement(name = "GoodsAndServiceAmount")
42+
protected GoodsAndServiceAmount goodsAndServiceAmount;
43+
@XmlElement(name = "ExactAmount")
44+
protected ExactAmount exactAmount;
45+
46+
/**
47+
* Gets the value of the totalRetailAmount property.
48+
*
49+
* @return
50+
* possible object is
51+
* {@link TotalRetailAmount }
52+
*
53+
*/
54+
public TotalRetailAmount getTotalRetailAmount() {
55+
return totalRetailAmount;
56+
}
57+
58+
/**
59+
* Sets the value of the totalRetailAmount property.
60+
*
61+
* @param value
62+
* allowed object is
63+
* {@link TotalRetailAmount }
64+
*
65+
*/
66+
public void setTotalRetailAmount(TotalRetailAmount value) {
67+
this.totalRetailAmount = value;
68+
}
69+
70+
/**
71+
* Gets the value of the informationalAmount property.
72+
*
73+
* @return
74+
* possible object is
75+
* {@link InformationalAmount }
76+
*
77+
*/
78+
public InformationalAmount getInformationalAmount() {
79+
return informationalAmount;
80+
}
81+
82+
/**
83+
* Sets the value of the informationalAmount property.
84+
*
85+
* @param value
86+
* allowed object is
87+
* {@link InformationalAmount }
88+
*
89+
*/
90+
public void setInformationalAmount(InformationalAmount value) {
91+
this.informationalAmount = value;
92+
}
93+
94+
/**
95+
* Gets the value of the grossProgressPaymentAmount property.
96+
*
97+
* @return
98+
* possible object is
99+
* {@link GrossProgressPaymentAmount }
100+
*
101+
*/
102+
public GrossProgressPaymentAmount getGrossProgressPaymentAmount() {
103+
return grossProgressPaymentAmount;
104+
}
105+
106+
/**
107+
* Sets the value of the grossProgressPaymentAmount property.
108+
*
109+
* @param value
110+
* allowed object is
111+
* {@link GrossProgressPaymentAmount }
112+
*
113+
*/
114+
public void setGrossProgressPaymentAmount(GrossProgressPaymentAmount value) {
115+
this.grossProgressPaymentAmount = value;
116+
}
117+
118+
/**
119+
* Gets the value of the totalReturnableItemsDepositAmount property.
120+
*
121+
* @return
122+
* possible object is
123+
* {@link TotalReturnableItemsDepositAmount }
124+
*
125+
*/
126+
public TotalReturnableItemsDepositAmount getTotalReturnableItemsDepositAmount() {
127+
return totalReturnableItemsDepositAmount;
128+
}
129+
130+
/**
131+
* Sets the value of the totalReturnableItemsDepositAmount property.
132+
*
133+
* @param value
134+
* allowed object is
135+
* {@link TotalReturnableItemsDepositAmount }
136+
*
137+
*/
138+
public void setTotalReturnableItemsDepositAmount(TotalReturnableItemsDepositAmount value) {
139+
this.totalReturnableItemsDepositAmount = value;
140+
}
141+
142+
/**
143+
* Gets the value of the goodsAndServiceAmount property.
144+
*
145+
* @return
146+
* possible object is
147+
* {@link GoodsAndServiceAmount }
148+
*
149+
*/
150+
public GoodsAndServiceAmount getGoodsAndServiceAmount() {
151+
return goodsAndServiceAmount;
152+
}
153+
154+
/**
155+
* Sets the value of the goodsAndServiceAmount property.
156+
*
157+
* @param value
158+
* allowed object is
159+
* {@link GoodsAndServiceAmount }
160+
*
161+
*/
162+
public void setGoodsAndServiceAmount(GoodsAndServiceAmount value) {
163+
this.goodsAndServiceAmount = value;
164+
}
165+
166+
/**
167+
* Gets the value of the exactAmount property.
168+
*
169+
* @return
170+
* possible object is
171+
* {@link ExactAmount }
172+
*
173+
*/
174+
public ExactAmount getExactAmount() {
175+
return exactAmount;
176+
}
177+
178+
/**
179+
* Sets the value of the exactAmount property.
180+
*
181+
* @param value
182+
* allowed object is
183+
* {@link ExactAmount }
184+
*
185+
*/
186+
public void setExactAmount(ExactAmount value) {
187+
this.exactAmount = value;
188+
}
189+
190+
}

src/main/java/org/cxml/catalog/AdditionalCost.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//
2-
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
2+
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2013.08.06 at 12:45:09 AM EDT
5+
// Generated on: 2015.09.23 at 11:07:02 AM CEST
66
//
77

88

src/main/java/org/cxml/catalog/AdditionalDeduction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//
2-
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
2+
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2013.08.06 at 12:45:09 AM EDT
5+
// Generated on: 2015.09.23 at 11:07:02 AM CEST
66
//
77

88

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
//
2+
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2
3+
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4+
// Any modifications to this file will be lost upon recompilation of the source schema.
5+
// Generated on: 2015.09.23 at 11:07:02 AM CEST
6+
//
7+
8+
9+
package org.cxml.catalog;
10+
11+
import javax.xml.bind.annotation.XmlAccessType;
12+
import javax.xml.bind.annotation.XmlAccessorType;
13+
import javax.xml.bind.annotation.XmlElement;
14+
import javax.xml.bind.annotation.XmlRootElement;
15+
import javax.xml.bind.annotation.XmlType;
16+
17+
18+
/**
19+
*
20+
*/
21+
@XmlAccessorType(XmlAccessType.FIELD)
22+
@XmlType(name = "", propOrder = {
23+
"unitGrossPrice",
24+
"informationalPrice",
25+
"informationalPriceExclTax",
26+
"unitNetPriceCorrection"
27+
})
28+
@XmlRootElement(name = "AdditionalPrices")
29+
public class AdditionalPrices {
30+
31+
@XmlElement(name = "UnitGrossPrice")
32+
protected UnitGrossPrice unitGrossPrice;
33+
@XmlElement(name = "InformationalPrice")
34+
protected InformationalPrice informationalPrice;
35+
@XmlElement(name = "InformationalPriceExclTax")
36+
protected InformationalPriceExclTax informationalPriceExclTax;
37+
@XmlElement(name = "UnitNetPriceCorrection")
38+
protected UnitNetPriceCorrection unitNetPriceCorrection;
39+
40+
/**
41+
* Gets the value of the unitGrossPrice property.
42+
*
43+
* @return
44+
* possible object is
45+
* {@link UnitGrossPrice }
46+
*
47+
*/
48+
public UnitGrossPrice getUnitGrossPrice() {
49+
return unitGrossPrice;
50+
}
51+
52+
/**
53+
* Sets the value of the unitGrossPrice property.
54+
*
55+
* @param value
56+
* allowed object is
57+
* {@link UnitGrossPrice }
58+
*
59+
*/
60+
public void setUnitGrossPrice(UnitGrossPrice value) {
61+
this.unitGrossPrice = value;
62+
}
63+
64+
/**
65+
* Gets the value of the informationalPrice property.
66+
*
67+
* @return
68+
* possible object is
69+
* {@link InformationalPrice }
70+
*
71+
*/
72+
public InformationalPrice getInformationalPrice() {
73+
return informationalPrice;
74+
}
75+
76+
/**
77+
* Sets the value of the informationalPrice property.
78+
*
79+
* @param value
80+
* allowed object is
81+
* {@link InformationalPrice }
82+
*
83+
*/
84+
public void setInformationalPrice(InformationalPrice value) {
85+
this.informationalPrice = value;
86+
}
87+
88+
/**
89+
* Gets the value of the informationalPriceExclTax property.
90+
*
91+
* @return
92+
* possible object is
93+
* {@link InformationalPriceExclTax }
94+
*
95+
*/
96+
public InformationalPriceExclTax getInformationalPriceExclTax() {
97+
return informationalPriceExclTax;
98+
}
99+
100+
/**
101+
* Sets the value of the informationalPriceExclTax property.
102+
*
103+
* @param value
104+
* allowed object is
105+
* {@link InformationalPriceExclTax }
106+
*
107+
*/
108+
public void setInformationalPriceExclTax(InformationalPriceExclTax value) {
109+
this.informationalPriceExclTax = value;
110+
}
111+
112+
/**
113+
* Gets the value of the unitNetPriceCorrection property.
114+
*
115+
* @return
116+
* possible object is
117+
* {@link UnitNetPriceCorrection }
118+
*
119+
*/
120+
public UnitNetPriceCorrection getUnitNetPriceCorrection() {
121+
return unitNetPriceCorrection;
122+
}
123+
124+
/**
125+
* Sets the value of the unitNetPriceCorrection property.
126+
*
127+
* @param value
128+
* allowed object is
129+
* {@link UnitNetPriceCorrection }
130+
*
131+
*/
132+
public void setUnitNetPriceCorrection(UnitNetPriceCorrection value) {
133+
this.unitNetPriceCorrection = value;
134+
}
135+
136+
}

0 commit comments

Comments
 (0)