5f155a24b7e90ec89119758b0ef75229b5d41954.svn-base 738 B

1234567891011121314151617181920212223242526272829303132
  1. package com.sinosoft.lz.esb.ib;
  2. import javax.xml.bind.annotation.XmlAccessType;
  3. import javax.xml.bind.annotation.XmlAccessorType;
  4. import javax.xml.bind.annotation.XmlType;
  5. /**
  6. * <p>Java class for cancelAllOverdue complex type.
  7. *
  8. * <p>The following schema fragment specifies the expected content contained within this class.
  9. *
  10. * <pre>
  11. * &lt;complexType name="cancelAllOverdue">
  12. * &lt;complexContent>
  13. * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
  14. * &lt;sequence>
  15. * &lt;/sequence>
  16. * &lt;/restriction>
  17. * &lt;/complexContent>
  18. * &lt;/complexType>
  19. * </pre>
  20. *
  21. *
  22. */
  23. @XmlAccessorType(XmlAccessType.FIELD)
  24. @XmlType(name = "cancelAllOverdue")
  25. public class CancelAllOverdue {
  26. }