riv.se_apotekensservice.or._4.DosunderlagsstatusResponse Maven / Gradle / Ivy
package riv.se_apotekensservice.or._4;
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.XmlAnyElement;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
import org.w3c.dom.Element;
/**
* Java class for DosunderlagsstatusResponse complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="DosunderlagsstatusResponse">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="apotekspersonal" type="{urn:riv:se.apotekensservice:or:4}ApotekspersonalResponse" minOccurs="0"/>
* <element name="status" type="{http://www.w3.org/2001/XMLSchema}int"/>
* <element name="tidpunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
* <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DosunderlagsstatusResponse", propOrder = {
"apotekspersonal",
"status",
"tidpunkt",
"any"
})
public class DosunderlagsstatusResponse {
protected ApotekspersonalResponse apotekspersonal;
protected int status;
@XmlElement(required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar tidpunkt;
@XmlAnyElement(lax = true)
protected List