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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigMapEntryTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FacesConfigMapEntryType

public class FacesConfigMapEntryTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigMapEntryType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  StringImpl key
           
protected  FacesConfigNullValueTypeImpl nullValue
           
protected  String value
           
 
Constructor Summary
FacesConfigMapEntryTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigMapEntryTypeImpl instance.
FacesConfigMapEntryTypeImpl(FacesConfigMapEntryTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigMapEntryTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigMapEntryTypeImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 String getKey()
          Gets the value of the key property.
 FacesConfigNullValueType getNullValue()
          Gets the value of the nullValue property.
 String getValue()
          Gets the value of the value property.
 void setId(String value)
          Sets the value of the id property.
 void setKey(String value)
          Sets the value of the key property.
 void setNullValue(FacesConfigNullValueType value)
          Sets the value of the nullValue property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected StringImpl key

nullValue

protected FacesConfigNullValueTypeImpl nullValue

value

protected String value

id

protected String id
Constructor Detail

FacesConfigMapEntryTypeImpl

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


FacesConfigMapEntryTypeImpl

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

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

getKey

public String getKey()
Description copied from interface: FacesConfigMapEntryType
Gets the value of the key property.

Specified by:
getKey in interface FacesConfigMapEntryType
Returns:
possible object is String

setKey

public void setKey(String value)
Description copied from interface: FacesConfigMapEntryType
Sets the value of the key property.

Specified by:
setKey in interface FacesConfigMapEntryType
Parameters:
value - allowed object is String

getNullValue

public FacesConfigNullValueType getNullValue()
Description copied from interface: FacesConfigMapEntryType
Gets the value of the nullValue property.

Specified by:
getNullValue in interface FacesConfigMapEntryType
Returns:
possible object is FacesConfigNullValueType

setNullValue

public void setNullValue(FacesConfigNullValueType value)
Description copied from interface: FacesConfigMapEntryType
Sets the value of the nullValue property.

Specified by:
setNullValue in interface FacesConfigMapEntryType
Parameters:
value - allowed object is FacesConfigNullValueType

getValue

public String getValue()
Description copied from interface: FacesConfigMapEntryType
Gets the value of the value property.

Specified by:
getValue in interface FacesConfigMapEntryType
Returns:
possible object is String

setValue

public void setValue(String value)
Description copied from interface: FacesConfigMapEntryType
Sets the value of the value property.

Specified by:
setValue in interface FacesConfigMapEntryType
Parameters:
value - allowed object is String

getId

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

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

setId

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

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

clone

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