net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl
Class FormLoginConfigTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FormLoginConfigTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FormLoginConfigType

public class FormLoginConfigTypeImpl
extends Object
implements Serializable, Cloneable, FormLoginConfigType

See Also:
Serialized Form

Field Summary
protected  WarPathTypeImpl formErrorPage
           
protected  WarPathTypeImpl formLoginPage
           
protected  String id
           
 
Constructor Summary
FormLoginConfigTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FormLoginConfigTypeImpl instance.
FormLoginConfigTypeImpl(FormLoginConfigTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FormLoginConfigTypeImpl instance by copying a given instance.
 
Method Summary
 FormLoginConfigTypeImpl clone()
          Creates and returns a copy of this object.
 WarPathType getFormErrorPage()
          Gets the value of the formErrorPage property.
 WarPathType getFormLoginPage()
          Gets the value of the formLoginPage property.
 String getId()
          Gets the value of the id property.
 void setFormErrorPage(WarPathType value)
          Sets the value of the formErrorPage property.
 void setFormLoginPage(WarPathType value)
          Sets the value of the formLoginPage property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formLoginPage

protected WarPathTypeImpl formLoginPage

formErrorPage

protected WarPathTypeImpl formErrorPage

id

protected String id
Constructor Detail

FormLoginConfigTypeImpl

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


FormLoginConfigTypeImpl

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

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

getFormLoginPage

public WarPathType getFormLoginPage()
Description copied from interface: FormLoginConfigType
Gets the value of the formLoginPage property.

Specified by:
getFormLoginPage in interface FormLoginConfigType
Returns:
possible object is WarPathType

setFormLoginPage

public void setFormLoginPage(WarPathType value)
Description copied from interface: FormLoginConfigType
Sets the value of the formLoginPage property.

Specified by:
setFormLoginPage in interface FormLoginConfigType
Parameters:
value - allowed object is WarPathType

getFormErrorPage

public WarPathType getFormErrorPage()
Description copied from interface: FormLoginConfigType
Gets the value of the formErrorPage property.

Specified by:
getFormErrorPage in interface FormLoginConfigType
Returns:
possible object is WarPathType

setFormErrorPage

public void setFormErrorPage(WarPathType value)
Description copied from interface: FormLoginConfigType
Sets the value of the formErrorPage property.

Specified by:
setFormErrorPage in interface FormLoginConfigType
Parameters:
value - allowed object is WarPathType

getId

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

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

setId

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

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

clone

public FormLoginConfigTypeImpl 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.