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

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

public class InjectionTargetTypeImpl
extends Object
implements Serializable, Cloneable, InjectionTargetType

See Also:
Serialized Form

Field Summary
protected  FullyQualifiedClassTypeImpl injectionTargetClass
           
protected  JavaIdentifierTypeImpl injectionTargetName
           
 
Constructor Summary
InjectionTargetTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.InjectionTargetTypeImpl instance.
InjectionTargetTypeImpl(InjectionTargetTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.InjectionTargetTypeImpl instance by copying a given instance.
 
Method Summary
 InjectionTargetTypeImpl clone()
          Creates and returns a copy of this object.
 FullyQualifiedClassType getInjectionTargetClass()
          Gets the value of the injectionTargetClass property.
 JavaIdentifierType getInjectionTargetName()
          Gets the value of the injectionTargetName property.
 void setInjectionTargetClass(FullyQualifiedClassType value)
          Sets the value of the injectionTargetClass property.
 void setInjectionTargetName(JavaIdentifierType value)
          Sets the value of the injectionTargetName property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

injectionTargetClass

protected FullyQualifiedClassTypeImpl injectionTargetClass

injectionTargetName

protected JavaIdentifierTypeImpl injectionTargetName
Constructor Detail

InjectionTargetTypeImpl

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


InjectionTargetTypeImpl

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

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

getInjectionTargetClass

public FullyQualifiedClassType getInjectionTargetClass()
Description copied from interface: InjectionTargetType
Gets the value of the injectionTargetClass property.

Specified by:
getInjectionTargetClass in interface InjectionTargetType
Returns:
possible object is FullyQualifiedClassType

setInjectionTargetClass

public void setInjectionTargetClass(FullyQualifiedClassType value)
Description copied from interface: InjectionTargetType
Sets the value of the injectionTargetClass property.

Specified by:
setInjectionTargetClass in interface InjectionTargetType
Parameters:
value - allowed object is FullyQualifiedClassType

getInjectionTargetName

public JavaIdentifierType getInjectionTargetName()
Description copied from interface: InjectionTargetType
Gets the value of the injectionTargetName property.

Specified by:
getInjectionTargetName in interface InjectionTargetType
Returns:
possible object is JavaIdentifierType

setInjectionTargetName

public void setInjectionTargetName(JavaIdentifierType value)
Description copied from interface: InjectionTargetType
Sets the value of the injectionTargetName property.

Specified by:
setInjectionTargetName in interface InjectionTargetType
Parameters:
value - allowed object is JavaIdentifierType

clone

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