src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/TopLevelElement.java

Print this page

        

*** 28,48 **** import javax.xml.namespace.QName; import com.sun.xml.internal.txw2.TypedXmlWriter; import com.sun.xml.internal.txw2.annotation.XmlAttribute; import com.sun.xml.internal.txw2.annotation.XmlElement; @XmlElement("element") public interface TopLevelElement extends Element, TypedXmlWriter { @XmlAttribute("final") ! public TopLevelElement _final(String value); @XmlAttribute("final") ! public TopLevelElement _final(String[] value); @XmlAttribute("abstract") public TopLevelElement _abstract(boolean value); @XmlAttribute --- 28,53 ---- import javax.xml.namespace.QName; import com.sun.xml.internal.txw2.TypedXmlWriter; import com.sun.xml.internal.txw2.annotation.XmlAttribute; import com.sun.xml.internal.txw2.annotation.XmlElement; + /** + * <p><b> + * Auto-generated, do not edit. + * </b></p> + */ @XmlElement("element") public interface TopLevelElement extends Element, TypedXmlWriter { @XmlAttribute("final") ! public TopLevelElement _final(String[] value); @XmlAttribute("final") ! public TopLevelElement _final(String value); @XmlAttribute("abstract") public TopLevelElement _abstract(boolean value); @XmlAttribute