net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl
Class MetaTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.MetaTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, MetaType

public class MetaTypeImpl
extends Object
implements Serializable, Cloneable, MetaType

See Also:
Serialized Form

Field Summary
protected  String key
           
protected  String value
           
 
Constructor Summary
MetaTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.MetaTypeImpl instance.
MetaTypeImpl(MetaTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.MetaTypeImpl instance by copying a given instance.
 
Method Summary
 MetaTypeImpl clone()
          Creates and returns a copy of this object.
 String getKey()
          Gets the value of the key property.
 String getValue()
          Gets the value of the value property.
 void setKey(String value)
          Sets the value of the key 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 String key

value

protected String value
Constructor Detail

MetaTypeImpl

public MetaTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.MetaTypeImpl instance.


MetaTypeImpl

public MetaTypeImpl(MetaTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.MetaTypeImpl instance by copying a given instance.

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

getKey

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

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

setKey

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

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

getValue

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

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

setValue

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

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

clone

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