net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl
Class PropertyTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.PropertyTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, PropertyType

public class PropertyTypeImpl
extends Object
implements Serializable, Cloneable, PropertyType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  XsdStringTypeImpl name
           
protected  XsdStringTypeImpl value
           
 
Constructor Summary
PropertyTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.PropertyTypeImpl instance.
PropertyTypeImpl(PropertyTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.PropertyTypeImpl instance by copying a given instance.
 
Method Summary
 PropertyTypeImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 XsdStringType getName()
          Gets the value of the name property.
 XsdStringType getValue()
          Gets the value of the value property.
 void setId(String value)
          Sets the value of the id property.
 void setName(XsdStringType value)
          Sets the value of the name property.
 void setValue(XsdStringType 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

name

protected XsdStringTypeImpl name

value

protected XsdStringTypeImpl value

id

protected String id
Constructor Detail

PropertyTypeImpl

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


PropertyTypeImpl

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

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

getName

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

Specified by:
getName in interface PropertyType
Returns:
possible object is XsdStringType

setName

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

Specified by:
setName in interface PropertyType
Parameters:
value - allowed object is XsdStringType

getValue

public XsdStringType getValue()
Description copied from interface: PropertyType
Gets the value of the value property.

Specified by:
getValue in interface PropertyType
Returns:
possible object is XsdStringType

setValue

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

Specified by:
setValue in interface PropertyType
Parameters:
value - allowed object is XsdStringType

getId

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

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

setId

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

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

clone

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