net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.aop.impl
Class DeclareParentsTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.aop.impl.DeclareParentsTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, DeclareParentsType

public class DeclareParentsTypeImpl
extends Object
implements Serializable, Cloneable, DeclareParentsType

See Also:
Serialized Form

Field Summary
protected  String defaultImpl
           
protected  String delegateRef
           
protected  String implementInterface
           
protected  String typesMatching
           
 
Constructor Summary
DeclareParentsTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.aop.impl.DeclareParentsTypeImpl instance.
DeclareParentsTypeImpl(DeclareParentsTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.aop.impl.DeclareParentsTypeImpl instance by copying a given instance.
 
Method Summary
 DeclareParentsTypeImpl clone()
          Creates and returns a copy of this object.
 String getDefaultImpl()
          Gets the value of the defaultImpl property.
 String getDelegateRef()
          Gets the value of the delegateRef property.
 String getImplementInterface()
          Gets the value of the implementInterface property.
 String getTypesMatching()
          Gets the value of the typesMatching property.
 void setDefaultImpl(String value)
          Sets the value of the defaultImpl property.
 void setDelegateRef(String value)
          Sets the value of the delegateRef property.
 void setImplementInterface(String value)
          Sets the value of the implementInterface property.
 void setTypesMatching(String value)
          Sets the value of the typesMatching property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typesMatching

protected String typesMatching

implementInterface

protected String implementInterface

defaultImpl

protected String defaultImpl

delegateRef

protected String delegateRef
Constructor Detail

DeclareParentsTypeImpl

public DeclareParentsTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.aop.impl.DeclareParentsTypeImpl instance.


DeclareParentsTypeImpl

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

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

getTypesMatching

public String getTypesMatching()
Description copied from interface: DeclareParentsType
Gets the value of the typesMatching property.

Specified by:
getTypesMatching in interface DeclareParentsType
Returns:
possible object is String

setTypesMatching

public void setTypesMatching(String value)
Description copied from interface: DeclareParentsType
Sets the value of the typesMatching property.

Specified by:
setTypesMatching in interface DeclareParentsType
Parameters:
value - allowed object is String

getImplementInterface

public String getImplementInterface()
Description copied from interface: DeclareParentsType
Gets the value of the implementInterface property.

Specified by:
getImplementInterface in interface DeclareParentsType
Returns:
possible object is String

setImplementInterface

public void setImplementInterface(String value)
Description copied from interface: DeclareParentsType
Sets the value of the implementInterface property.

Specified by:
setImplementInterface in interface DeclareParentsType
Parameters:
value - allowed object is String

getDefaultImpl

public String getDefaultImpl()
Description copied from interface: DeclareParentsType
Gets the value of the defaultImpl property.

Specified by:
getDefaultImpl in interface DeclareParentsType
Returns:
possible object is String

setDefaultImpl

public void setDefaultImpl(String value)
Description copied from interface: DeclareParentsType
Sets the value of the defaultImpl property.

Specified by:
setDefaultImpl in interface DeclareParentsType
Parameters:
value - allowed object is String

getDelegateRef

public String getDelegateRef()
Description copied from interface: DeclareParentsType
Gets the value of the delegateRef property.

Specified by:
getDelegateRef in interface DeclareParentsType
Returns:
possible object is String

setDelegateRef

public void setDelegateRef(String value)
Description copied from interface: DeclareParentsType
Sets the value of the delegateRef property.

Specified by:
setDelegateRef in interface DeclareParentsType
Parameters:
value - allowed object is String

clone

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