e2b52a438ac08baa58f56c69785c62e726300007.svn-base 742 B

123456789101112131415161718192021222324252627282930
  1. package cn.com.goldenwater.dcproj.webService.login;
  2. import javax.xml.bind.annotation.XmlAccessType;
  3. import javax.xml.bind.annotation.XmlAccessorType;
  4. import javax.xml.bind.annotation.XmlType;
  5. /**
  6. * <p>ServiceException complex type的 Java 类。
  7. *
  8. * <p>以下模式片段指定包含在此类中的预期内容。
  9. *
  10. * <pre>
  11. * &lt;complexType name="ServiceException"&gt;
  12. * &lt;complexContent&gt;
  13. * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
  14. * &lt;sequence&gt;
  15. * &lt;/sequence&gt;
  16. * &lt;/restriction&gt;
  17. * &lt;/complexContent&gt;
  18. * &lt;/complexType&gt;
  19. * </pre>
  20. */
  21. @XmlAccessorType(XmlAccessType.FIELD)
  22. @XmlType(name = "ServiceException")
  23. public class ServiceException {
  24. }