public class Forward
extends java.lang.Object
Java class for forward complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="forward"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.resources.com/jmvc}namePath"/> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Forward() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPath()
Gets the value of the path property.
|
boolean |
isRedirect()
Gets the value of the redirect property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPath(java.lang.String value)
Sets the value of the path property.
|
void |
setRedirect(java.lang.Boolean value)
Sets the value of the redirect property.
|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPath()
String
public void setPath(java.lang.String value)
value
- allowed object is
String
public boolean isRedirect()
Boolean
public void setRedirect(java.lang.Boolean value)
value
- allowed object is
Boolean