net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi.impl
Class TreferenceCollectionImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
      extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi.impl.TreferenceImpl
          extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi.impl.TreferenceCollectionImpl
All Implemented Interfaces:
Serializable, Cloneable, IdentifiedType, Treference, TreferenceCollection

public class TreferenceCollectionImpl
extends TreferenceImpl
implements Serializable, Cloneable, TreferenceCollection

See Also:
Serialized Form

Field Summary
protected  String cardinality
           
protected  TcomparatorImpl comparator
           
protected  String comparatorRef
           
protected  Boolean greedyProxying
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi.impl.TreferenceImpl
_interface, beanName, contextClassLoader, dependsOn, filter, interfaces, listener
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
TreferenceCollectionImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi.impl.TreferenceCollectionImpl instance.
TreferenceCollectionImpl(TreferenceCollectionImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi.impl.TreferenceCollectionImpl instance by copying a given instance.
 
Method Summary
 TreferenceCollectionImpl clone()
          Creates and returns a copy of this object.
 String getCardinality()
          Gets the value of the cardinality property.
 Tcomparator getComparator()
          Gets the value of the comparator property.
 String getComparatorRef()
          Gets the value of the comparatorRef property.
 boolean isGreedyProxying()
          Gets the value of the greedyProxying property.
 void setCardinality(String value)
          Sets the value of the cardinality property.
 void setComparator(Tcomparator value)
          Sets the value of the comparator property.
 void setComparatorRef(String value)
          Sets the value of the comparatorRef property.
 void setGreedyProxying(Boolean value)
          Sets the value of the greedyProxying property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi.impl.TreferenceImpl
getBeanName, getContextClassLoader, getDependsOn, getFilter, getInterface, getInterfaces, getListener, setBeanName, setContextClassLoader, setDependsOn, setFilter, setInterface, setInterfaces
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi.Treference
getBeanName, getContextClassLoader, getDependsOn, getFilter, getInterface, getInterfaces, getListener, setBeanName, setContextClassLoader, setDependsOn, setFilter, setInterface, setInterfaces
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Field Detail

comparator

protected TcomparatorImpl comparator

comparatorRef

protected String comparatorRef

cardinality

protected String cardinality

greedyProxying

protected Boolean greedyProxying
Constructor Detail

TreferenceCollectionImpl

public TreferenceCollectionImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi.impl.TreferenceCollectionImpl instance.


TreferenceCollectionImpl

public TreferenceCollectionImpl(TreferenceCollectionImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi.impl.TreferenceCollectionImpl instance by copying a given instance.

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

getComparator

public Tcomparator getComparator()
Description copied from interface: TreferenceCollection
Gets the value of the comparator property.

Specified by:
getComparator in interface TreferenceCollection
Returns:
possible object is Tcomparator

setComparator

public void setComparator(Tcomparator value)
Description copied from interface: TreferenceCollection
Sets the value of the comparator property.

Specified by:
setComparator in interface TreferenceCollection
Parameters:
value - allowed object is Tcomparator

getComparatorRef

public String getComparatorRef()
Description copied from interface: TreferenceCollection
Gets the value of the comparatorRef property.

Specified by:
getComparatorRef in interface TreferenceCollection
Returns:
possible object is String

setComparatorRef

public void setComparatorRef(String value)
Description copied from interface: TreferenceCollection
Sets the value of the comparatorRef property.

Specified by:
setComparatorRef in interface TreferenceCollection
Parameters:
value - allowed object is String

getCardinality

public String getCardinality()
Description copied from interface: TreferenceCollection
Gets the value of the cardinality property.

Specified by:
getCardinality in interface TreferenceCollection
Returns:
possible object is String

setCardinality

public void setCardinality(String value)
Description copied from interface: TreferenceCollection
Sets the value of the cardinality property.

Specified by:
setCardinality in interface TreferenceCollection
Parameters:
value - allowed object is String

isGreedyProxying

public boolean isGreedyProxying()
Description copied from interface: TreferenceCollection
Gets the value of the greedyProxying property.

Specified by:
isGreedyProxying in interface TreferenceCollection
Returns:
possible object is Boolean

setGreedyProxying

public void setGreedyProxying(Boolean value)
Description copied from interface: TreferenceCollection
Sets the value of the greedyProxying property.

Specified by:
setGreedyProxying in interface TreferenceCollection
Parameters:
value - allowed object is Boolean

clone

public TreferenceCollectionImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class TreferenceImpl
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.