HrnoshadeAttribute.java 源代码


package schemasMicrosoftComOfficeOffice;

import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
import java.net.URL;
import javax.xml.stream.XMLStreamReader;
import org.apache.xmlbeans.SchemaType;
import org.apache.xmlbeans.XmlBeans;
import org.apache.xmlbeans.XmlException;
import org.apache.xmlbeans.XmlObject;
import org.apache.xmlbeans.XmlOptions;
import org.apache.xmlbeans.xml.stream.XMLInputStream;
import org.apache.xmlbeans.xml.stream.XMLStreamException;
import org.w3c.dom.Node;
import schemasMicrosoftComOfficeOffice.STTrueFalse;

public interface HrnoshadeAttribute extends XmlObject {
    public static final SchemaType type = (SchemaType) XmlBeans.typeSystemForClassLoader(HrnoshadeAttribute.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("hrnoshade4db5attrtypetype");

    public static final class Factory {
        private Factory() {
        }

        public static HrnoshadeAttribute newInstance() {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().newInstance(HrnoshadeAttribute.type, null);
        }

        public static HrnoshadeAttribute newInstance(XmlOptions xmlOptions) {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().newInstance(HrnoshadeAttribute.type, xmlOptions);
        }

        public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xMLInputStream) throws XmlException, XMLStreamException {
            return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream(xMLInputStream, HrnoshadeAttribute.type, null);
        }

        public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xMLInputStream, XmlOptions xmlOptions) throws XmlException, XMLStreamException {
            return XmlBeans.getContextTypeLoader().newValidatingXMLInputStream(xMLInputStream, HrnoshadeAttribute.type, xmlOptions);
        }

        public static HrnoshadeAttribute parse(File file) throws XmlException, IOException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(file, HrnoshadeAttribute.type, (XmlOptions) null);
        }

        public static HrnoshadeAttribute parse(File file, XmlOptions xmlOptions) throws XmlException, IOException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(file, HrnoshadeAttribute.type, xmlOptions);
        }

        public static HrnoshadeAttribute parse(InputStream inputStream) throws XmlException, IOException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(inputStream, HrnoshadeAttribute.type, (XmlOptions) null);
        }

        public static HrnoshadeAttribute parse(InputStream inputStream, XmlOptions xmlOptions) throws XmlException, IOException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(inputStream, HrnoshadeAttribute.type, xmlOptions);
        }

        public static HrnoshadeAttribute parse(Reader reader) throws XmlException, IOException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(reader, HrnoshadeAttribute.type, (XmlOptions) null);
        }

        public static HrnoshadeAttribute parse(Reader reader, XmlOptions xmlOptions) throws XmlException, IOException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(reader, HrnoshadeAttribute.type, xmlOptions);
        }

        public static HrnoshadeAttribute parse(String str) throws XmlException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(str, HrnoshadeAttribute.type, (XmlOptions) null);
        }

        public static HrnoshadeAttribute parse(String str, XmlOptions xmlOptions) throws XmlException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(str, HrnoshadeAttribute.type, xmlOptions);
        }

        public static HrnoshadeAttribute parse(URL url) throws XmlException, IOException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(url, HrnoshadeAttribute.type, (XmlOptions) null);
        }

        public static HrnoshadeAttribute parse(URL url, XmlOptions xmlOptions) throws XmlException, IOException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(url, HrnoshadeAttribute.type, xmlOptions);
        }

        public static HrnoshadeAttribute parse(XMLStreamReader xMLStreamReader) throws XmlException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(xMLStreamReader, HrnoshadeAttribute.type, (XmlOptions) null);
        }

        public static HrnoshadeAttribute parse(XMLStreamReader xMLStreamReader, XmlOptions xmlOptions) throws XmlException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(xMLStreamReader, HrnoshadeAttribute.type, xmlOptions);
        }

        public static HrnoshadeAttribute parse(XMLInputStream xMLInputStream) throws XmlException, XMLStreamException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(xMLInputStream, HrnoshadeAttribute.type, (XmlOptions) null);
        }

        public static HrnoshadeAttribute parse(XMLInputStream xMLInputStream, XmlOptions xmlOptions) throws XmlException, XMLStreamException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(xMLInputStream, HrnoshadeAttribute.type, xmlOptions);
        }

        public static HrnoshadeAttribute parse(Node node) throws XmlException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(node, HrnoshadeAttribute.type, (XmlOptions) null);
        }

        public static HrnoshadeAttribute parse(Node node, XmlOptions xmlOptions) throws XmlException {
            return (HrnoshadeAttribute) XmlBeans.getContextTypeLoader().parse(node, HrnoshadeAttribute.type, xmlOptions);
        }
    }

    STTrueFalse.Enum getHrnoshade();

    boolean isSetHrnoshade();

    void setHrnoshade(STTrueFalse.Enum r1);

    void unsetHrnoshade();

    STTrueFalse xgetHrnoshade();

    void xsetHrnoshade(STTrueFalse sTTrueFalse);
}