net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
Class FacesConfigNavigationRuleTypeImpl

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

public class FacesConfigNavigationRuleTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigNavigationRuleType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  FacesConfigFromViewIdTypeImpl fromViewId
           
protected  IconType[] icon
           
protected  String id
           
protected  FacesConfigNavigationCaseType[] navigationCase
           
protected  FacesConfigNavigationRuleExtensionType[] navigationRuleExtension
           
 
Constructor Summary
FacesConfigNavigationRuleTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FacesConfigNavigationRuleTypeImpl instance.
FacesConfigNavigationRuleTypeImpl(FacesConfigNavigationRuleTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FacesConfigNavigationRuleTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigNavigationRuleTypeImpl 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 FacesConfigFromViewIdTypeImpl fromViewId

navigationCase

protected FacesConfigNavigationCaseType[] navigationCase

navigationRuleExtension

protected FacesConfigNavigationRuleExtensionType[] navigationRuleExtension

id

protected String id
Constructor Detail

FacesConfigNavigationRuleTypeImpl

public FacesConfigNavigationRuleTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FacesConfigNavigationRuleTypeImpl instance.


FacesConfigNavigationRuleTypeImpl

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

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

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface FacesConfigNavigationRuleType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface FacesConfigNavigationRuleType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface FacesConfigNavigationRuleType

setDescription

public void setDescription(DescriptionType[] values)
Specified by:
setDescription in interface FacesConfigNavigationRuleType
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Specified by:
setDescription in interface FacesConfigNavigationRuleType
value - allowed object is DescriptionType

getDisplayName

public DisplayNameType[] getDisplayName()
Specified by:
getDisplayName in interface FacesConfigNavigationRuleType
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Specified by:
getDisplayName in interface FacesConfigNavigationRuleType
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()
Specified by:
getDisplayNameLength in interface FacesConfigNavigationRuleType

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Specified by:
setDisplayName in interface FacesConfigNavigationRuleType
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Specified by:
setDisplayName in interface FacesConfigNavigationRuleType
value - allowed object is DisplayNameType

getIcon

public IconType[] getIcon()
Specified by:
getIcon in interface FacesConfigNavigationRuleType
Returns:
array of IconType

getIcon

public IconType getIcon(int idx)
Specified by:
getIcon in interface FacesConfigNavigationRuleType
Returns:
one of IconType

getIconLength

public int getIconLength()
Specified by:
getIconLength in interface FacesConfigNavigationRuleType

setIcon

public void setIcon(IconType[] values)
Specified by:
setIcon in interface FacesConfigNavigationRuleType
Parameters:
values - allowed objects are IconType

setIcon

public IconType setIcon(int idx,
                        IconType value)
Specified by:
setIcon in interface FacesConfigNavigationRuleType
value - allowed object is IconType

getFromViewId

public FacesConfigFromViewIdType getFromViewId()
Description copied from interface: FacesConfigNavigationRuleType
Gets the value of the fromViewId property.

Specified by:
getFromViewId in interface FacesConfigNavigationRuleType
Returns:
possible object is FacesConfigFromViewIdType

setFromViewId

public void setFromViewId(FacesConfigFromViewIdType value)
Description copied from interface: FacesConfigNavigationRuleType
Sets the value of the fromViewId property.

Specified by:
setFromViewId in interface FacesConfigNavigationRuleType
Parameters:
value - allowed object is FacesConfigFromViewIdType

getNavigationCase

public FacesConfigNavigationCaseType[] getNavigationCase()
Specified by:
getNavigationCase in interface FacesConfigNavigationRuleType
Returns:
array of FacesConfigNavigationCaseType

getNavigationCase

public FacesConfigNavigationCaseType getNavigationCase(int idx)
Specified by:
getNavigationCase in interface FacesConfigNavigationRuleType
Returns:
one of FacesConfigNavigationCaseType

getNavigationCaseLength

public int getNavigationCaseLength()
Specified by:
getNavigationCaseLength in interface FacesConfigNavigationRuleType

setNavigationCase

public void setNavigationCase(FacesConfigNavigationCaseType[] values)
Specified by:
setNavigationCase in interface FacesConfigNavigationRuleType
Parameters:
values - allowed objects are FacesConfigNavigationCaseType

setNavigationCase

public FacesConfigNavigationCaseType setNavigationCase(int idx,
                                                       FacesConfigNavigationCaseType value)
Specified by:
setNavigationCase in interface FacesConfigNavigationRuleType
value - allowed object is FacesConfigNavigationCaseType

getNavigationRuleExtension

public FacesConfigNavigationRuleExtensionType[] getNavigationRuleExtension()
Specified by:
getNavigationRuleExtension in interface FacesConfigNavigationRuleType
Returns:
array of FacesConfigNavigationRuleExtensionType

getNavigationRuleExtension

public FacesConfigNavigationRuleExtensionType getNavigationRuleExtension(int idx)
Specified by:
getNavigationRuleExtension in interface FacesConfigNavigationRuleType
Returns:
one of FacesConfigNavigationRuleExtensionType

getNavigationRuleExtensionLength

public int getNavigationRuleExtensionLength()
Specified by:
getNavigationRuleExtensionLength in interface FacesConfigNavigationRuleType

setNavigationRuleExtension

public void setNavigationRuleExtension(FacesConfigNavigationRuleExtensionType[] values)
Specified by:
setNavigationRuleExtension in interface FacesConfigNavigationRuleType
Parameters:
values - allowed objects are FacesConfigNavigationRuleExtensionType

setNavigationRuleExtension

public FacesConfigNavigationRuleExtensionType setNavigationRuleExtension(int idx,
                                                                         FacesConfigNavigationRuleExtensionType value)
Specified by:
setNavigationRuleExtension in interface FacesConfigNavigationRuleType
value - allowed object is FacesConfigNavigationRuleExtensionType

getId

public String getId()
Description copied from interface: FacesConfigNavigationRuleType
Gets the value of the id property.

Specified by:
getId in interface FacesConfigNavigationRuleType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: FacesConfigNavigationRuleType
Sets the value of the id property.

Specified by:
setId in interface FacesConfigNavigationRuleType
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 FacesConfigNavigationRuleTypeImpl 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.