net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.osgi
Interface TreferenceCollection

All Superinterfaces:
IdentifiedType, Treference
All Known Implementing Classes:
TreferenceCollectionImpl

public interface TreferenceCollection
extends Treference

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>
 


Method Summary
 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 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
 

Method Detail

getComparator

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

Returns:
possible object is Tcomparator

setComparator

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

Parameters:
value - allowed object is Tcomparator

getComparatorRef

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

Returns:
possible object is String

setComparatorRef

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

Parameters:
value - allowed object is String

getCardinality

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

Returns:
possible object is String

setCardinality

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

Parameters:
value - allowed object is String

isGreedyProxying

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

Returns:
possible object is Boolean

setGreedyProxying

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

Parameters:
value - allowed object is Boolean


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