|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigNavigationCaseTypeImpl
public class FacesConfigNavigationCaseTypeImpl
| 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.pub.indexed.novalueclass.javaee.impl.FacesConfigNavigationCaseTypeImpl instance. |
|
FacesConfigNavigationCaseTypeImpl(FacesConfigNavigationCaseTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigNavigationCaseTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
FacesConfigNavigationCaseTypeImpl |
clone()
Creates and returns a copy of this object. |
void |
copyDescription(DescriptionType[] source)
Copies all values of property Description. |
void |
copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName. |
void |
copyIcon(IconType[] source)
Copies all values of property Icon. |
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 |
|---|
protected DescriptionType[] description
protected DisplayNameType[] displayName
protected IconType[] icon
protected FacesConfigFromActionTypeImpl fromAction
protected StringImpl fromOutcome
protected StringImpl toViewId
protected FacesConfigRedirectTypeImpl redirect
protected String id
| Constructor Detail |
|---|
public FacesConfigNavigationCaseTypeImpl()
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigNavigationCaseTypeImpl instance.
public FacesConfigNavigationCaseTypeImpl(FacesConfigNavigationCaseTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigNavigationCaseTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface FacesConfigNavigationCaseTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface FacesConfigNavigationCaseTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface FacesConfigNavigationCaseTypepublic void setDescription(DescriptionType[] values)
setDescription in interface FacesConfigNavigationCaseTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface FacesConfigNavigationCaseTypevalue - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
getDisplayName in interface FacesConfigNavigationCaseTypeDisplayNameTypepublic DisplayNameType getDisplayName(int idx)
getDisplayName in interface FacesConfigNavigationCaseTypeDisplayNameTypepublic int getDisplayNameLength()
getDisplayNameLength in interface FacesConfigNavigationCaseTypepublic void setDisplayName(DisplayNameType[] values)
setDisplayName in interface FacesConfigNavigationCaseTypevalues - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
setDisplayName in interface FacesConfigNavigationCaseTypevalue - allowed object is
DisplayNameTypepublic IconType[] getIcon()
getIcon in interface FacesConfigNavigationCaseTypeIconTypepublic IconType getIcon(int idx)
getIcon in interface FacesConfigNavigationCaseTypeIconTypepublic int getIconLength()
getIconLength in interface FacesConfigNavigationCaseTypepublic void setIcon(IconType[] values)
setIcon in interface FacesConfigNavigationCaseTypevalues - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
setIcon in interface FacesConfigNavigationCaseTypevalue - allowed object is
IconTypepublic FacesConfigFromActionType getFromAction()
FacesConfigNavigationCaseType
getFromAction in interface FacesConfigNavigationCaseTypeFacesConfigFromActionTypepublic void setFromAction(FacesConfigFromActionType value)
FacesConfigNavigationCaseType
setFromAction in interface FacesConfigNavigationCaseTypevalue - allowed object is
FacesConfigFromActionTypepublic String getFromOutcome()
FacesConfigNavigationCaseType
getFromOutcome in interface FacesConfigNavigationCaseTypeStringpublic void setFromOutcome(String value)
FacesConfigNavigationCaseType
setFromOutcome in interface FacesConfigNavigationCaseTypevalue - allowed object is
Stringpublic String getToViewId()
FacesConfigNavigationCaseType
getToViewId in interface FacesConfigNavigationCaseTypeStringpublic void setToViewId(String value)
FacesConfigNavigationCaseType
setToViewId in interface FacesConfigNavigationCaseTypevalue - allowed object is
Stringpublic FacesConfigRedirectType getRedirect()
FacesConfigNavigationCaseType
getRedirect in interface FacesConfigNavigationCaseTypeFacesConfigRedirectTypepublic void setRedirect(FacesConfigRedirectType value)
FacesConfigNavigationCaseType
setRedirect in interface FacesConfigNavigationCaseTypevalue - allowed object is
FacesConfigRedirectTypepublic String getId()
FacesConfigNavigationCaseType
getId in interface FacesConfigNavigationCaseTypeStringpublic void setId(String value)
FacesConfigNavigationCaseType
setId in interface FacesConfigNavigationCaseTypevalue - allowed object is
Stringpublic void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.public void copyDisplayName(DisplayNameType[] source)
DisplayName.
source - The source to copy from.
NullPointerException - if source is null.public void copyIcon(IconType[] source)
Icon.
source - The source to copy from.
NullPointerException - if source is null.public FacesConfigNavigationCaseTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||