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