net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.osgi
Class TreferenceCollection

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.IdentifiedType
      extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.osgi.Treference
          extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.osgi.TreferenceCollection
All Implemented Interfaces:
Serializable, Cloneable

public class TreferenceCollection
extends Treference
implements Serializable, Cloneable

Java class for TreferenceCollection complex type.

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

 <complexType name="TreferenceCollection">
   <complexContent>
     <extension base="{http://www.springframework.org/schema/osgi}Treference">
       <sequence minOccurs="0">
         <element name="comparator" type="{http://www.springframework.org/schema/osgi}Tcomparator"/>
       </sequence>
       <attribute name="comparator-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="cardinality" type="{http://www.springframework.org/schema/osgi}TcollectionCardinality" />
       <attribute name="greedy-proxying" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String cardinality
           
protected  Tcomparator comparator
           
protected  String comparatorRef
           
protected  Boolean greedyProxying
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.osgi.Treference
_interface, beanName, contextClassLoader, dependsOn, filter, interfaces, listener
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
TreferenceCollection()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.osgi.TreferenceCollection instance.
TreferenceCollection(TreferenceCollection o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.osgi.TreferenceCollection instance by copying a given instance.
 
Method Summary
 TreferenceCollection 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.prot.indexed.valueclass.spring.osgi.Treference
copyListener, getBeanName, getContextClassLoader, getDependsOn, getFilter, getInterface, getInterfaces, getListener, getListener, getListenerLength, setBeanName, setContextClassLoader, setDependsOn, setFilter, setInterface, setInterfaces, setListener, setListener
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comparator

protected Tcomparator comparator

comparatorRef

protected String comparatorRef

cardinality

protected String cardinality

greedyProxying

protected Boolean greedyProxying
Constructor Detail

TreferenceCollection

public TreferenceCollection()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.osgi.TreferenceCollection instance.


TreferenceCollection

public TreferenceCollection(TreferenceCollection o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.osgi.TreferenceCollection instance by copying a given instance.

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

getComparator

public Tcomparator getComparator()
Gets the value of the comparator property.

Returns:
possible object is Tcomparator

setComparator

public void setComparator(Tcomparator value)
Sets the value of the comparator property.

Parameters:
value - allowed object is Tcomparator

getComparatorRef

public String getComparatorRef()
Gets the value of the comparatorRef property.

Returns:
possible object is String

setComparatorRef

public void setComparatorRef(String value)
Sets the value of the comparatorRef property.

Parameters:
value - allowed object is String

getCardinality

public String getCardinality()
Gets the value of the cardinality property.

Returns:
possible object is String

setCardinality

public void setCardinality(String value)
Sets the value of the cardinality property.

Parameters:
value - allowed object is String

isGreedyProxying

public boolean isGreedyProxying()
Gets the value of the greedyProxying property.

Returns:
possible object is Boolean

setGreedyProxying

public void setGreedyProxying(Boolean value)
Sets the value of the greedyProxying property.

Parameters:
value - allowed object is Boolean

clone

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

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


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