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

changeset 397
b99d7e355d4b
parent 368
0989ad8c0860
child 637
9c07ef4934dd
equal deleted inserted replaced
393:6cdc6ed98780 397:b99d7e355d4b
27 27
28 import com.sun.xml.internal.txw2.TypedXmlWriter; 28 import com.sun.xml.internal.txw2.TypedXmlWriter;
29 import com.sun.xml.internal.txw2.annotation.XmlAttribute; 29 import com.sun.xml.internal.txw2.annotation.XmlAttribute;
30 import com.sun.xml.internal.txw2.annotation.XmlElement; 30 import com.sun.xml.internal.txw2.annotation.XmlElement;
31 31
32 /**
33 * <p><b>
34 * Auto-generated, do not edit.
35 * </b></p>
36 */
32 @XmlElement("complexType") 37 @XmlElement("complexType")
33 public interface ComplexType 38 public interface ComplexType
34 extends Annotated, ComplexTypeModel, TypedXmlWriter 39 extends Annotated, ComplexTypeModel, TypedXmlWriter
35 { 40 {
36 41
37 42
38 @XmlAttribute("final") 43 @XmlAttribute("final")
44 public ComplexType _final(String[] value);
45
46 @XmlAttribute("final")
39 public ComplexType _final(String value); 47 public ComplexType _final(String value);
40 48
41 @XmlAttribute("final") 49 @XmlAttribute
42 public ComplexType _final(String[] value); 50 public ComplexType block(String[] value);
43 51
44 @XmlAttribute 52 @XmlAttribute
45 public ComplexType block(String value); 53 public ComplexType block(String value);
46
47 @XmlAttribute
48 public ComplexType block(String[] value);
49 54
50 @XmlAttribute("abstract") 55 @XmlAttribute("abstract")
51 public ComplexType _abstract(boolean value); 56 public ComplexType _abstract(boolean value);
52 57
53 @XmlAttribute 58 @XmlAttribute

mercurial