001 /*
002 * XML Type: compoundSecMechType
003 * Namespace: http://openejb.apache.org/xml/ns/corba-css-config-2.1
004 * Java type: org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType
005 *
006 * Automatically generated - do not modify.
007 */
008 package org.apache.geronimo.corba.xbeans.csiv2.css;
009
010
011 /**
012 * An XML compoundSecMechType(@http://openejb.apache.org/xml/ns/corba-css-config-2.1).
013 *
014 * This is a complex type.
015 */
016 public interface CSSCompoundSecMechType 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(CSSCompoundSecMechType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s09ACC41411FB14C20ABEF817C47DD1DF").resolveHandle("compoundsecmechtyped824type");
020
021 /**
022 * Gets array of all "description" elements
023 */
024 org.apache.geronimo.corba.xbeans.csiv2.css.CSSDescriptionType[] getDescriptionArray();
025
026 /**
027 * Gets ith "description" element
028 */
029 org.apache.geronimo.corba.xbeans.csiv2.css.CSSDescriptionType getDescriptionArray(int i);
030
031 /**
032 * Returns number of "description" element
033 */
034 int sizeOfDescriptionArray();
035
036 /**
037 * Sets array of all "description" element
038 */
039 void setDescriptionArray(org.apache.geronimo.corba.xbeans.csiv2.css.CSSDescriptionType[] descriptionArray);
040
041 /**
042 * Sets ith "description" element
043 */
044 void setDescriptionArray(int i, org.apache.geronimo.corba.xbeans.csiv2.css.CSSDescriptionType description);
045
046 /**
047 * Inserts and returns a new empty value (as xml) as the ith "description" element
048 */
049 org.apache.geronimo.corba.xbeans.csiv2.css.CSSDescriptionType insertNewDescription(int i);
050
051 /**
052 * Appends and returns a new empty value (as xml) as the last "description" element
053 */
054 org.apache.geronimo.corba.xbeans.csiv2.css.CSSDescriptionType addNewDescription();
055
056 /**
057 * Removes the ith "description" element
058 */
059 void removeDescription(int i);
060
061 /**
062 * Gets the "SSL" element
063 */
064 org.apache.geronimo.corba.xbeans.csiv2.css.CSSSSLType getSSL();
065
066 /**
067 * True if has "SSL" element
068 */
069 boolean isSetSSL();
070
071 /**
072 * Sets the "SSL" element
073 */
074 void setSSL(org.apache.geronimo.corba.xbeans.csiv2.css.CSSSSLType ssl);
075
076 /**
077 * Appends and returns a new empty "SSL" element
078 */
079 org.apache.geronimo.corba.xbeans.csiv2.css.CSSSSLType addNewSSL();
080
081 /**
082 * Unsets the "SSL" element
083 */
084 void unsetSSL();
085
086 /**
087 * Gets the "SECIOP" element
088 */
089 org.apache.geronimo.corba.xbeans.csiv2.css.CSSSECIOPType getSECIOP();
090
091 /**
092 * True if has "SECIOP" element
093 */
094 boolean isSetSECIOP();
095
096 /**
097 * Sets the "SECIOP" element
098 */
099 void setSECIOP(org.apache.geronimo.corba.xbeans.csiv2.css.CSSSECIOPType seciop);
100
101 /**
102 * Appends and returns a new empty "SECIOP" element
103 */
104 org.apache.geronimo.corba.xbeans.csiv2.css.CSSSECIOPType addNewSECIOP();
105
106 /**
107 * Unsets the "SECIOP" element
108 */
109 void unsetSECIOP();
110
111 /**
112 * Gets the "GSSUPStatic" element
113 */
114 org.apache.geronimo.corba.xbeans.csiv2.css.CSSGSSUPStaticType getGSSUPStatic();
115
116 /**
117 * True if has "GSSUPStatic" element
118 */
119 boolean isSetGSSUPStatic();
120
121 /**
122 * Sets the "GSSUPStatic" element
123 */
124 void setGSSUPStatic(org.apache.geronimo.corba.xbeans.csiv2.css.CSSGSSUPStaticType gssupStatic);
125
126 /**
127 * Appends and returns a new empty "GSSUPStatic" element
128 */
129 org.apache.geronimo.corba.xbeans.csiv2.css.CSSGSSUPStaticType addNewGSSUPStatic();
130
131 /**
132 * Unsets the "GSSUPStatic" element
133 */
134 void unsetGSSUPStatic();
135
136 /**
137 * Gets the "GSSUPDynamic" element
138 */
139 org.apache.geronimo.corba.xbeans.csiv2.css.CSSGSSUPDynamicType getGSSUPDynamic();
140
141 /**
142 * True if has "GSSUPDynamic" element
143 */
144 boolean isSetGSSUPDynamic();
145
146 /**
147 * Sets the "GSSUPDynamic" element
148 */
149 void setGSSUPDynamic(org.apache.geronimo.corba.xbeans.csiv2.css.CSSGSSUPDynamicType gssupDynamic);
150
151 /**
152 * Appends and returns a new empty "GSSUPDynamic" element
153 */
154 org.apache.geronimo.corba.xbeans.csiv2.css.CSSGSSUPDynamicType addNewGSSUPDynamic();
155
156 /**
157 * Unsets the "GSSUPDynamic" element
158 */
159 void unsetGSSUPDynamic();
160
161 /**
162 * Gets the "sasMech" element
163 */
164 org.apache.geronimo.corba.xbeans.csiv2.css.CSSSasMechType getSasMech();
165
166 /**
167 * True if has "sasMech" element
168 */
169 boolean isSetSasMech();
170
171 /**
172 * Sets the "sasMech" element
173 */
174 void setSasMech(org.apache.geronimo.corba.xbeans.csiv2.css.CSSSasMechType sasMech);
175
176 /**
177 * Appends and returns a new empty "sasMech" element
178 */
179 org.apache.geronimo.corba.xbeans.csiv2.css.CSSSasMechType addNewSasMech();
180
181 /**
182 * Unsets the "sasMech" element
183 */
184 void unsetSasMech();
185
186 /**
187 * A factory class with static methods for creating instances
188 * of this type.
189 */
190
191 public static final class Factory
192 {
193 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType newInstance() {
194 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
195
196 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType newInstance(org.apache.xmlbeans.XmlOptions options) {
197 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
198
199 /** @param xmlAsString the string value to parse */
200 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
201 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
202
203 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
204 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
205
206 /** @param file the file from which to load an xml document */
207 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
208 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
209
210 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
211 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
212
213 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
214 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
215
216 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
217 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
218
219 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
220 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
221
222 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
223 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
224
225 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
226 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
227
228 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
229 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
230
231 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
232 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
233
234 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
235 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
236
237 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
238 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
239
240 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
241 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
242
243 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
244 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
245 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
246
247 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
248 public static org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
249 return (org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
250
251 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
252 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 {
253 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
254
255 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
256 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 {
257 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
258
259 private Factory() { } // No instance of this class allowed
260 }
261 }