net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee
Interface FacesConfigNavigationRuleType

All Known Implementing Classes:
FacesConfigNavigationRuleTypeImpl

public interface FacesConfigNavigationRuleType

The "navigation-rule" element represents an individual decision rule that will be utilized by the default NavigationHandler implementation to make decisions on what view should be displayed next, based on the view id being processed.

Java class for faces-config-navigation-ruleType complex type.

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

 <complexType name="faces-config-navigation-ruleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
         <element name="from-view-id" type="{http://java.sun.com/xml/ns/javaee}faces-config-from-view-idType" minOccurs="0"/>
         <element name="navigation-case" type="{http://java.sun.com/xml/ns/javaee}faces-config-navigation-caseType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="navigation-rule-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-navigation-rule-extensionType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 FacesConfigFromViewIdType getFromViewId()
          Gets the value of the fromViewId property.
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 FacesConfigNavigationCaseType[] getNavigationCase()
           
 FacesConfigNavigationCaseType getNavigationCase(int idx)
           
 int getNavigationCaseLength()
           
 FacesConfigNavigationRuleExtensionType[] getNavigationRuleExtension()
           
 FacesConfigNavigationRuleExtensionType getNavigationRuleExtension(int idx)
           
 int getNavigationRuleExtensionLength()
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setFromViewId(FacesConfigFromViewIdType value)
          Sets the value of the fromViewId property.
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setNavigationCase(FacesConfigNavigationCaseType[] values)
           
 FacesConfigNavigationCaseType setNavigationCase(int idx, FacesConfigNavigationCaseType value)
           
 void setNavigationRuleExtension(FacesConfigNavigationRuleExtensionType[] values)
           
 FacesConfigNavigationRuleExtensionType setNavigationRuleExtension(int idx, FacesConfigNavigationRuleExtensionType value)
           
 

Method Detail

getDescription

DescriptionType[] getDescription()
Returns:
array of DescriptionType

getDescription

DescriptionType getDescription(int idx)
Returns:
one of DescriptionType

getDescriptionLength

int getDescriptionLength()

setDescription

void setDescription(DescriptionType[] values)
Parameters:
values - allowed objects are DescriptionType

setDescription

DescriptionType setDescription(int idx,
                               DescriptionType value)
Parameters:
value - allowed object is DescriptionType

getDisplayName

DisplayNameType[] getDisplayName()
Returns:
array of DisplayNameType

getDisplayName

DisplayNameType getDisplayName(int idx)
Returns:
one of DisplayNameType

getDisplayNameLength

int getDisplayNameLength()

setDisplayName

void setDisplayName(DisplayNameType[] values)
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

DisplayNameType setDisplayName(int idx,
                               DisplayNameType value)
Parameters:
value - allowed object is DisplayNameType

getIcon

IconType[] getIcon()
Returns:
array of IconType

getIcon

IconType getIcon(int idx)
Returns:
one of IconType

getIconLength

int getIconLength()

setIcon

void setIcon(IconType[] values)
Parameters:
values - allowed objects are IconType

setIcon

IconType setIcon(int idx,
                 IconType value)
Parameters:
value - allowed object is IconType

getFromViewId

FacesConfigFromViewIdType getFromViewId()
Gets the value of the fromViewId property.

Returns:
possible object is FacesConfigFromViewIdType

setFromViewId

void setFromViewId(FacesConfigFromViewIdType value)
Sets the value of the fromViewId property.

Parameters:
value - allowed object is FacesConfigFromViewIdType

getNavigationCase

FacesConfigNavigationCaseType[] getNavigationCase()
Returns:
array of FacesConfigNavigationCaseType

getNavigationCase

FacesConfigNavigationCaseType getNavigationCase(int idx)
Returns:
one of FacesConfigNavigationCaseType

getNavigationCaseLength

int getNavigationCaseLength()

setNavigationCase

void setNavigationCase(FacesConfigNavigationCaseType[] values)
Parameters:
values - allowed objects are FacesConfigNavigationCaseType

setNavigationCase

FacesConfigNavigationCaseType setNavigationCase(int idx,
                                                FacesConfigNavigationCaseType value)
Parameters:
value - allowed object is FacesConfigNavigationCaseType

getNavigationRuleExtension

FacesConfigNavigationRuleExtensionType[] getNavigationRuleExtension()
Returns:
array of FacesConfigNavigationRuleExtensionType

getNavigationRuleExtension

FacesConfigNavigationRuleExtensionType getNavigationRuleExtension(int idx)
Returns:
one of FacesConfigNavigationRuleExtensionType

getNavigationRuleExtensionLength

int getNavigationRuleExtensionLength()

setNavigationRuleExtension

void setNavigationRuleExtension(FacesConfigNavigationRuleExtensionType[] values)
Parameters:
values - allowed objects are FacesConfigNavigationRuleExtensionType

setNavigationRuleExtension

FacesConfigNavigationRuleExtensionType setNavigationRuleExtension(int idx,
                                                                  FacesConfigNavigationRuleExtensionType value)
Parameters:
value - allowed object is FacesConfigNavigationRuleExtensionType

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.