View Javadoc
1 /* 2 * An XML document type. 3 * Localname: rating 4 * Namespace: http://mrl.sf.net 5 * Java type: net.sf.mrl.RatingDocument 6 * 7 * Automatically generated - do not modify. 8 */ 9 package net.sf.mrl; 10 11 12 /*** 13 * A document containing one rating(@http://mrl.sf.net) element. 14 * 15 * This is a complex type. 16 */ 17 public interface RatingDocument extends org.apache.xmlbeans.XmlObject 18 { 19 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.sE29068435D67997CD7F0E8EBB2A08AD1.TypeSystemHolder.typeSystem.resolveHandle("rating8111doctype"); 20 21 /*** 22 * Gets the "rating" element 23 */ 24 net.sf.mrl.RatingDocument.Rating getRating(); 25 26 /*** 27 * Sets the "rating" element 28 */ 29 void setRating(net.sf.mrl.RatingDocument.Rating rating); 30 31 /*** 32 * Appends and returns a new empty "rating" element 33 */ 34 net.sf.mrl.RatingDocument.Rating addNewRating(); 35 36 /*** 37 * An XML rating(@http://mrl.sf.net). 38 * 39 * This is a complex type. 40 */ 41 public interface Rating extends org.apache.xmlbeans.XmlObject 42 { 43 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.sE29068435D67997CD7F0E8EBB2A08AD1.TypeSystemHolder.typeSystem.resolveHandle("rating3d38elemtype"); 44 45 /*** 46 * Gets the "name" element 47 */ 48 java.lang.String getName(); 49 50 /*** 51 * Gets (as xml) the "name" element 52 */ 53 org.apache.xmlbeans.XmlString xgetName(); 54 55 /*** 56 * Sets the "name" element 57 */ 58 void setName(java.lang.String name); 59 60 /*** 61 * Sets (as xml) the "name" element 62 */ 63 void xsetName(org.apache.xmlbeans.XmlString name); 64 65 /*** 66 * Gets the "value" element 67 */ 68 net.sf.mrl.RatingDocument.Rating.Value getValue(); 69 70 /*** 71 * Sets the "value" element 72 */ 73 void setValue(net.sf.mrl.RatingDocument.Rating.Value value); 74 75 /*** 76 * Appends and returns a new empty "value" element 77 */ 78 net.sf.mrl.RatingDocument.Rating.Value addNewValue(); 79 80 /*** 81 * An XML value(@http://mrl.sf.net). 82 * 83 * This is an atomic type that is a restriction of org.apache.xmlbeans.XmlInteger. 84 */ 85 public interface Value extends org.apache.xmlbeans.XmlInteger 86 { 87 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.sE29068435D67997CD7F0E8EBB2A08AD1.TypeSystemHolder.typeSystem.resolveHandle("value7a95elemtype"); 88 89 /*** 90 * Gets the "min" attribute 91 */ 92 java.math.BigInteger getMin(); 93 94 /*** 95 * Gets (as xml) the "min" attribute 96 */ 97 org.apache.xmlbeans.XmlInteger xgetMin(); 98 99 /*** 100 * True if has "min" attribute 101 */ 102 boolean isSetMin(); 103 104 /*** 105 * Sets the "min" attribute 106 */ 107 void setMin(java.math.BigInteger min); 108 109 /*** 110 * Sets (as xml) the "min" attribute 111 */ 112 void xsetMin(org.apache.xmlbeans.XmlInteger min); 113 114 /*** 115 * Unsets the "min" attribute 116 */ 117 void unsetMin(); 118 119 /*** 120 * Gets the "max" attribute 121 */ 122 java.math.BigInteger getMax(); 123 124 /*** 125 * Gets (as xml) the "max" attribute 126 */ 127 org.apache.xmlbeans.XmlInteger xgetMax(); 128 129 /*** 130 * True if has "max" attribute 131 */ 132 boolean isSetMax(); 133 134 /*** 135 * Sets the "max" attribute 136 */ 137 void setMax(java.math.BigInteger max); 138 139 /*** 140 * Sets (as xml) the "max" attribute 141 */ 142 void xsetMax(org.apache.xmlbeans.XmlInteger max); 143 144 /*** 145 * Unsets the "max" attribute 146 */ 147 void unsetMax(); 148 149 /*** 150 * A factory class with static methods for creating instances 151 * of this type. 152 */ 153 154 public static final class Factory 155 { 156 public static net.sf.mrl.RatingDocument.Rating.Value newInstance() { 157 return (net.sf.mrl.RatingDocument.Rating.Value) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } 158 159 public static net.sf.mrl.RatingDocument.Rating.Value newInstance(org.apache.xmlbeans.XmlOptions options) { 160 return (net.sf.mrl.RatingDocument.Rating.Value) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } 161 162 private Factory() { } // No instance of this class allowed 163 } 164 } 165 166 /*** 167 * A factory class with static methods for creating instances 168 * of this type. 169 */ 170 171 public static final class Factory 172 { 173 public static net.sf.mrl.RatingDocument.Rating newInstance() { 174 return (net.sf.mrl.RatingDocument.Rating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } 175 176 public static net.sf.mrl.RatingDocument.Rating newInstance(org.apache.xmlbeans.XmlOptions options) { 177 return (net.sf.mrl.RatingDocument.Rating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } 178 179 private Factory() { } // No instance of this class allowed 180 } 181 } 182 183 /*** 184 * A factory class with static methods for creating instances 185 * of this type. 186 */ 187 188 public static final class Factory 189 { 190 public static net.sf.mrl.RatingDocument newInstance() { 191 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } 192 193 public static net.sf.mrl.RatingDocument newInstance(org.apache.xmlbeans.XmlOptions options) { 194 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } 195 196 public static net.sf.mrl.RatingDocument parse(java.lang.String s) throws org.apache.xmlbeans.XmlException { 197 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, null ); } 198 199 public static net.sf.mrl.RatingDocument parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { 200 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, options ); } 201 202 public static net.sf.mrl.RatingDocument parse(java.io.File f) throws org.apache.xmlbeans.XmlException, java.io.IOException { 203 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, null ); } 204 205 public static net.sf.mrl.RatingDocument parse(java.io.File f, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { 206 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, options ); } 207 208 public static net.sf.mrl.RatingDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { 209 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } 210 211 public static net.sf.mrl.RatingDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { 212 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } 213 214 public static net.sf.mrl.RatingDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { 215 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } 216 217 public static net.sf.mrl.RatingDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { 218 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } 219 220 public static net.sf.mrl.RatingDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { 221 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } 222 223 public static net.sf.mrl.RatingDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { 224 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } 225 226 public static net.sf.mrl.RatingDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { 227 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } 228 229 public static net.sf.mrl.RatingDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { 230 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } 231 232 public static net.sf.mrl.RatingDocument parse(weblogic.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, weblogic.xml.stream.XMLStreamException { 233 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } 234 235 public static net.sf.mrl.RatingDocument parse(weblogic.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, weblogic.xml.stream.XMLStreamException { 236 return (net.sf.mrl.RatingDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } 237 238 public static weblogic.xml.stream.XMLInputStream newValidatingXMLInputStream(weblogic.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, weblogic.xml.stream.XMLStreamException { 239 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } 240 241 public static weblogic.xml.stream.XMLInputStream newValidatingXMLInputStream(weblogic.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, weblogic.xml.stream.XMLStreamException { 242 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } 243 244 private Factory() { } // No instance of this class allowed 245 } 246 }

This page was automatically generated by Maven