riv.se_apotekensservice.or._4.BehandlingsinformationRequest 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.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
import org.w3c.dom.Element;
/**
* Java class for BehandlingsinformationRequest complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="BehandlingsinformationRequest">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="andamalKlartext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="behandlingsslut" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="behandlingsstart" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="doseringstext1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="doseringstext2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="sprakkod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "BehandlingsinformationRequest", propOrder = {
"andamalKlartext",
"behandlingsslut",
"behandlingsstart",
"doseringstext1",
"doseringstext2",
"sprakkod",
"any"
})
public class BehandlingsinformationRequest {
protected String andamalKlartext;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar behandlingsslut;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar behandlingsstart;
protected String doseringstext1;
protected String doseringstext2;
protected String sprakkod;
@XmlAnyElement(lax = true)
protected List