@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public class FormLoginConfigType extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected WarPathType |
formErrorPage |
protected WarPathType |
formLoginPage |
protected String |
id |
Constructor and Description |
---|
FormLoginConfigType() |
Modifier and Type | Method and Description |
---|---|
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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected WarPathType formLoginPage
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected WarPathType formErrorPage
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public WarPathType getFormLoginPage()
WarPathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setFormLoginPage(WarPathType value)
value
- allowed object is
WarPathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public WarPathType getFormErrorPage()
WarPathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setFormErrorPage(WarPathType value)
value
- allowed object is
WarPathType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getId()
String
Copyright © 2016 buschmais GbR. All rights reserved.