001 /*
002 * XML Type: abstract-clusteringType
003 * Namespace: http://geronimo.apache.org/xml/ns/j2ee/application-2.0
004 * Java type: org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType
005 *
006 * Automatically generated - do not modify.
007 */
008 package org.apache.geronimo.xbeans.geronimo.j2ee;
009
010
011 /**
012 * An XML abstract-clusteringType(@http://geronimo.apache.org/xml/ns/j2ee/application-2.0).
013 *
014 * This is a complex type.
015 */
016 public interface GerAbstractClusteringType extends org.apache.xmlbeans.XmlObject
017 {
018 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
019 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GerAbstractClusteringType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s2769DD7041FA7A7F08AC25A8C20EE434").resolveHandle("abstractclusteringtype35b7type");
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 /** @deprecated No need to be able to create instances of abstract types */
029 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType newInstance() {
030 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
031
032 /** @deprecated No need to be able to create instances of abstract types */
033 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType newInstance(org.apache.xmlbeans.XmlOptions options) {
034 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
035
036 /** @param xmlAsString the string value to parse */
037 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
038 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
039
040 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
041 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
042
043 /** @param file the file from which to load an xml document */
044 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
045 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
046
047 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
048 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
049
050 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
051 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
052
053 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
054 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
055
056 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
057 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
058
059 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
060 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
061
062 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
063 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
064
065 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
066 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
067
068 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
069 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
070
071 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
072 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
073
074 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
075 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
076
077 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
078 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
079
080 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
081 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
082 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
083
084 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
085 public static org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
086 return (org.apache.geronimo.xbeans.geronimo.j2ee.GerAbstractClusteringType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
087
088 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
089 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 {
090 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
091
092 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
093 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 {
094 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
095
096 private Factory() { } // No instance of this class allowed
097 }
098 }