ru.asubezdna.edata.v1_10.Body Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.2-147
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2022.11.09 at 01:38:12 PM MSK
//
package ru.asubezdna.edata.v1_10;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Body", namespace = "http://v8.1c.ru/edi/edi_stnd/EnterpriseData/1.10", propOrder = {
"поступлениеТоваровУслуг", "реализацияТоваровУслуг"
})
public class Body {
@XmlElement(name = "Документ.ПоступлениеТоваровУслуг")
protected List<ДокументПоступлениеТоваровУслуг> поступлениеТоваровУслуг;
@XmlElement(name = "Документ.РеализацияТоваровУслуг")
protected List<ДокументРеализацияТоваровУслуг> реализацияТоваровУслуг;
public List<ДокументПоступлениеТоваровУслуг> getДокументПоступлениеТоваровУслуг() {
if (поступлениеТоваровУслуг == null)
поступлениеТоваровУслуг = new ArrayList<ДокументПоступлениеТоваровУслуг>();
return поступлениеТоваровУслуг;
}
public List<ДокументРеализацияТоваровУслуг> getДокументРеализацияТоваровУслуг() {
if (реализацияТоваровУслуг == null)
реализацияТоваровУслуг = new ArrayList<ДокументРеализацияТоваровУслуг>();
return реализацияТоваровУслуг;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy