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 orderQueryList complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <complexType name="orderQueryList"> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="backFare" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="backOperator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="backTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="childTicket" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="endStation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="networkStationCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="networkStationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="orderCertificateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="orderCertificateNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="orderGetDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="orderName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="price" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="remark" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="ridePlace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="seatNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="sellDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="sellStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="serialNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="ticketTy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="useDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="useTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "orderQueryList", propOrder = { "backFare", "backOperator", "backTime", "childTicket", "endStation", "id", "networkStationCode", "networkStationName", "orderCertificateName", "orderCertificateNo", "orderGetDate", "orderName", "phone", "price", "remark", "ridePlace", "seatNo", "sellDate", "sellStatus", "serialNo", "status", "ticketTy", "useDate", "useTime" }) public class OrderQueryList { protected String backFare; protected String backOperator; protected String backTime; protected String childTicket; protected String endStation; protected String id; protected String networkStationCode; protected String networkStationName; protected String orderCertificateName; protected String orderCertificateNo; protected String orderGetDate; protected String orderName; protected String phone; protected String price; protected String remark; protected String ridePlace; protected String seatNo; protected String sellDate; protected String sellStatus; protected String serialNo; protected String status; protected String ticketTy; protected String useDate; protected String useTime; /** * Gets the value of the backFare property. * * @return * possible object is * {@link String } * */ public String getBackFare() { return backFare; } /** * Sets the value of the backFare property. * * @param value * allowed object is * {@link String } * */ public void setBackFare(String value) { this.backFare = value; } /** * Gets the value of the backOperator property. * * @return * possible object is * {@link String } * */ public String getBackOperator() { return backOperator; } /** * Sets the value of the backOperator property. * * @param value * allowed object is * {@link String } * */ public void setBackOperator(String value) { this.backOperator = value; } /** * Gets the value of the backTime property. * * @return * possible object is * {@link String } * */ public String getBackTime() { return backTime; } /** * Sets the value of the backTime property. * * @param value * allowed object is * {@link String } * */ public void setBackTime(String value) { this.backTime = value; } /** * Gets the value of the childTicket property. * * @return * possible object is * {@link String } * */ public String getChildTicket() { return childTicket; } /** * Sets the value of the childTicket property. * * @param value * allowed object is * {@link String } * */ public void setChildTicket(String value) { this.childTicket = value; } /** * Gets the value of the endStation property. * * @return * possible object is * {@link String } * */ public String getEndStation() { return endStation; } /** * Sets the value of the endStation property. * * @param value * allowed object is * {@link String } * */ public void setEndStation(String value) { this.endStation = value; } /** * Gets the value of the id property. * * @return * possible object is * {@link String } * */ public String getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link String } * */ public void setId(String value) { this.id = value; } /** * Gets the value of the networkStationCode property. * * @return * possible object is * {@link String } * */ public String getNetworkStationCode() { return networkStationCode; } /** * Sets the value of the networkStationCode property. * * @param value * allowed object is * {@link String } * */ public void setNetworkStationCode(String value) { this.networkStationCode = value; } /** * Gets the value of the networkStationName property. * * @return * possible object is * {@link String } * */ public String getNetworkStationName() { return networkStationName; } /** * Sets the value of the networkStationName property. * * @param value * allowed object is * {@link String } * */ public void setNetworkStationName(String value) { this.networkStationName = value; } /** * Gets the value of the orderCertificateName property. * * @return * possible object is * {@link String } * */ public String getOrderCertificateName() { return orderCertificateName; } /** * Sets the value of the orderCertificateName property. * * @param value * allowed object is * {@link String } * */ public void setOrderCertificateName(String value) { this.orderCertificateName = value; } /** * Gets the value of the orderCertificateNo property. * * @return * possible object is * {@link String } * */ public String getOrderCertificateNo() { return orderCertificateNo; } /** * Sets the value of the orderCertificateNo property. * * @param value * allowed object is * {@link String } * */ public void setOrderCertificateNo(String value) { this.orderCertificateNo = value; } /** * Gets the value of the orderGetDate property. * * @return * possible object is * {@link String } * */ public String getOrderGetDate() { return orderGetDate; } /** * Sets the value of the orderGetDate property. * * @param value * allowed object is * {@link String } * */ public void setOrderGetDate(String value) { this.orderGetDate = value; } /** * Gets the value of the orderName property. * * @return * possible object is * {@link String } * */ public String getOrderName() { return orderName; } /** * Sets the value of the orderName property. * * @param value * allowed object is * {@link String } * */ public void setOrderName(String value) { this.orderName = value; } /** * Gets the value of the phone property. * * @return * possible object is * {@link String } * */ public String getPhone() { return phone; } /** * Sets the value of the phone property. * * @param value * allowed object is * {@link String } * */ public void setPhone(String value) { this.phone = value; } /** * Gets the value of the price property. * * @return * possible object is * {@link String } * */ public String getPrice() { return price; } /** * Sets the value of the price property. * * @param value * allowed object is * {@link String } * */ public void setPrice(String value) { this.price = value; } /** * Gets the value of the remark property. * * @return * possible object is * {@link String } * */ public String getRemark() { return remark; } /** * Sets the value of the remark property. * * @param value * allowed object is * {@link String } * */ public void setRemark(String value) { this.remark = value; } /** * Gets the value of the ridePlace property. * * @return * possible object is * {@link String } * */ public String getRidePlace() { return ridePlace; } /** * Sets the value of the ridePlace property. * * @param value * allowed object is * {@link String } * */ public void setRidePlace(String value) { this.ridePlace = value; } /** * Gets the value of the seatNo property. * * @return * possible object is * {@link String } * */ public String getSeatNo() { return seatNo; } /** * Sets the value of the seatNo property. * * @param value * allowed object is * {@link String } * */ public void setSeatNo(String value) { this.seatNo = value; } /** * Gets the value of the sellDate property. * * @return * possible object is * {@link String } * */ public String getSellDate() { return sellDate; } /** * Sets the value of the sellDate property. * * @param value * allowed object is * {@link String } * */ public void setSellDate(String value) { this.sellDate = value; } /** * Gets the value of the sellStatus property. * * @return * possible object is * {@link String } * */ public String getSellStatus() { return sellStatus; } /** * Sets the value of the sellStatus property. * * @param value * allowed object is * {@link String } * */ public void setSellStatus(String value) { this.sellStatus = value; } /** * Gets the value of the serialNo property. * * @return * possible object is * {@link String } * */ public String getSerialNo() { return serialNo; } /** * Sets the value of the serialNo property. * * @param value * allowed object is * {@link String } * */ public void setSerialNo(String value) { this.serialNo = value; } /** * Gets the value of the status property. * * @return * possible object is * {@link String } * */ public String getStatus() { return status; } /** * Sets the value of the status property. * * @param value * allowed object is * {@link String } * */ public void setStatus(String value) { this.status = value; } /** * Gets the value of the ticketTy property. * * @return * possible object is * {@link String } * */ public String getTicketTy() { return ticketTy; } /** * Sets the value of the ticketTy property. * * @param value * allowed object is * {@link String } * */ public void setTicketTy(String value) { this.ticketTy = value; } /** * Gets the value of the useDate property. * * @return * possible object is * {@link String } * */ public String getUseDate() { return useDate; } /** * Sets the value of the useDate property. * * @param value * allowed object is * {@link String } * */ public void setUseDate(String value) { this.useDate = value; } /** * Gets the value of the useTime property. * * @return * possible object is * {@link String } * */ public String getUseTime() { return useTime; } /** * Sets the value of the useTime property. * * @param value * allowed object is * {@link String } * */ public void setUseTime(String value) { this.useTime = value; } }