net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl
Class FacesConfigNavigationCaseTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FacesConfigNavigationCaseTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FacesConfigNavigationCaseType

public class FacesConfigNavigationCaseTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigNavigationCaseType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  FacesConfigFromActionTypeImpl fromAction
           
protected  StringImpl fromOutcome
           
protected  IconType[] icon
           
protected  String id
           
protected  FacesConfigRedirectTypeImpl redirect
           
protected  StringImpl toViewId
           
 
Constructor Summary
FacesConfigNavigationCaseTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FacesConfigNavigationCaseTypeImpl instance.
FacesConfigNavigationCaseTypeImpl(FacesConfigNavigationCaseTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FacesConfigNavigationCaseTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigNavigationCaseTypeImpl clone()
          Creates and returns a copy of this object.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 FacesConfigFromActionType getFromAction()
          Gets the value of the fromAction property.
 String getFromOutcome()
          Gets the value of the fromOutcome property.
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 FacesConfigRedirectType getRedirect()
          Gets the value of the redirect property.
 String getToViewId()
          Gets the value of the toViewId property.
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setFromAction(FacesConfigFromActionType value)
          Sets the value of the fromAction property.
 void setFromOutcome(String value)
          Sets the value of the fromOutcome property.
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setRedirect(FacesConfigRedirectType value)
          Sets the value of the redirect property.
 void setToViewId(String value)
          Sets the value of the toViewId property.
 
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

fromAction

protected FacesConfigFromActionTypeImpl fromAction

fromOutcome

protected StringImpl fromOutcome

toViewId

protected StringImpl toViewId

redirect

protected FacesConfigRedirectTypeImpl redirect

id

protected String id
Constructor Detail

FacesConfigNavigationCaseTypeImpl

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


FacesConfigNavigationCaseTypeImpl

public FacesConfigNavigationCaseTypeImpl(FacesConfigNavigationCaseTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FacesConfigNavigationCaseTypeImpl 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 FacesConfigNavigationCaseType
Returns:
array of DescriptionType

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getDisplayName

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

getDisplayName

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

getDisplayNameLength

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

setDisplayName

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

setDisplayName

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

getIcon

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

getIcon

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

getIconLength

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

setIcon

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

setIcon

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

getFromAction

public FacesConfigFromActionType getFromAction()
Description copied from interface: FacesConfigNavigationCaseType
Gets the value of the fromAction property.

Specified by:
getFromAction in interface FacesConfigNavigationCaseType
Returns:
possible object is FacesConfigFromActionType

setFromAction

public void setFromAction(FacesConfigFromActionType value)
Description copied from interface: FacesConfigNavigationCaseType
Sets the value of the fromAction property.

Specified by:
setFromAction in interface FacesConfigNavigationCaseType
Parameters:
value - allowed object is FacesConfigFromActionType

getFromOutcome

public String getFromOutcome()
Description copied from interface: FacesConfigNavigationCaseType
Gets the value of the fromOutcome property.

Specified by:
getFromOutcome in interface FacesConfigNavigationCaseType
Returns:
possible object is String

setFromOutcome

public void setFromOutcome(String value)
Description copied from interface: FacesConfigNavigationCaseType
Sets the value of the fromOutcome property.

Specified by:
setFromOutcome in interface FacesConfigNavigationCaseType
Parameters:
value - allowed object is String

getToViewId

public String getToViewId()
Description copied from interface: FacesConfigNavigationCaseType
Gets the value of the toViewId property.

Specified by:
getToViewId in interface FacesConfigNavigationCaseType
Returns:
possible object is String

setToViewId

public void setToViewId(String value)
Description copied from interface: FacesConfigNavigationCaseType
Sets the value of the toViewId property.

Specified by:
setToViewId in interface FacesConfigNavigationCaseType
Parameters:
value - allowed object is String

getRedirect

public FacesConfigRedirectType getRedirect()
Description copied from interface: FacesConfigNavigationCaseType
Gets the value of the redirect property.

Specified by:
getRedirect in interface FacesConfigNavigationCaseType
Returns:
possible object is FacesConfigRedirectType

setRedirect

public void setRedirect(FacesConfigRedirectType value)
Description copied from interface: FacesConfigNavigationCaseType
Sets the value of the redirect property.

Specified by:
setRedirect in interface FacesConfigNavigationCaseType
Parameters:
value - allowed object is FacesConfigRedirectType

getId

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

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

setId

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

Specified by:
setId in interface FacesConfigNavigationCaseType
Parameters:
value - allowed object is String

clone

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