riv.se_apotekensservice.axs._4.KundinformationResponse Maven / Gradle / Ivy
package riv.se_apotekensservice.axs._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 KundinformationResponse complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="KundinformationResponse">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="lkfKod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="redNamn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="samtycke" type="{urn:riv:se.apotekensservice:axs:4}SamtyckeResponse"/>
* <element name="statusKod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="traffkod" 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 = "KundinformationResponse", propOrder = {
"lkfKod",
"redNamn",
"samtycke",
"statusKod",
"traffkod",
"any"
})
public class KundinformationResponse {
protected String lkfKod;
protected String redNamn;
@XmlElement(required = true)
protected SamtyckeResponse samtycke;
protected String statusKod;
protected String traffkod;
@XmlAnyElement(lax = true)
protected List