View Javadoc

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