riv.se_apotekensservice.or._4.FodelsedatumRequest 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 FodelsedatumRequest complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="FodelsedatumRequest">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="fodelsedatum" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
* <element name="kon" type="{http://www.w3.org/2001/XMLSchema}int"/>
* <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "FodelsedatumRequest", propOrder = {
"fodelsedatum",
"kon",
"any"
})
public class FodelsedatumRequest {
@XmlElement(required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar fodelsedatum;
protected int kon;
@XmlAnyElement(lax = true)
protected List