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