net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl
Class PropertyImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.PropertyImpl
All Implemented Interfaces:
Serializable, Cloneable, ModelObject, Property

public class PropertyImpl
extends ModelObjectImpl
implements Serializable, Cloneable, Property

See Also:
Serialized Form

Field Summary
protected  String name
           
protected  PropertyType type
           
protected  String value
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
documentation, modelVersion
 
Constructor Summary
PropertyImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.PropertyImpl instance.
PropertyImpl(PropertyImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.PropertyImpl instance by copying a given instance.
 
Method Summary
 PropertyImpl clone()
          Creates and returns a copy of this object.
 String getName()
          Gets the value of the name property.
 PropertyType getType()
          Gets the value of the type property.
 String getValue()
          Gets the value of the value property.
 void setName(String value)
          Sets the value of the name property.
 void setType(PropertyType value)
          Sets the value of the type property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Field Detail

name

protected String name

type

protected PropertyType type

value

protected String value
Constructor Detail

PropertyImpl

public PropertyImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.PropertyImpl instance.


PropertyImpl

public PropertyImpl(PropertyImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.jdtaus.container.impl.PropertyImpl instance by copying a given instance.

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

getName

public String getName()
Description copied from interface: Property
Gets the value of the name property.

Specified by:
getName in interface Property
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: Property
Sets the value of the name property.

Specified by:
setName in interface Property
Parameters:
value - allowed object is String

getType

public PropertyType getType()
Description copied from interface: Property
Gets the value of the type property.

Specified by:
getType in interface Property
Returns:
possible object is PropertyType

setType

public void setType(PropertyType value)
Description copied from interface: Property
Sets the value of the type property.

Specified by:
setType in interface Property
Parameters:
value - allowed object is PropertyType

getValue

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

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

setValue

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

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

clone

public PropertyImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class ModelObjectImpl
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.