|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TreferenceCollection
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.indexed.novalueclass.spring.osgi.Treference |
|---|
getBeanName, getContextClassLoader, getDependsOn, getFilter, getInterface, getInterfaces, getListener, getListener, getListenerLength, setBeanName, setContextClassLoader, setDependsOn, setFilter, setInterface, setInterfaces, setListener, setListener |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.IdentifiedType |
|---|
getId, setId |
| Method Detail |
|---|
Tcomparator getComparator()
Tcomparatorvoid setComparator(Tcomparator value)
value - allowed object is
TcomparatorString getComparatorRef()
Stringvoid setComparatorRef(String value)
value - allowed object is
StringString getCardinality()
Stringvoid setCardinality(String value)
value - allowed object is
Stringboolean isGreedyProxying()
Booleanvoid setGreedyProxying(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||