riv.se_apotekensservice.or._4.MakuleringResponse 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 MakuleringResponse complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="MakuleringResponse">
* <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="forandrandeOrdinator" type="{urn:riv:se.apotekensservice:or:4}ForandrandeOrdinatorResponse" minOccurs="0"/>
* <element name="kommentar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="orsakskod" type="{http://www.w3.org/2001/XMLSchema}int"/>
* <element name="orsakskodKlartext" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="paUppdragAv" type="{urn:riv:se.apotekensservice:or:4}char"/>
* <element name="samtyckeMakulering" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="tidpunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
* <element name="typ" type="{urn:riv:se.apotekensservice:or:4}char"/>
* <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "MakuleringResponse", propOrder = {
"apotekspersonal",
"forandrandeOrdinator",
"kommentar",
"orsakskod",
"orsakskodKlartext",
"paUppdragAv",
"samtyckeMakulering",
"tidpunkt",
"typ",
"any"
})
public class MakuleringResponse {
protected ApotekspersonalResponse apotekspersonal;
protected ForandrandeOrdinatorResponse forandrandeOrdinator;
protected String kommentar;
protected int orsakskod;
@XmlElement(required = true)
protected String orsakskodKlartext;
@XmlElement(required = true)
protected String paUppdragAv;
protected Boolean samtyckeMakulering;
@XmlElement(required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar tidpunkt;
@XmlElement(required = true)
protected String typ;
@XmlAnyElement(lax = true)
protected List