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 VoidHolder 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="VoidHolder">
16   *   &lt;complexContent>
17   *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
18   *       &lt;sequence>
19   *       &lt;/sequence>
20   *     &lt;/restriction>
21   *   &lt;/complexContent>
22   * &lt;/complexType>
23   * </pre>
24   */
25  @XmlAccessorType(XmlAccessType.FIELD)
26  @XmlType(name = "VoidHolder")
27  public class VoidHolder {
28  
29  }