net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
Class TldDeferredMethodTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.TldDeferredMethodTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, TldDeferredMethodType

public class TldDeferredMethodTypeImpl
extends Object
implements Serializable, Cloneable, TldDeferredMethodType

See Also:
Serialized Form

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

Field Detail

methodSignature

protected StringImpl methodSignature

id

protected String id
Constructor Detail

TldDeferredMethodTypeImpl

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


TldDeferredMethodTypeImpl

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

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

getMethodSignature

public String getMethodSignature()
Description copied from interface: TldDeferredMethodType
Gets the value of the methodSignature property.

Specified by:
getMethodSignature in interface TldDeferredMethodType
Returns:
possible object is String

setMethodSignature

public void setMethodSignature(String value)
Description copied from interface: TldDeferredMethodType
Sets the value of the methodSignature property.

Specified by:
setMethodSignature in interface TldDeferredMethodType
Parameters:
value - allowed object is String

getId

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

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

setId

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

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

clone

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