001 /*
002 * XML Type: fully-qualified-classType
003 * Namespace: http://geronimo.apache.org/xml/ns/j2ee/connector-1.2
004 * Java type: org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType
005 *
006 * Automatically generated - do not modify.
007 */
008 package org.apache.geronimo.xbeans.geronimo;
009
010
011 /**
012 * An XML fully-qualified-classType(@http://geronimo.apache.org/xml/ns/j2ee/connector-1.2).
013 *
014 * This is an atomic type that is a restriction of org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType.
015 */
016 public interface GerFullyQualifiedClassType extends org.apache.xmlbeans.XmlString
017 {
018 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
019 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GerFullyQualifiedClassType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s03E398A13B3309475015244D9072E5AF").resolveHandle("fullyqualifiedclasstypece84type");
020
021 /**
022 * A factory class with static methods for creating instances
023 * of this type.
024 */
025
026 public static final class Factory
027 {
028 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType newValue(java.lang.Object obj) {
029 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) type.newValue( obj ); }
030
031 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType newInstance() {
032 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
033
034 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType newInstance(org.apache.xmlbeans.XmlOptions options) {
035 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
036
037 /** @param xmlAsString the string value to parse */
038 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
039 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
040
041 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
042 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
043
044 /** @param file the file from which to load an xml document */
045 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
046 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
047
048 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
049 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
050
051 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
052 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
053
054 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
055 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
056
057 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
058 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
059
060 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
061 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
062
063 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
064 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
065
066 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
067 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
068
069 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
070 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
071
072 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
073 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
074
075 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
076 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
077
078 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
079 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
080
081 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
082 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
083 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
084
085 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
086 public static org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
087 return (org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
088
089 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
090 public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
091 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
092
093 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
094 public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
095 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
096
097 private Factory() { } // No instance of this class allowed
098 }
099 }