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

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

public class TldDeferredValueTypeImpl
extends Object
implements Serializable, Cloneable, TldDeferredValueType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  FullyQualifiedClassTypeImpl type
           
 
Constructor Summary
TldDeferredValueTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.TldDeferredValueTypeImpl instance.
TldDeferredValueTypeImpl(TldDeferredValueTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.TldDeferredValueTypeImpl instance by copying a given instance.
 
Method Summary
 TldDeferredValueTypeImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 FullyQualifiedClassType getType()
          Gets the value of the type property.
 void setId(String value)
          Sets the value of the id property.
 void setType(FullyQualifiedClassType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected FullyQualifiedClassTypeImpl type

id

protected String id
Constructor Detail

TldDeferredValueTypeImpl

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


TldDeferredValueTypeImpl

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

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

getType

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

Specified by:
getType in interface TldDeferredValueType
Returns:
possible object is FullyQualifiedClassType

setType

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

Specified by:
setType in interface TldDeferredValueType
Parameters:
value - allowed object is FullyQualifiedClassType

getId

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

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

setId

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

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

clone

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