001 /*
002 * XML Type: abstract-login-moduleType
003 * Namespace: http://geronimo.apache.org/xml/ns/loginconfig-2.0
004 * Java type: org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType
005 *
006 * Automatically generated - do not modify.
007 */
008 package org.apache.geronimo.xbeans.geronimo.loginconfig;
009
010
011 /**
012 * An XML abstract-login-moduleType(@http://geronimo.apache.org/xml/ns/loginconfig-2.0).
013 *
014 * This is a complex type.
015 */
016 public interface GerAbstractLoginModuleType 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(GerAbstractLoginModuleType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s8F58AF319EEC34E22F0806A022BFB952").resolveHandle("abstractloginmoduletype94b3type");
020
021 /**
022 * Gets the "control-flag" attribute
023 */
024 org.apache.geronimo.xbeans.geronimo.loginconfig.GerControlFlagType.Enum getControlFlag();
025
026 /**
027 * Gets (as xml) the "control-flag" attribute
028 */
029 org.apache.geronimo.xbeans.geronimo.loginconfig.GerControlFlagType xgetControlFlag();
030
031 /**
032 * Sets the "control-flag" attribute
033 */
034 void setControlFlag(org.apache.geronimo.xbeans.geronimo.loginconfig.GerControlFlagType.Enum controlFlag);
035
036 /**
037 * Sets (as xml) the "control-flag" attribute
038 */
039 void xsetControlFlag(org.apache.geronimo.xbeans.geronimo.loginconfig.GerControlFlagType controlFlag);
040
041 /**
042 * Gets the "wrap-principals" attribute
043 */
044 boolean getWrapPrincipals();
045
046 /**
047 * Gets (as xml) the "wrap-principals" attribute
048 */
049 org.apache.xmlbeans.XmlBoolean xgetWrapPrincipals();
050
051 /**
052 * True if has "wrap-principals" attribute
053 */
054 boolean isSetWrapPrincipals();
055
056 /**
057 * Sets the "wrap-principals" attribute
058 */
059 void setWrapPrincipals(boolean wrapPrincipals);
060
061 /**
062 * Sets (as xml) the "wrap-principals" attribute
063 */
064 void xsetWrapPrincipals(org.apache.xmlbeans.XmlBoolean wrapPrincipals);
065
066 /**
067 * Unsets the "wrap-principals" attribute
068 */
069 void unsetWrapPrincipals();
070
071 /**
072 * A factory class with static methods for creating instances
073 * of this type.
074 */
075
076 public static final class Factory
077 {
078 /** @deprecated No need to be able to create instances of abstract types */
079 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType newInstance() {
080 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
081
082 /** @deprecated No need to be able to create instances of abstract types */
083 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType newInstance(org.apache.xmlbeans.XmlOptions options) {
084 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
085
086 /** @param xmlAsString the string value to parse */
087 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
088 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
089
090 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
091 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
092
093 /** @param file the file from which to load an xml document */
094 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
095 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
096
097 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
098 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
099
100 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
101 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
102
103 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
104 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
105
106 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
107 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
108
109 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
110 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
111
112 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
113 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
114
115 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
116 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
117
118 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
119 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
120
121 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
122 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
123
124 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
125 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
126
127 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
128 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
129
130 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
131 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
132 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
133
134 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
135 public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
136 return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
137
138 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
139 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 {
140 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
141
142 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
143 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 {
144 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
145
146 private Factory() { } // No instance of this class allowed
147 }
148 }