net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee
Class FormLoginConfigType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.FormLoginConfigType
All Implemented Interfaces:
Serializable, Cloneable

public class FormLoginConfigType
extends Object
implements Serializable, Cloneable

The form-login-configType specifies the login and error pages that should be used in form based login. If form based authentication is not used, these elements are ignored. Used in: login-config

Java class for form-login-configType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="form-login-configType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="form-login-page" type="{http://java.sun.com/xml/ns/javaee}war-pathType"/>
         <element name="form-error-page" type="{http://java.sun.com/xml/ns/javaee}war-pathType"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  WarPathType formErrorPage
           
protected  WarPathType formLoginPage
           
protected  String id
           
 
Constructor Summary
FormLoginConfigType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.FormLoginConfigType instance.
FormLoginConfigType(FormLoginConfigType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.FormLoginConfigType instance by copying a given instance.
 
Method Summary
 FormLoginConfigType 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 WarPathType formLoginPage

formErrorPage

protected WarPathType formErrorPage

id

protected String id
Constructor Detail

FormLoginConfigType

public FormLoginConfigType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.FormLoginConfigType instance.


FormLoginConfigType

public FormLoginConfigType(FormLoginConfigType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.FormLoginConfigType instance by copying a given instance.

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

getFormLoginPage

public WarPathType getFormLoginPage()
Gets the value of the formLoginPage property.

Returns:
possible object is WarPathType

setFormLoginPage

public void setFormLoginPage(WarPathType value)
Sets the value of the formLoginPage property.

Parameters:
value - allowed object is WarPathType

getFormErrorPage

public WarPathType getFormErrorPage()
Gets the value of the formErrorPage property.

Returns:
possible object is WarPathType

setFormErrorPage

public void setFormErrorPage(WarPathType value)
Sets the value of the formErrorPage property.

Parameters:
value - allowed object is WarPathType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

clone

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