Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: com/dell/wsdm/demos/interop/x2005/x04/ModelNameDocument.java


1   /*
2    * An XML document type.
3    * Localname: ModelName
4    * Namespace: http://dell.com/wsdm/demos/interop/2005/04
5    * Java type: com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument
6    *
7    * Automatically generated - do not modify.
8    */
9   package com.dell.wsdm.demos.interop.x2005.x04;
10  
11  
12  /**
13   * A document containing one ModelName(@http://dell.com/wsdm/demos/interop/2005/04) element.
14   *
15   * This is a complex type.
16   */
17  public interface ModelNameDocument extends org.apache.xmlbeans.XmlObject
18  {
19      public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s9453AECF4F2EEB571E8F3D241921E275.TypeSystemHolder.typeSystem.resolveHandle("modelname3f83doctype");
20      
21      /**
22       * Gets the "ModelName" element
23       */
24      java.lang.String getModelName();
25      
26      /**
27       * Gets (as xml) the "ModelName" element
28       */
29      org.apache.xmlbeans.XmlString xgetModelName();
30      
31      /**
32       * Sets the "ModelName" element
33       */
34      void setModelName(java.lang.String modelName);
35      
36      /**
37       * Sets (as xml) the "ModelName" element
38       */
39      void xsetModelName(org.apache.xmlbeans.XmlString modelName);
40      
41      /**
42       * A factory class with static methods for creating instances
43       * of this type.
44       */
45      
46      public static final class Factory
47      {
48          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument newInstance() {
49            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
50          
51          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
52            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
53          
54          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.lang.String s) throws org.apache.xmlbeans.XmlException {
55            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, null ); }
56          
57          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
58            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, options ); }
59          
60          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.io.File f) throws org.apache.xmlbeans.XmlException, java.io.IOException {
61            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, null ); }
62          
63          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.io.File f, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
64            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, options ); }
65          
66          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
67            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
68          
69          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
70            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
71          
72          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
73            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
74          
75          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
76            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
77          
78          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
79            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
80          
81          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
82            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
83          
84          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
85            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
86          
87          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
88            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
89          
90          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
91            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
92          
93          public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
94            return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
95          
96          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 {
97            return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
98          
99          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 {
100           return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
101         
102         private Factory() { } // No instance of this class allowed
103     }
104 }