001 /*
002 * XML Type: GSSUPType
003 * Namespace: http://openejb.apache.org/xml/ns/corba-tss-config-2.1
004 * Java type: org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType
005 *
006 * Automatically generated - do not modify.
007 */
008 package org.apache.geronimo.corba.xbeans.csiv2.tss;
009
010
011 /**
012 * An XML GSSUPType(@http://openejb.apache.org/xml/ns/corba-tss-config-2.1).
013 *
014 * This is a complex type.
015 */
016 public interface TSSGSSUPType 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(TSSGSSUPType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s09ACC41411FB14C20ABEF817C47DD1DF").resolveHandle("gssuptypefdb2type");
020
021 /**
022 * Gets array of all "description" elements
023 */
024 org.apache.geronimo.corba.xbeans.csiv2.tss.TSSDescriptionType[] getDescriptionArray();
025
026 /**
027 * Gets ith "description" element
028 */
029 org.apache.geronimo.corba.xbeans.csiv2.tss.TSSDescriptionType 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.tss.TSSDescriptionType[] descriptionArray);
040
041 /**
042 * Sets ith "description" element
043 */
044 void setDescriptionArray(int i, org.apache.geronimo.corba.xbeans.csiv2.tss.TSSDescriptionType 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.tss.TSSDescriptionType 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.tss.TSSDescriptionType addNewDescription();
055
056 /**
057 * Removes the ith "description" element
058 */
059 void removeDescription(int i);
060
061 /**
062 * Gets the "targetName" attribute
063 */
064 java.lang.String getTargetName();
065
066 /**
067 * Gets (as xml) the "targetName" attribute
068 */
069 org.apache.xmlbeans.XmlString xgetTargetName();
070
071 /**
072 * True if has "targetName" attribute
073 */
074 boolean isSetTargetName();
075
076 /**
077 * Sets the "targetName" attribute
078 */
079 void setTargetName(java.lang.String targetName);
080
081 /**
082 * Sets (as xml) the "targetName" attribute
083 */
084 void xsetTargetName(org.apache.xmlbeans.XmlString targetName);
085
086 /**
087 * Unsets the "targetName" attribute
088 */
089 void unsetTargetName();
090
091 /**
092 * Gets the "required" attribute
093 */
094 boolean getRequired();
095
096 /**
097 * Gets (as xml) the "required" attribute
098 */
099 org.apache.xmlbeans.XmlBoolean xgetRequired();
100
101 /**
102 * True if has "required" attribute
103 */
104 boolean isSetRequired();
105
106 /**
107 * Sets the "required" attribute
108 */
109 void setRequired(boolean required);
110
111 /**
112 * Sets (as xml) the "required" attribute
113 */
114 void xsetRequired(org.apache.xmlbeans.XmlBoolean required);
115
116 /**
117 * Unsets the "required" attribute
118 */
119 void unsetRequired();
120
121 /**
122 * A factory class with static methods for creating instances
123 * of this type.
124 */
125
126 public static final class Factory
127 {
128 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType newInstance() {
129 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
130
131 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType newInstance(org.apache.xmlbeans.XmlOptions options) {
132 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
133
134 /** @param xmlAsString the string value to parse */
135 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
136 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
137
138 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
139 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
140
141 /** @param file the file from which to load an xml document */
142 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
143 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
144
145 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
146 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
147
148 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
149 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
150
151 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
152 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
153
154 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
155 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
156
157 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
158 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
159
160 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
161 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
162
163 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
164 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
165
166 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
167 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
168
169 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
170 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
171
172 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
173 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
174
175 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
176 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
177
178 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
179 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
180 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
181
182 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
183 public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
184 return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
185
186 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
187 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 {
188 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
189
190 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
191 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 {
192 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
193
194 private Factory() { } // No instance of this class allowed
195 }
196 }