org.apache.geronimo.xbeans.web
Interface LoginConfigType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
LoginConfigTypeImpl

public interface LoginConfigType
extends org.apache.xmlbeans.XmlObject

An XML login-configType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.


Nested Class Summary
static class LoginConfigType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 FormLoginConfigType addNewFormLoginConfig()
          Appends and returns a new empty "form-login-config" element
 AuthMethodType.Enum getAuthMethod()
          Gets the "auth-method" element
 FormLoginConfigType getFormLoginConfig()
          Gets the "form-login-config" element
 String getRealmName()
          Gets the "realm-name" element
 boolean isSetAuthMethod()
          True if has "auth-method" element
 boolean isSetFormLoginConfig()
          True if has "form-login-config" element
 boolean isSetRealmName()
          True if has "realm-name" element
 void setAuthMethod(AuthMethodType.Enum authMethod)
          Sets the "auth-method" element
 void setFormLoginConfig(FormLoginConfigType formLoginConfig)
          Sets the "form-login-config" element
 void setRealmName(String realmName)
          Sets the "realm-name" element
 void unsetAuthMethod()
          Unsets the "auth-method" element
 void unsetFormLoginConfig()
          Unsets the "form-login-config" element
 void unsetRealmName()
          Unsets the "realm-name" element
 AuthMethodType xgetAuthMethod()
          Gets (as xml) the "auth-method" element
 String xgetRealmName()
          Gets (as xml) the "realm-name" element
 void xsetAuthMethod(AuthMethodType authMethod)
          Sets (as xml) the "auth-method" element
 void xsetRealmName(String realmName)
          Sets (as xml) the "realm-name" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getAuthMethod

public AuthMethodType.Enum getAuthMethod()
Gets the "auth-method" element


xgetAuthMethod

public AuthMethodType xgetAuthMethod()
Gets (as xml) the "auth-method" element


isSetAuthMethod

public boolean isSetAuthMethod()
True if has "auth-method" element


setAuthMethod

public void setAuthMethod(AuthMethodType.Enum authMethod)
Sets the "auth-method" element


xsetAuthMethod

public void xsetAuthMethod(AuthMethodType authMethod)
Sets (as xml) the "auth-method" element


unsetAuthMethod

public void unsetAuthMethod()
Unsets the "auth-method" element


getRealmName

public String getRealmName()
Gets the "realm-name" element


xgetRealmName

public String xgetRealmName()
Gets (as xml) the "realm-name" element


isSetRealmName

public boolean isSetRealmName()
True if has "realm-name" element


setRealmName

public void setRealmName(String realmName)
Sets the "realm-name" element


xsetRealmName

public void xsetRealmName(String realmName)
Sets (as xml) the "realm-name" element


unsetRealmName

public void unsetRealmName()
Unsets the "realm-name" element


getFormLoginConfig

public FormLoginConfigType getFormLoginConfig()
Gets the "form-login-config" element


isSetFormLoginConfig

public boolean isSetFormLoginConfig()
True if has "form-login-config" element


setFormLoginConfig

public void setFormLoginConfig(FormLoginConfigType formLoginConfig)
Sets the "form-login-config" element


addNewFormLoginConfig

public FormLoginConfigType addNewFormLoginConfig()
Appends and returns a new empty "form-login-config" element


unsetFormLoginConfig

public void unsetFormLoginConfig()
Unsets the "form-login-config" element



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.