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