|
| 1 | +/* |
| 2 | + * Copyright © 2024 XDEV Software (https://xdev.software) |
| 3 | + * |
| 4 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | + * you may not use this file except in compliance with the License. |
| 6 | + * You may obtain a copy of the License at |
| 7 | + * |
| 8 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | + * |
| 10 | + * Unless required by applicable law or agreed to in writing, software |
| 11 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | + * See the License for the specific language governing permissions and |
| 14 | + * limitations under the License. |
| 15 | + */ |
| 16 | +// |
| 17 | +// Diese Datei wurde mit der Eclipse Implementation of JAXB, v3.0.2 generiert |
| 18 | +// Siehe https://eclipse-ee4j.github.io/jaxb-ri |
| 19 | +// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. |
| 20 | +// Generiert: 2025.10.29 um 12:56:51 PM CET |
| 21 | +// |
| 22 | + |
| 23 | +package software.xdev.bzst.dip.client.xmldocument.model; |
| 24 | + |
| 25 | +import java.util.ArrayList; |
| 26 | +import java.util.List; |
| 27 | + |
| 28 | +import jakarta.xml.bind.annotation.XmlAccessType; |
| 29 | +import jakarta.xml.bind.annotation.XmlAccessorType; |
| 30 | +import jakarta.xml.bind.annotation.XmlElement; |
| 31 | +import jakarta.xml.bind.annotation.XmlSchemaType; |
| 32 | +import jakarta.xml.bind.annotation.XmlType; |
| 33 | + |
| 34 | + |
| 35 | +/** |
| 36 | + * <p>Java-Klasse für DipProtocolType complex type. |
| 37 | + * |
| 38 | + * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. |
| 39 | + * |
| 40 | + * <pre> |
| 41 | + * <complexType name="DipProtocolType"> |
| 42 | + * <complexContent> |
| 43 | + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
| 44 | + * <sequence> |
| 45 | + * <element name="consignment" type="{http://itzbund.de/ozg/bzst/post/dip/v2/}ConsignmentType" minOccurs="0"/> |
| 46 | + * <element name="processStatus" type="{http://itzbund.de/ozg/bzst/post/dip/v2/}processStatusType"/> |
| 47 | + * <element name="dipResult" type="{http://itzbund.de/ozg/bzst/post/dip/v2/}DipResultType" maxOccurs="unbounded" minOccurs="0"/> |
| 48 | + * <element name="payloadResult" type="{http://itzbund.de/ozg/bzst/post/dip/v2/}PayloadResultType" maxOccurs="unbounded" minOccurs="0"/> |
| 49 | + * </sequence> |
| 50 | + * </restriction> |
| 51 | + * </complexContent> |
| 52 | + * </complexType> |
| 53 | + * </pre> |
| 54 | + * |
| 55 | + * |
| 56 | + */ |
| 57 | +@XmlAccessorType(XmlAccessType.FIELD) |
| 58 | +@XmlType(name = "DipProtocolType", propOrder = { |
| 59 | + "consignment", |
| 60 | + "processStatus", |
| 61 | + "dipResult", |
| 62 | + "payloadResult" |
| 63 | +}) |
| 64 | +public class DipProtocolType |
| 65 | +{ |
| 66 | + |
| 67 | + protected ConsignmentType consignment; |
| 68 | + @XmlElement(required = true) |
| 69 | + @XmlSchemaType(name = "string") |
| 70 | + protected ProcessStatusType processStatus; |
| 71 | + protected List<DipResultType> dipResult; |
| 72 | + protected List<PayloadResultType> payloadResult; |
| 73 | + |
| 74 | + /** |
| 75 | + * Ruft den Wert der consignment-Eigenschaft ab. |
| 76 | + * |
| 77 | + * @return possible object is {@link ConsignmentType } |
| 78 | + * |
| 79 | + */ |
| 80 | + public ConsignmentType getConsignment() |
| 81 | + { |
| 82 | + return this.consignment; |
| 83 | + } |
| 84 | + |
| 85 | + /** |
| 86 | + * Legt den Wert der consignment-Eigenschaft fest. |
| 87 | + * |
| 88 | + * @param value allowed object is {@link ConsignmentType } |
| 89 | + * |
| 90 | + */ |
| 91 | + public void setConsignment(final ConsignmentType value) |
| 92 | + { |
| 93 | + this.consignment = value; |
| 94 | + } |
| 95 | + |
| 96 | + /** |
| 97 | + * Ruft den Wert der processStatus-Eigenschaft ab. |
| 98 | + * |
| 99 | + * @return possible object is {@link ProcessStatusType } |
| 100 | + * |
| 101 | + */ |
| 102 | + public ProcessStatusType getProcessStatus() |
| 103 | + { |
| 104 | + return this.processStatus; |
| 105 | + } |
| 106 | + |
| 107 | + /** |
| 108 | + * Legt den Wert der processStatus-Eigenschaft fest. |
| 109 | + * |
| 110 | + * @param value allowed object is {@link ProcessStatusType } |
| 111 | + * |
| 112 | + */ |
| 113 | + public void setProcessStatus(final ProcessStatusType value) |
| 114 | + { |
| 115 | + this.processStatus = value; |
| 116 | + } |
| 117 | + |
| 118 | + /** |
| 119 | + * Gets the value of the dipResult property. |
| 120 | + * |
| 121 | + * <p> |
| 122 | + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you |
| 123 | + * make to |
| 124 | + * the returned list will be present inside the Jakarta XML Binding object. This is why there is not a |
| 125 | + * <CODE>set</CODE> method for the dipResult property. |
| 126 | + * |
| 127 | + * <p> |
| 128 | + * For example, to add a new item, do as follows: |
| 129 | + * <pre> |
| 130 | + * getDipResult().add(newItem); |
| 131 | + * </pre> |
| 132 | + * |
| 133 | + * |
| 134 | + * <p> |
| 135 | + * Objects of the following type(s) are allowed in the list {@link DipResultType } |
| 136 | + * |
| 137 | + * |
| 138 | + */ |
| 139 | + public List<DipResultType> getDipResult() |
| 140 | + { |
| 141 | + if(this.dipResult == null) |
| 142 | + { |
| 143 | + this.dipResult = new ArrayList<>(); |
| 144 | + } |
| 145 | + return this.dipResult; |
| 146 | + } |
| 147 | + |
| 148 | + /** |
| 149 | + * Gets the value of the payloadResult property. |
| 150 | + * |
| 151 | + * <p> |
| 152 | + * This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you |
| 153 | + * make to |
| 154 | + * the returned list will be present inside the Jakarta XML Binding object. This is why there is not a |
| 155 | + * <CODE>set</CODE> method for the payloadResult property. |
| 156 | + * |
| 157 | + * <p> |
| 158 | + * For example, to add a new item, do as follows: |
| 159 | + * <pre> |
| 160 | + * getPayloadResult().add(newItem); |
| 161 | + * </pre> |
| 162 | + * |
| 163 | + * |
| 164 | + * <p> |
| 165 | + * Objects of the following type(s) are allowed in the list {@link PayloadResultType } |
| 166 | + * |
| 167 | + * |
| 168 | + */ |
| 169 | + public List<PayloadResultType> getPayloadResult() |
| 170 | + { |
| 171 | + if(this.payloadResult == null) |
| 172 | + { |
| 173 | + this.payloadResult = new ArrayList<>(); |
| 174 | + } |
| 175 | + return this.payloadResult; |
| 176 | + } |
| 177 | +} |
0 commit comments