package net.tooan.ynpay.order.eadd; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for serialTake complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="serialTake"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="beginSiteName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="childrenNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="classCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="custom" type="{http://eadd.center.tg.tiangu.net/}serialCustom" minOccurs="0"/> * <element name="endSiteName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="fabanDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="fabanTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="longTicketNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="orderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="seatNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="serialStation" type="{http://eadd.center.tg.tiangu.net/}serialStation" minOccurs="0"/> * <element name="sortTicketNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="takeTicketDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="takeTicketTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="ticketFare" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="ticketStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="ticketType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "serialTake", propOrder = { "beginSiteName", "childrenNum", "classCode", "custom", "endSiteName", "fabanDate", "fabanTime", "longTicketNo", "orderId", "seatNumber", "serialStation", "sortTicketNo", "takeTicketDate", "takeTicketTime", "ticketFare", "ticketStatus", "ticketType" }) public class SerialTake { protected String beginSiteName; protected String childrenNum; protected String classCode; protected SerialCustom custom; protected String endSiteName; protected String fabanDate; protected String fabanTime; protected String longTicketNo; protected String orderId; protected String seatNumber; protected SerialStation serialStation; protected String sortTicketNo; protected String takeTicketDate; protected String takeTicketTime; protected String ticketFare; protected String ticketStatus; protected String ticketType; /** * Gets the value of the beginSiteName property. * * @return * possible object is * {@link String } * */ public String getBeginSiteName() { return beginSiteName; } /** * Sets the value of the beginSiteName property. * * @param value * allowed object is * {@link String } * */ public void setBeginSiteName(String value) { this.beginSiteName = value; } /** * Gets the value of the childrenNum property. * * @return * possible object is * {@link String } * */ public String getChildrenNum() { return childrenNum; } /** * Sets the value of the childrenNum property. * * @param value * allowed object is * {@link String } * */ public void setChildrenNum(String value) { this.childrenNum = value; } /** * Gets the value of the classCode property. * * @return * possible object is * {@link String } * */ public String getClassCode() { return classCode; } /** * Sets the value of the classCode property. * * @param value * allowed object is * {@link String } * */ public void setClassCode(String value) { this.classCode = value; } /** * Gets the value of the custom property. * * @return * possible object is * {@link SerialCustom } * */ public SerialCustom getCustom() { return custom; } /** * Sets the value of the custom property. * * @param value * allowed object is * {@link SerialCustom } * */ public void setCustom(SerialCustom value) { this.custom = value; } /** * Gets the value of the endSiteName property. * * @return * possible object is * {@link String } * */ public String getEndSiteName() { return endSiteName; } /** * Sets the value of the endSiteName property. * * @param value * allowed object is * {@link String } * */ public void setEndSiteName(String value) { this.endSiteName = value; } /** * Gets the value of the fabanDate property. * * @return * possible object is * {@link String } * */ public String getFabanDate() { return fabanDate; } /** * Sets the value of the fabanDate property. * * @param value * allowed object is * {@link String } * */ public void setFabanDate(String value) { this.fabanDate = value; } /** * Gets the value of the fabanTime property. * * @return * possible object is * {@link String } * */ public String getFabanTime() { return fabanTime; } /** * Sets the value of the fabanTime property. * * @param value * allowed object is * {@link String } * */ public void setFabanTime(String value) { this.fabanTime = value; } /** * Gets the value of the longTicketNo property. * * @return * possible object is * {@link String } * */ public String getLongTicketNo() { return longTicketNo; } /** * Sets the value of the longTicketNo property. * * @param value * allowed object is * {@link String } * */ public void setLongTicketNo(String value) { this.longTicketNo = value; } /** * Gets the value of the orderId property. * * @return * possible object is * {@link String } * */ public String getOrderId() { return orderId; } /** * Sets the value of the orderId property. * * @param value * allowed object is * {@link String } * */ public void setOrderId(String value) { this.orderId = value; } /** * Gets the value of the seatNumber property. * * @return * possible object is * {@link String } * */ public String getSeatNumber() { return seatNumber; } /** * Sets the value of the seatNumber property. * * @param value * allowed object is * {@link String } * */ public void setSeatNumber(String value) { this.seatNumber = value; } /** * Gets the value of the serialStation property. * * @return * possible object is * {@link SerialStation } * */ public SerialStation getSerialStation() { return serialStation; } /** * Sets the value of the serialStation property. * * @param value * allowed object is * {@link SerialStation } * */ public void setSerialStation(SerialStation value) { this.serialStation = value; } /** * Gets the value of the sortTicketNo property. * * @return * possible object is * {@link String } * */ public String getSortTicketNo() { return sortTicketNo; } /** * Sets the value of the sortTicketNo property. * * @param value * allowed object is * {@link String } * */ public void setSortTicketNo(String value) { this.sortTicketNo = value; } /** * Gets the value of the takeTicketDate property. * * @return * possible object is * {@link String } * */ public String getTakeTicketDate() { return takeTicketDate; } /** * Sets the value of the takeTicketDate property. * * @param value * allowed object is * {@link String } * */ public void setTakeTicketDate(String value) { this.takeTicketDate = value; } /** * Gets the value of the takeTicketTime property. * * @return * possible object is * {@link String } * */ public String getTakeTicketTime() { return takeTicketTime; } /** * Sets the value of the takeTicketTime property. * * @param value * allowed object is * {@link String } * */ public void setTakeTicketTime(String value) { this.takeTicketTime = value; } /** * Gets the value of the ticketFare property. * * @return * possible object is * {@link String } * */ public String getTicketFare() { return ticketFare; } /** * Sets the value of the ticketFare property. * * @param value * allowed object is * {@link String } * */ public void setTicketFare(String value) { this.ticketFare = value; } /** * Gets the value of the ticketStatus property. * * @return * possible object is * {@link String } * */ public String getTicketStatus() { return ticketStatus; } /** * Sets the value of the ticketStatus property. * * @param value * allowed object is * {@link String } * */ public void setTicketStatus(String value) { this.ticketStatus = value; } /** * Gets the value of the ticketType property. * * @return * possible object is * {@link String } * */ public String getTicketType() { return ticketType; } /** * Sets the value of the ticketType property. * * @param value * allowed object is * {@link String } * */ public void setTicketType(String value) { this.ticketType = value; } }