riv.se_apotekensservice.pris._1.TransaktionResponse Maven / Gradle / Ivy
package riv.se_apotekensservice.pris._1;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* Java class for TransaktionResponse complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="TransaktionResponse">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="anvandare" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="apoteksNamn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="apoteksOrt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="expeditionsId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="flags" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="inBrutto" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="inEgenavgift" type="{http://www.w3.org/2001/XMLSchema}long"/>
* <element name="kommentar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="orgAktorId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="persNr" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="sign" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="transId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="transPeriod" type="{urn:riv:se.apotekensservice:pris:1}PeriodResponse"/>
* <element name="transTid" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
* <element name="transaktionBehandlades" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "TransaktionResponse", propOrder = {
"anvandare",
"apoteksNamn",
"apoteksOrt",
"expeditionsId",
"flags",
"inBrutto",
"inEgenavgift",
"kommentar",
"orgAktorId",
"persNr",
"sign",
"transId",
"transPeriod",
"transTid",
"transaktionBehandlades"
})
public class TransaktionResponse {
@XmlElement(required = true)
protected String anvandare;
protected String apoteksNamn;
protected String apoteksOrt;
@XmlElement(required = true)
protected String expeditionsId;
@XmlElement(required = true)
protected String flags;
protected long inBrutto;
protected long inEgenavgift;
protected String kommentar;
protected String orgAktorId;
@XmlElement(required = true)
protected String persNr;
@XmlElement(required = true)
protected String sign;
@XmlElement(required = true)
protected String transId;
@XmlElement(required = true)
protected PeriodResponse transPeriod;
@XmlElement(required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar transTid;
@XmlElement(required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar transaktionBehandlades;
/**
* Gets the value of the anvandare property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAnvandare() {
return anvandare;
}
/**
* Sets the value of the anvandare property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAnvandare(String value) {
this.anvandare = value;
}
/**
* Gets the value of the apoteksNamn property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getApoteksNamn() {
return apoteksNamn;
}
/**
* Sets the value of the apoteksNamn property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setApoteksNamn(String value) {
this.apoteksNamn = value;
}
/**
* Gets the value of the apoteksOrt property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getApoteksOrt() {
return apoteksOrt;
}
/**
* Sets the value of the apoteksOrt property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setApoteksOrt(String value) {
this.apoteksOrt = value;
}
/**
* Gets the value of the expeditionsId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getExpeditionsId() {
return expeditionsId;
}
/**
* Sets the value of the expeditionsId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setExpeditionsId(String value) {
this.expeditionsId = value;
}
/**
* Gets the value of the flags property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFlags() {
return flags;
}
/**
* Sets the value of the flags property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFlags(String value) {
this.flags = value;
}
/**
* Gets the value of the inBrutto property.
*
*/
public long getInBrutto() {
return inBrutto;
}
/**
* Sets the value of the inBrutto property.
*
*/
public void setInBrutto(long value) {
this.inBrutto = value;
}
/**
* Gets the value of the inEgenavgift property.
*
*/
public long getInEgenavgift() {
return inEgenavgift;
}
/**
* Sets the value of the inEgenavgift property.
*
*/
public void setInEgenavgift(long value) {
this.inEgenavgift = value;
}
/**
* Gets the value of the kommentar property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKommentar() {
return kommentar;
}
/**
* Sets the value of the kommentar property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKommentar(String value) {
this.kommentar = value;
}
/**
* Gets the value of the orgAktorId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOrgAktorId() {
return orgAktorId;
}
/**
* Sets the value of the orgAktorId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOrgAktorId(String value) {
this.orgAktorId = value;
}
/**
* Gets the value of the persNr property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPersNr() {
return persNr;
}
/**
* Sets the value of the persNr property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPersNr(String value) {
this.persNr = value;
}
/**
* Gets the value of the sign property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSign() {
return sign;
}
/**
* Sets the value of the sign property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSign(String value) {
this.sign = value;
}
/**
* Gets the value of the transId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTransId() {
return transId;
}
/**
* Sets the value of the transId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTransId(String value) {
this.transId = value;
}
/**
* Gets the value of the transPeriod property.
*
* @return
* possible object is
* {@link PeriodResponse }
*
*/
public PeriodResponse getTransPeriod() {
return transPeriod;
}
/**
* Sets the value of the transPeriod property.
*
* @param value
* allowed object is
* {@link PeriodResponse }
*
*/
public void setTransPeriod(PeriodResponse value) {
this.transPeriod = value;
}
/**
* Gets the value of the transTid property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getTransTid() {
return transTid;
}
/**
* Sets the value of the transTid property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setTransTid(XMLGregorianCalendar value) {
this.transTid = value;
}
/**
* Gets the value of the transaktionBehandlades property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getTransaktionBehandlades() {
return transaktionBehandlades;
}
/**
* Sets the value of the transaktionBehandlades property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setTransaktionBehandlades(XMLGregorianCalendar value) {
this.transaktionBehandlades = value;
}
}