net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee
Class FacesConfigNavigationRuleType

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

public class FacesConfigNavigationRuleType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  FacesConfigFromViewIdType fromViewId
           
protected  IconType[] icon
           
protected  String id
           
protected  FacesConfigNavigationCaseType[] navigationCase
           
protected  FacesConfigNavigationRuleExtensionType[] navigationRuleExtension
           
 
Constructor Summary
FacesConfigNavigationRuleType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.FacesConfigNavigationRuleType instance.
FacesConfigNavigationRuleType(FacesConfigNavigationRuleType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.FacesConfigNavigationRuleType instance by copying a given instance.
 
Method Summary
 FacesConfigNavigationRuleType clone()
          Creates and returns a copy of this object.
protected  void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
protected  void copyDisplayName(DisplayNameType[] source)
          Copies all values of property DisplayName.
protected  void copyIcon(IconType[] source)
          Copies all values of property Icon.
protected  void copyNavigationCase(FacesConfigNavigationCaseType[] source)
          Copies all values of property NavigationCase.
protected  void copyNavigationRuleExtension(FacesConfigNavigationRuleExtensionType[] source)
          Copies all values of property NavigationRuleExtension.
 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)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionType[] description

displayName

protected DisplayNameType[] displayName

icon

protected IconType[] icon

fromViewId

protected FacesConfigFromViewIdType fromViewId

navigationCase

protected FacesConfigNavigationCaseType[] navigationCase

navigationRuleExtension

protected FacesConfigNavigationRuleExtensionType[] navigationRuleExtension

id

protected String id
Constructor Detail

FacesConfigNavigationRuleType

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


FacesConfigNavigationRuleType

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

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

getDescription

public DescriptionType[] getDescription()
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()

setDescription

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

setDescription

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

getDisplayName

public DisplayNameType[] getDisplayName()
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()

setDisplayName

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

setDisplayName

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

getIcon

public IconType[] getIcon()
Returns:
array of IconType

getIcon

public IconType getIcon(int idx)
Returns:
one of IconType

getIconLength

public int getIconLength()

setIcon

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

setIcon

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

getFromViewId

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

Returns:
possible object is FacesConfigFromViewIdType

setFromViewId

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

Parameters:
value - allowed object is FacesConfigFromViewIdType

getNavigationCase

public FacesConfigNavigationCaseType[] getNavigationCase()
Returns:
array of FacesConfigNavigationCaseType

getNavigationCase

public FacesConfigNavigationCaseType getNavigationCase(int idx)
Returns:
one of FacesConfigNavigationCaseType

getNavigationCaseLength

public int getNavigationCaseLength()

setNavigationCase

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

setNavigationCase

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

getNavigationRuleExtension

public FacesConfigNavigationRuleExtensionType[] getNavigationRuleExtension()
Returns:
array of FacesConfigNavigationRuleExtensionType

getNavigationRuleExtension

public FacesConfigNavigationRuleExtensionType getNavigationRuleExtension(int idx)
Returns:
one of FacesConfigNavigationRuleExtensionType

getNavigationRuleExtensionLength

public int getNavigationRuleExtensionLength()

setNavigationRuleExtension

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

setNavigationRuleExtension

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

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

copyDescription

protected void copyDescription(DescriptionType[] source)
Copies all values of property Description.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyDisplayName

protected void copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyIcon

protected void copyIcon(IconType[] source)
Copies all values of property Icon.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyNavigationCase

protected void copyNavigationCase(FacesConfigNavigationCaseType[] source)
Copies all values of property NavigationCase.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyNavigationRuleExtension

protected void copyNavigationRuleExtension(FacesConfigNavigationRuleExtensionType[] source)
Copies all values of property NavigationRuleExtension.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

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