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

riv.se_apotekensservice.lf._1.ReceptexpeditionsradBasRequest Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version

package riv.se_apotekensservice.lf._1;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for ReceptexpeditionsradBasRequest complex type. * *

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

 * <complexType name="ReceptexpeditionsradBasRequest">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="antalForpackningar" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
 *         <element name="antalPiller" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
 *         <element name="arbetsplatskod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="artikelinformation" type="{urn:riv:se.apotekensservice:lf:1}ArtikelinformationBasRequest"/>
 *         <element name="dosdispenserad" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="doseringstext" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="forskrivararbetsplatsnamn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="forskrivararbetsplatsort" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="forskrivarkod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="forskrivarnamn" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="forskrivarpostadress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="forskrivarpostnummer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="radnummer" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         <element name="utfardarkategori" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ReceptexpeditionsradBasRequest", propOrder = { "antalForpackningar", "antalPiller", "arbetsplatskod", "artikelinformation", "dosdispenserad", "doseringstext", "forskrivararbetsplatsnamn", "forskrivararbetsplatsort", "forskrivarkod", "forskrivarnamn", "forskrivarpostadress", "forskrivarpostnummer", "radnummer", "utfardarkategori" }) public class ReceptexpeditionsradBasRequest { protected Integer antalForpackningar; protected Integer antalPiller; protected String arbetsplatskod; @XmlElement(required = true) protected ArtikelinformationBasRequest artikelinformation; protected boolean dosdispenserad; @XmlElement(required = true) protected String doseringstext; protected String forskrivararbetsplatsnamn; protected String forskrivararbetsplatsort; protected String forskrivarkod; @XmlElement(required = true) protected String forskrivarnamn; protected String forskrivarpostadress; protected String forskrivarpostnummer; protected int radnummer; @XmlElement(required = true) protected String utfardarkategori; /** * Gets the value of the antalForpackningar property. * * @return * possible object is * {@link Integer } * */ public Integer getAntalForpackningar() { return antalForpackningar; } /** * Sets the value of the antalForpackningar property. * * @param value * allowed object is * {@link Integer } * */ public void setAntalForpackningar(Integer value) { this.antalForpackningar = value; } /** * Gets the value of the antalPiller property. * * @return * possible object is * {@link Integer } * */ public Integer getAntalPiller() { return antalPiller; } /** * Sets the value of the antalPiller property. * * @param value * allowed object is * {@link Integer } * */ public void setAntalPiller(Integer value) { this.antalPiller = value; } /** * Gets the value of the arbetsplatskod property. * * @return * possible object is * {@link String } * */ public String getArbetsplatskod() { return arbetsplatskod; } /** * Sets the value of the arbetsplatskod property. * * @param value * allowed object is * {@link String } * */ public void setArbetsplatskod(String value) { this.arbetsplatskod = value; } /** * Gets the value of the artikelinformation property. * * @return * possible object is * {@link ArtikelinformationBasRequest } * */ public ArtikelinformationBasRequest getArtikelinformation() { return artikelinformation; } /** * Sets the value of the artikelinformation property. * * @param value * allowed object is * {@link ArtikelinformationBasRequest } * */ public void setArtikelinformation(ArtikelinformationBasRequest value) { this.artikelinformation = value; } /** * Gets the value of the dosdispenserad property. * */ public boolean isDosdispenserad() { return dosdispenserad; } /** * Sets the value of the dosdispenserad property. * */ public void setDosdispenserad(boolean value) { this.dosdispenserad = value; } /** * Gets the value of the doseringstext property. * * @return * possible object is * {@link String } * */ public String getDoseringstext() { return doseringstext; } /** * Sets the value of the doseringstext property. * * @param value * allowed object is * {@link String } * */ public void setDoseringstext(String value) { this.doseringstext = value; } /** * Gets the value of the forskrivararbetsplatsnamn property. * * @return * possible object is * {@link String } * */ public String getForskrivararbetsplatsnamn() { return forskrivararbetsplatsnamn; } /** * Sets the value of the forskrivararbetsplatsnamn property. * * @param value * allowed object is * {@link String } * */ public void setForskrivararbetsplatsnamn(String value) { this.forskrivararbetsplatsnamn = value; } /** * Gets the value of the forskrivararbetsplatsort property. * * @return * possible object is * {@link String } * */ public String getForskrivararbetsplatsort() { return forskrivararbetsplatsort; } /** * Sets the value of the forskrivararbetsplatsort property. * * @param value * allowed object is * {@link String } * */ public void setForskrivararbetsplatsort(String value) { this.forskrivararbetsplatsort = value; } /** * Gets the value of the forskrivarkod property. * * @return * possible object is * {@link String } * */ public String getForskrivarkod() { return forskrivarkod; } /** * Sets the value of the forskrivarkod property. * * @param value * allowed object is * {@link String } * */ public void setForskrivarkod(String value) { this.forskrivarkod = value; } /** * Gets the value of the forskrivarnamn property. * * @return * possible object is * {@link String } * */ public String getForskrivarnamn() { return forskrivarnamn; } /** * Sets the value of the forskrivarnamn property. * * @param value * allowed object is * {@link String } * */ public void setForskrivarnamn(String value) { this.forskrivarnamn = value; } /** * Gets the value of the forskrivarpostadress property. * * @return * possible object is * {@link String } * */ public String getForskrivarpostadress() { return forskrivarpostadress; } /** * Sets the value of the forskrivarpostadress property. * * @param value * allowed object is * {@link String } * */ public void setForskrivarpostadress(String value) { this.forskrivarpostadress = value; } /** * Gets the value of the forskrivarpostnummer property. * * @return * possible object is * {@link String } * */ public String getForskrivarpostnummer() { return forskrivarpostnummer; } /** * Sets the value of the forskrivarpostnummer property. * * @param value * allowed object is * {@link String } * */ public void setForskrivarpostnummer(String value) { this.forskrivarpostnummer = value; } /** * Gets the value of the radnummer property. * */ public int getRadnummer() { return radnummer; } /** * Sets the value of the radnummer property. * */ public void setRadnummer(int value) { this.radnummer = value; } /** * Gets the value of the utfardarkategori property. * * @return * possible object is * {@link String } * */ public String getUtfardarkategori() { return utfardarkategori; } /** * Sets the value of the utfardarkategori property. * * @param value * allowed object is * {@link String } * */ public void setUtfardarkategori(String value) { this.utfardarkategori = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy