net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl
Class LoginConfigTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.LoginConfigTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, LoginConfigType

public class LoginConfigTypeImpl
extends Object
implements Serializable, Cloneable, LoginConfigType

See Also:
Serialized Form

Field Summary
protected  AuthMethodTypeImpl authMethod
           
protected  FormLoginConfigTypeImpl formLoginConfig
           
protected  String id
           
protected  StringImpl realmName
           
 
Constructor Summary
LoginConfigTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.LoginConfigTypeImpl instance.
LoginConfigTypeImpl(LoginConfigTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.LoginConfigTypeImpl instance by copying a given instance.
 
Method Summary
 LoginConfigTypeImpl clone()
          Creates and returns a copy of this object.
 AuthMethodType getAuthMethod()
          Gets the value of the authMethod property.
 FormLoginConfigType getFormLoginConfig()
          Gets the value of the formLoginConfig property.
 String getId()
          Gets the value of the id property.
 String getRealmName()
          Gets the value of the realmName property.
 void setAuthMethod(AuthMethodType value)
          Sets the value of the authMethod property.
 void setFormLoginConfig(FormLoginConfigType value)
          Sets the value of the formLoginConfig property.
 void setId(String value)
          Sets the value of the id property.
 void setRealmName(String value)
          Sets the value of the realmName property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authMethod

protected AuthMethodTypeImpl authMethod

realmName

protected StringImpl realmName

formLoginConfig

protected FormLoginConfigTypeImpl formLoginConfig

id

protected String id
Constructor Detail

LoginConfigTypeImpl

public LoginConfigTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.LoginConfigTypeImpl instance.


LoginConfigTypeImpl

public LoginConfigTypeImpl(LoginConfigTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.LoginConfigTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getAuthMethod

public AuthMethodType getAuthMethod()
Description copied from interface: LoginConfigType
Gets the value of the authMethod property.

Specified by:
getAuthMethod in interface LoginConfigType
Returns:
possible object is AuthMethodType

setAuthMethod

public void setAuthMethod(AuthMethodType value)
Description copied from interface: LoginConfigType
Sets the value of the authMethod property.

Specified by:
setAuthMethod in interface LoginConfigType
Parameters:
value - allowed object is AuthMethodType

getRealmName

public String getRealmName()
Description copied from interface: LoginConfigType
Gets the value of the realmName property.

Specified by:
getRealmName in interface LoginConfigType
Returns:
possible object is String

setRealmName

public void setRealmName(String value)
Description copied from interface: LoginConfigType
Sets the value of the realmName property.

Specified by:
setRealmName in interface LoginConfigType
Parameters:
value - allowed object is String

getFormLoginConfig

public FormLoginConfigType getFormLoginConfig()
Description copied from interface: LoginConfigType
Gets the value of the formLoginConfig property.

Specified by:
getFormLoginConfig in interface LoginConfigType
Returns:
possible object is FormLoginConfigType

setFormLoginConfig

public void setFormLoginConfig(FormLoginConfigType value)
Description copied from interface: LoginConfigType
Sets the value of the formLoginConfig property.

Specified by:
setFormLoginConfig in interface LoginConfigType
Parameters:
value - allowed object is FormLoginConfigType

getId

public String getId()
Description copied from interface: LoginConfigType
Gets the value of the id property.

Specified by:
getId in interface LoginConfigType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: LoginConfigType
Sets the value of the id property.

Specified by:
setId in interface LoginConfigType
Parameters:
value - allowed object is String

clone

public LoginConfigTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.