net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl
Class RemoveMethodTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.RemoveMethodTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, RemoveMethodType

public class RemoveMethodTypeImpl
extends Object
implements Serializable, Cloneable, RemoveMethodType

See Also:
Serialized Form

Field Summary
protected  NamedMethodTypeImpl beanMethod
           
protected  String id
           
protected  TrueFalseTypeImpl retainIfException
           
 
Constructor Summary
RemoveMethodTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.RemoveMethodTypeImpl instance.
RemoveMethodTypeImpl(RemoveMethodTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.RemoveMethodTypeImpl instance by copying a given instance.
 
Method Summary
 RemoveMethodTypeImpl clone()
          Creates and returns a copy of this object.
 NamedMethodType getBeanMethod()
          Gets the value of the beanMethod property.
 String getId()
          Gets the value of the id property.
 TrueFalseType getRetainIfException()
          Gets the value of the retainIfException property.
 void setBeanMethod(NamedMethodType value)
          Sets the value of the beanMethod property.
 void setId(String value)
          Sets the value of the id property.
 void setRetainIfException(TrueFalseType value)
          Sets the value of the retainIfException property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beanMethod

protected NamedMethodTypeImpl beanMethod

retainIfException

protected TrueFalseTypeImpl retainIfException

id

protected String id
Constructor Detail

RemoveMethodTypeImpl

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


RemoveMethodTypeImpl

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

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

getBeanMethod

public NamedMethodType getBeanMethod()
Description copied from interface: RemoveMethodType
Gets the value of the beanMethod property.

Specified by:
getBeanMethod in interface RemoveMethodType
Returns:
possible object is NamedMethodType

setBeanMethod

public void setBeanMethod(NamedMethodType value)
Description copied from interface: RemoveMethodType
Sets the value of the beanMethod property.

Specified by:
setBeanMethod in interface RemoveMethodType
Parameters:
value - allowed object is NamedMethodType

getRetainIfException

public TrueFalseType getRetainIfException()
Description copied from interface: RemoveMethodType
Gets the value of the retainIfException property.

Specified by:
getRetainIfException in interface RemoveMethodType
Returns:
possible object is TrueFalseType

setRetainIfException

public void setRetainIfException(TrueFalseType value)
Description copied from interface: RemoveMethodType
Sets the value of the retainIfException property.

Specified by:
setRetainIfException in interface RemoveMethodType
Parameters:
value - allowed object is TrueFalseType

getId

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

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

setId

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

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

clone

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