@Exported public class NavigationBean extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="navigation" type="{http://www.fatwire.com/schema/rest/1.0}navigation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Navigation |
navigation |
| Constructor and Description |
|---|
NavigationBean() |
| Modifier and Type | Method and Description |
|---|---|
Navigation |
getNavigation()
Gets the value of the navigation property.
|
void |
setNavigation(Navigation value)
Sets the value of the navigation property.
|
protected Navigation navigation
public Navigation getNavigation()
Navigationpublic void setNavigation(Navigation value)
value - allowed object is
Navigation