| | |
| | | import javax.xml.bind.annotation.XmlAccessorType; |
| | | import javax.xml.bind.annotation.XmlElement; |
| | | import javax.xml.bind.annotation.XmlType; |
| | | import java.io.Serializable; |
| | | |
| | | |
| | | /** |
| | |
| | | "rspSvcHeader", |
| | | "svcBody" |
| | | }) |
| | | public class RspEPCSnglTranType { |
| | | public class RspEPCSnglTranType implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @XmlElement(name = "RspSvcHeader", required = true) |
| | | protected RspSvcHeaderType rspSvcHeader; |
| | |
| | | "rsrvFldVal5", |
| | | "rsrvFldVal6" |
| | | }) |
| | | public static class SvcBody { |
| | | public static class SvcBody implements Serializable { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @XmlElement(name = "PcsStatus1", required = true) |
| | | protected String pcsStatus1; |