|
| 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 | +} |
0 commit comments