All Downloads are FREE. Search and download functionalities are using the official Maven repository.

riv.se_apotekensservice.or._4.DispenseradOrdinationResponse Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version

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.XmlType;
import org.w3c.dom.Element;


/**
 * 

Java class for DispenseradOrdinationResponse complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="DispenseradOrdinationResponse">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="affResultat" type="{urn:riv:se.apotekensservice:or:4}AFFResultatResponse"/>
 *         <element name="akut" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="apoteketsKommentar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="artikelinformation" type="{urn:riv:se.apotekensservice:or:4}ArtikelinformationResponse"/>
 *         <element name="behandlingsinformation" type="{urn:riv:se.apotekensservice:or:4}BehandlingsinformationResponse"/>
 *         <element name="dispenseringsregler" type="{urn:riv:se.apotekensservice:or:4}DispenseringsreglerResponse"/>
 *         <element name="doseringsschema" type="{urn:riv:se.apotekensservice:or:4}DoseringsschemaResponse" minOccurs="0"/>
 *         <element name="forandring" type="{urn:riv:se.apotekensservice:or:4}ForandringResponse" minOccurs="0"/>
 *         <element name="forskrivarKommentar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="harForandrats" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="historisktOrdinationsId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
 *         <element name="korrigerbar" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="leveransMeddelande" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="makulering" type="{urn:riv:se.apotekensservice:or:4}MakuleringResponse" minOccurs="0"/>
 *         <element name="notatOrdination" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="ordinationsId" type="{http://www.w3.org/2001/XMLSchema}long"/>
 *         <element name="ordinationsinformation" type="{urn:riv:se.apotekensservice:or:4}OrdinationsinformationResponse"/>
 *         <element name="ordinationsstatus" type="{urn:riv:se.apotekensservice:or:4}OrdinationsstatusResponse"/>
 *         <element name="ordinationstyp" type="{urn:riv:se.apotekensservice:or:4}char" minOccurs="0"/>
 *         <element name="radnummerNEF" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="senastDispenseratUttag" type="{urn:riv:se.apotekensservice:or:4}SenastDispenseratUttagResponse" minOccurs="0"/>
 *         <element name="tidigareOrdinationsId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
 *         <element name="utsattning" type="{urn:riv:se.apotekensservice:or:4}UtsattningResponse" minOccurs="0"/>
 *         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DispenseradOrdinationResponse", propOrder = { "affResultat", "akut", "apoteketsKommentar", "artikelinformation", "behandlingsinformation", "dispenseringsregler", "doseringsschema", "forandring", "forskrivarKommentar", "harForandrats", "historisktOrdinationsId", "korrigerbar", "leveransMeddelande", "makulering", "notatOrdination", "ordinationsId", "ordinationsinformation", "ordinationsstatus", "ordinationstyp", "radnummerNEF", "senastDispenseratUttag", "tidigareOrdinationsId", "utsattning", "any" }) public class DispenseradOrdinationResponse { @XmlElement(required = true) protected AFFResultatResponse affResultat; protected Boolean akut; protected String apoteketsKommentar; @XmlElement(required = true) protected ArtikelinformationResponse artikelinformation; @XmlElement(required = true) protected BehandlingsinformationResponse behandlingsinformation; @XmlElement(required = true) protected DispenseringsreglerResponse dispenseringsregler; protected DoseringsschemaResponse doseringsschema; protected ForandringResponse forandring; protected String forskrivarKommentar; protected boolean harForandrats; protected Long historisktOrdinationsId; protected boolean korrigerbar; protected String leveransMeddelande; protected MakuleringResponse makulering; protected String notatOrdination; protected long ordinationsId; @XmlElement(required = true) protected OrdinationsinformationResponse ordinationsinformation; @XmlElement(required = true) protected OrdinationsstatusResponse ordinationsstatus; protected String ordinationstyp; protected String radnummerNEF; protected SenastDispenseratUttagResponse senastDispenseratUttag; protected Long tidigareOrdinationsId; protected UtsattningResponse utsattning; @XmlAnyElement(lax = true) protected List any; /** * Gets the value of the affResultat property. * * @return * possible object is * {@link AFFResultatResponse } * */ public AFFResultatResponse getAffResultat() { return affResultat; } /** * Sets the value of the affResultat property. * * @param value * allowed object is * {@link AFFResultatResponse } * */ public void setAffResultat(AFFResultatResponse value) { this.affResultat = value; } /** * Gets the value of the akut property. * * @return * possible object is * {@link Boolean } * */ public Boolean isAkut() { return akut; } /** * Sets the value of the akut property. * * @param value * allowed object is * {@link Boolean } * */ public void setAkut(Boolean value) { this.akut = value; } /** * Gets the value of the apoteketsKommentar property. * * @return * possible object is * {@link String } * */ public String getApoteketsKommentar() { return apoteketsKommentar; } /** * Sets the value of the apoteketsKommentar property. * * @param value * allowed object is * {@link String } * */ public void setApoteketsKommentar(String value) { this.apoteketsKommentar = value; } /** * Gets the value of the artikelinformation property. * * @return * possible object is * {@link ArtikelinformationResponse } * */ public ArtikelinformationResponse getArtikelinformation() { return artikelinformation; } /** * Sets the value of the artikelinformation property. * * @param value * allowed object is * {@link ArtikelinformationResponse } * */ public void setArtikelinformation(ArtikelinformationResponse value) { this.artikelinformation = value; } /** * Gets the value of the behandlingsinformation property. * * @return * possible object is * {@link BehandlingsinformationResponse } * */ public BehandlingsinformationResponse getBehandlingsinformation() { return behandlingsinformation; } /** * Sets the value of the behandlingsinformation property. * * @param value * allowed object is * {@link BehandlingsinformationResponse } * */ public void setBehandlingsinformation(BehandlingsinformationResponse value) { this.behandlingsinformation = value; } /** * Gets the value of the dispenseringsregler property. * * @return * possible object is * {@link DispenseringsreglerResponse } * */ public DispenseringsreglerResponse getDispenseringsregler() { return dispenseringsregler; } /** * Sets the value of the dispenseringsregler property. * * @param value * allowed object is * {@link DispenseringsreglerResponse } * */ public void setDispenseringsregler(DispenseringsreglerResponse value) { this.dispenseringsregler = value; } /** * Gets the value of the doseringsschema property. * * @return * possible object is * {@link DoseringsschemaResponse } * */ public DoseringsschemaResponse getDoseringsschema() { return doseringsschema; } /** * Sets the value of the doseringsschema property. * * @param value * allowed object is * {@link DoseringsschemaResponse } * */ public void setDoseringsschema(DoseringsschemaResponse value) { this.doseringsschema = value; } /** * Gets the value of the forandring property. * * @return * possible object is * {@link ForandringResponse } * */ public ForandringResponse getForandring() { return forandring; } /** * Sets the value of the forandring property. * * @param value * allowed object is * {@link ForandringResponse } * */ public void setForandring(ForandringResponse value) { this.forandring = value; } /** * Gets the value of the forskrivarKommentar property. * * @return * possible object is * {@link String } * */ public String getForskrivarKommentar() { return forskrivarKommentar; } /** * Sets the value of the forskrivarKommentar property. * * @param value * allowed object is * {@link String } * */ public void setForskrivarKommentar(String value) { this.forskrivarKommentar = value; } /** * Gets the value of the harForandrats property. * */ public boolean isHarForandrats() { return harForandrats; } /** * Sets the value of the harForandrats property. * */ public void setHarForandrats(boolean value) { this.harForandrats = value; } /** * Gets the value of the historisktOrdinationsId property. * * @return * possible object is * {@link Long } * */ public Long getHistorisktOrdinationsId() { return historisktOrdinationsId; } /** * Sets the value of the historisktOrdinationsId property. * * @param value * allowed object is * {@link Long } * */ public void setHistorisktOrdinationsId(Long value) { this.historisktOrdinationsId = value; } /** * Gets the value of the korrigerbar property. * */ public boolean isKorrigerbar() { return korrigerbar; } /** * Sets the value of the korrigerbar property. * */ public void setKorrigerbar(boolean value) { this.korrigerbar = value; } /** * Gets the value of the leveransMeddelande property. * * @return * possible object is * {@link String } * */ public String getLeveransMeddelande() { return leveransMeddelande; } /** * Sets the value of the leveransMeddelande property. * * @param value * allowed object is * {@link String } * */ public void setLeveransMeddelande(String value) { this.leveransMeddelande = value; } /** * Gets the value of the makulering property. * * @return * possible object is * {@link MakuleringResponse } * */ public MakuleringResponse getMakulering() { return makulering; } /** * Sets the value of the makulering property. * * @param value * allowed object is * {@link MakuleringResponse } * */ public void setMakulering(MakuleringResponse value) { this.makulering = value; } /** * Gets the value of the notatOrdination property. * * @return * possible object is * {@link String } * */ public String getNotatOrdination() { return notatOrdination; } /** * Sets the value of the notatOrdination property. * * @param value * allowed object is * {@link String } * */ public void setNotatOrdination(String value) { this.notatOrdination = value; } /** * Gets the value of the ordinationsId property. * */ public long getOrdinationsId() { return ordinationsId; } /** * Sets the value of the ordinationsId property. * */ public void setOrdinationsId(long value) { this.ordinationsId = value; } /** * Gets the value of the ordinationsinformation property. * * @return * possible object is * {@link OrdinationsinformationResponse } * */ public OrdinationsinformationResponse getOrdinationsinformation() { return ordinationsinformation; } /** * Sets the value of the ordinationsinformation property. * * @param value * allowed object is * {@link OrdinationsinformationResponse } * */ public void setOrdinationsinformation(OrdinationsinformationResponse value) { this.ordinationsinformation = value; } /** * Gets the value of the ordinationsstatus property. * * @return * possible object is * {@link OrdinationsstatusResponse } * */ public OrdinationsstatusResponse getOrdinationsstatus() { return ordinationsstatus; } /** * Sets the value of the ordinationsstatus property. * * @param value * allowed object is * {@link OrdinationsstatusResponse } * */ public void setOrdinationsstatus(OrdinationsstatusResponse value) { this.ordinationsstatus = value; } /** * Gets the value of the ordinationstyp property. * * @return * possible object is * {@link String } * */ public String getOrdinationstyp() { return ordinationstyp; } /** * Sets the value of the ordinationstyp property. * * @param value * allowed object is * {@link String } * */ public void setOrdinationstyp(String value) { this.ordinationstyp = value; } /** * Gets the value of the radnummerNEF property. * * @return * possible object is * {@link String } * */ public String getRadnummerNEF() { return radnummerNEF; } /** * Sets the value of the radnummerNEF property. * * @param value * allowed object is * {@link String } * */ public void setRadnummerNEF(String value) { this.radnummerNEF = value; } /** * Gets the value of the senastDispenseratUttag property. * * @return * possible object is * {@link SenastDispenseratUttagResponse } * */ public SenastDispenseratUttagResponse getSenastDispenseratUttag() { return senastDispenseratUttag; } /** * Sets the value of the senastDispenseratUttag property. * * @param value * allowed object is * {@link SenastDispenseratUttagResponse } * */ public void setSenastDispenseratUttag(SenastDispenseratUttagResponse value) { this.senastDispenseratUttag = value; } /** * Gets the value of the tidigareOrdinationsId property. * * @return * possible object is * {@link Long } * */ public Long getTidigareOrdinationsId() { return tidigareOrdinationsId; } /** * Sets the value of the tidigareOrdinationsId property. * * @param value * allowed object is * {@link Long } * */ public void setTidigareOrdinationsId(Long value) { this.tidigareOrdinationsId = value; } /** * Gets the value of the utsattning property. * * @return * possible object is * {@link UtsattningResponse } * */ public UtsattningResponse getUtsattning() { return utsattning; } /** * Sets the value of the utsattning property. * * @param value * allowed object is * {@link UtsattningResponse } * */ public void setUtsattning(UtsattningResponse value) { this.utsattning = value; } /** * Gets the value of the any property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the any property. * *

* For example, to add a new item, do as follows: *

     *    getAny().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link Object } * {@link Element } * * */ public List getAny() { if (any == null) { any = new ArrayList(); } return this.any; } }