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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.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  List<FacesConfigMapEntryType> mapEntry
           
protected  FacesConfigValueClassTypeImpl valueClass
           
 
Constructor Summary
FacesConfigMapEntriesTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigMapEntriesTypeImpl instance.
FacesConfigMapEntriesTypeImpl(FacesConfigMapEntriesTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.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.
 List<FacesConfigMapEntryType> getMapEntry()
          Gets the value of the mapEntry property.
 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 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 List<FacesConfigMapEntryType> mapEntry

id

protected String id
Constructor Detail

FacesConfigMapEntriesTypeImpl

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


FacesConfigMapEntriesTypeImpl

public FacesConfigMapEntriesTypeImpl(FacesConfigMapEntriesTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.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 List<FacesConfigMapEntryType> getMapEntry()
Description copied from interface: FacesConfigMapEntriesType
Gets the value of the mapEntry property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the mapEntry property.

For example, to add a new item, do as follows:

    getMapEntry().add(newItem);
 

Objects of the following type(s) are allowed in the list FacesConfigMapEntryType

Specified by:
getMapEntry in interface FacesConfigMapEntriesType

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.