net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
Class FacesConfigMapEntriesTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FacesConfigMapEntriesTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FacesConfigMapEntriesType

public class FacesConfigMapEntriesTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigMapEntriesType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  FullyQualifiedClassTypeImpl keyClass
           
protected  FacesConfigMapEntryType[] mapEntry
           
protected  FacesConfigValueClassTypeImpl valueClass
           
 
Constructor Summary
FacesConfigMapEntriesTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FacesConfigMapEntriesTypeImpl instance.
FacesConfigMapEntriesTypeImpl(FacesConfigMapEntriesTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FacesConfigMapEntriesTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigMapEntriesTypeImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 FullyQualifiedClassType getKeyClass()
          Gets the value of the keyClass property.
 FacesConfigMapEntryType[] getMapEntry()
           
 FacesConfigMapEntryType getMapEntry(int idx)
           
 int getMapEntryLength()
           
 FacesConfigValueClassType getValueClass()
          Gets the value of the valueClass property.
 void setId(String value)
          Sets the value of the id property.
 void setKeyClass(FullyQualifiedClassType value)
          Sets the value of the keyClass property.
 void setMapEntry(FacesConfigMapEntryType[] values)
           
 FacesConfigMapEntryType setMapEntry(int idx, FacesConfigMapEntryType value)
           
 void setValueClass(FacesConfigValueClassType value)
          Sets the value of the valueClass property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyClass

protected FullyQualifiedClassTypeImpl keyClass

valueClass

protected FacesConfigValueClassTypeImpl valueClass

mapEntry

protected FacesConfigMapEntryType[] mapEntry

id

protected String id
Constructor Detail

FacesConfigMapEntriesTypeImpl

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


FacesConfigMapEntriesTypeImpl

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

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

getKeyClass

public FullyQualifiedClassType getKeyClass()
Description copied from interface: FacesConfigMapEntriesType
Gets the value of the keyClass property.

Specified by:
getKeyClass in interface FacesConfigMapEntriesType
Returns:
possible object is FullyQualifiedClassType

setKeyClass

public void setKeyClass(FullyQualifiedClassType value)
Description copied from interface: FacesConfigMapEntriesType
Sets the value of the keyClass property.

Specified by:
setKeyClass in interface FacesConfigMapEntriesType
Parameters:
value - allowed object is FullyQualifiedClassType

getValueClass

public FacesConfigValueClassType getValueClass()
Description copied from interface: FacesConfigMapEntriesType
Gets the value of the valueClass property.

Specified by:
getValueClass in interface FacesConfigMapEntriesType
Returns:
possible object is FacesConfigValueClassType

setValueClass

public void setValueClass(FacesConfigValueClassType value)
Description copied from interface: FacesConfigMapEntriesType
Sets the value of the valueClass property.

Specified by:
setValueClass in interface FacesConfigMapEntriesType
Parameters:
value - allowed object is FacesConfigValueClassType

getMapEntry

public FacesConfigMapEntryType[] getMapEntry()
Specified by:
getMapEntry in interface FacesConfigMapEntriesType
Returns:
array of FacesConfigMapEntryType

getMapEntry

public FacesConfigMapEntryType getMapEntry(int idx)
Specified by:
getMapEntry in interface FacesConfigMapEntriesType
Returns:
one of FacesConfigMapEntryType

getMapEntryLength

public int getMapEntryLength()
Specified by:
getMapEntryLength in interface FacesConfigMapEntriesType

setMapEntry

public void setMapEntry(FacesConfigMapEntryType[] values)
Specified by:
setMapEntry in interface FacesConfigMapEntriesType
Parameters:
values - allowed objects are FacesConfigMapEntryType

setMapEntry

public FacesConfigMapEntryType setMapEntry(int idx,
                                           FacesConfigMapEntryType value)
Specified by:
setMapEntry in interface FacesConfigMapEntriesType
value - allowed object is FacesConfigMapEntryType

getId

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

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

setId

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

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

clone

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