jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/Element.java
changeset 19645 36f707905f2b
parent 16791 fe5141eabb0e
child 22679 d785acd84a14
equal deleted inserted replaced
19257:30a1d677a20c 19645:36f707905f2b
    27 
    27 
    28 import javax.xml.namespace.QName;
    28 import javax.xml.namespace.QName;
    29 import com.sun.xml.internal.txw2.TypedXmlWriter;
    29 import com.sun.xml.internal.txw2.TypedXmlWriter;
    30 import com.sun.xml.internal.txw2.annotation.XmlAttribute;
    30 import com.sun.xml.internal.txw2.annotation.XmlAttribute;
    31 
    31 
       
    32 /**
       
    33  * <p><b>
       
    34  *     Auto-generated, do not edit.
       
    35  * </b></p>
       
    36  */
    32 public interface Element
    37 public interface Element
    33     extends Annotated, ComplexTypeHost, FixedOrDefault, SimpleTypeHost, TypedXmlWriter
    38     extends Annotated, ComplexTypeHost, FixedOrDefault, SimpleTypeHost, TypedXmlWriter
    34 {
    39 {
    35 
    40 
    36 
    41 
    37     @XmlAttribute
    42     @XmlAttribute
    38     public Element type(QName value);
    43     public Element type(QName value);
    39 
    44 
    40     @XmlAttribute
    45     @XmlAttribute
    41     public Element block(String value);
    46     public Element block(String[] value);
    42 
    47 
    43     @XmlAttribute
    48     @XmlAttribute
    44     public Element block(String[] value);
    49     public Element block(String value);
    45 
    50 
    46     @XmlAttribute
    51     @XmlAttribute
    47     public Element nillable(boolean value);
    52     public Element nillable(boolean value);
    48 
    53 
    49 }
    54 }