net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop
Class DeclareParentsType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.DeclareParentsType
All Implemented Interfaces:
Serializable, Cloneable

public class DeclareParentsType
extends Object
implements Serializable, Cloneable

Java class for declareParentsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="declareParentsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="types-matching" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="implement-interface" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="default-impl" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="delegate-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String defaultImpl
           
protected  String delegateRef
           
protected  String implementInterface
           
protected  String typesMatching
           
 
Constructor Summary
DeclareParentsType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.DeclareParentsType instance.
DeclareParentsType(DeclareParentsType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.DeclareParentsType instance by copying a given instance.
 
Method Summary
 DeclareParentsType 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

DeclareParentsType

public DeclareParentsType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.DeclareParentsType instance.


DeclareParentsType

public DeclareParentsType(DeclareParentsType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.aop.DeclareParentsType instance by copying a given instance.

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

getTypesMatching

public String getTypesMatching()
Gets the value of the typesMatching property.

Returns:
possible object is String

setTypesMatching

public void setTypesMatching(String value)
Sets the value of the typesMatching property.

Parameters:
value - allowed object is String

getImplementInterface

public String getImplementInterface()
Gets the value of the implementInterface property.

Returns:
possible object is String

setImplementInterface

public void setImplementInterface(String value)
Sets the value of the implementInterface property.

Parameters:
value - allowed object is String

getDefaultImpl

public String getDefaultImpl()
Gets the value of the defaultImpl property.

Returns:
possible object is String

setDefaultImpl

public void setDefaultImpl(String value)
Sets the value of the defaultImpl property.

Parameters:
value - allowed object is String

getDelegateRef

public String getDelegateRef()
Gets the value of the delegateRef property.

Returns:
possible object is String

setDelegateRef

public void setDelegateRef(String value)
Sets the value of the delegateRef property.

Parameters:
value - allowed object is String

clone

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