net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jomc.impl
Class PropertyImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jomc.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jomc.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  Object any
           
protected  String name
           
protected  PropertyType type
           
protected  String value
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jomc.impl.ModelObjectImpl
authors, createDate, documentation, modelVersion
 
Constructor Summary
PropertyImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jomc.impl.PropertyImpl instance.
PropertyImpl(PropertyImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.jomc.impl.PropertyImpl instance by copying a given instance.
 
Method Summary
 PropertyImpl clone()
          Creates and returns a copy of this object.
 Object getAny()
          Object value of this property.
 String getName()
          Name of this property.
 PropertyType getType()
          Type of this property.
 String getValue()
          Value of this property.
 void setAny(Object value)
          Sets the value of the any 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.pkg.collections.novalueclass.jomc.impl.ModelObjectImpl
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, 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.pkg.collections.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Field Detail

any

protected Object any

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.pkg.collections.novalueclass.jomc.impl.PropertyImpl instance.


PropertyImpl

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

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

getAny

public Object getAny()
Description copied from interface: Property
Object value of this property.

Specified by:
getAny in interface Property
Returns:
possible object is Element Object

setAny

public void setAny(Object value)
Description copied from interface: Property
Sets the value of the any property.

Specified by:
setAny in interface Property
Parameters:
value - allowed object is Element Object

getName

public String getName()
Description copied from interface: Property
Name of this 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
Type of this 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
Value of this 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.