net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
Class AroundInvokeTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.AroundInvokeTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, AroundInvokeType

public class AroundInvokeTypeImpl
extends Object
implements Serializable, Cloneable, AroundInvokeType

See Also:
Serialized Form

Field Summary
protected  FullyQualifiedClassTypeImpl clazz
           
protected  JavaIdentifierTypeImpl methodName
           
 
Constructor Summary
AroundInvokeTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.AroundInvokeTypeImpl instance.
AroundInvokeTypeImpl(AroundInvokeTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.AroundInvokeTypeImpl instance by copying a given instance.
 
Method Summary
 AroundInvokeTypeImpl clone()
          Creates and returns a copy of this object.
 FullyQualifiedClassType getClazz()
          Gets the value of the clazz property.
 JavaIdentifierType getMethodName()
          Gets the value of the methodName property.
 void setClazz(FullyQualifiedClassType value)
          Sets the value of the clazz property.
 void setMethodName(JavaIdentifierType value)
          Sets the value of the methodName property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clazz

protected FullyQualifiedClassTypeImpl clazz

methodName

protected JavaIdentifierTypeImpl methodName
Constructor Detail

AroundInvokeTypeImpl

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


AroundInvokeTypeImpl

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

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

getClazz

public FullyQualifiedClassType getClazz()
Description copied from interface: AroundInvokeType
Gets the value of the clazz property.

Specified by:
getClazz in interface AroundInvokeType
Returns:
possible object is FullyQualifiedClassType

setClazz

public void setClazz(FullyQualifiedClassType value)
Description copied from interface: AroundInvokeType
Sets the value of the clazz property.

Specified by:
setClazz in interface AroundInvokeType
Parameters:
value - allowed object is FullyQualifiedClassType

getMethodName

public JavaIdentifierType getMethodName()
Description copied from interface: AroundInvokeType
Gets the value of the methodName property.

Specified by:
getMethodName in interface AroundInvokeType
Returns:
possible object is JavaIdentifierType

setMethodName

public void setMethodName(JavaIdentifierType value)
Description copied from interface: AroundInvokeType
Sets the value of the methodName property.

Specified by:
setMethodName in interface AroundInvokeType
Parameters:
value - allowed object is JavaIdentifierType

clone

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