net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.osgi
Interface Treference

All Superinterfaces:
IdentifiedType
All Known Subinterfaces:
TreferenceCollection, TsingleReference
All Known Implementing Classes:
TreferenceCollectionImpl, TreferenceImpl, TsingleReferenceImpl

public interface Treference
extends IdentifiedType

Java class for Treference complex type.

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

 <complexType name="Treference">
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}identifiedType">
       <sequence minOccurs="0">
         <element name="interfaces" type="{http://www.springframework.org/schema/beans}listOrSetType" minOccurs="0"/>
         <element name="listener" type="{http://www.springframework.org/schema/osgi}Tlistener" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="interface" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="depends-on" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="bean-name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="context-class-loader" type="{http://www.springframework.org/schema/osgi}TreferenceClassLoaderOptions" default="client" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 String getBeanName()
          Gets the value of the beanName property.
 TreferenceClassLoaderOptions getContextClassLoader()
          Gets the value of the contextClassLoader property.
 String getDependsOn()
          Gets the value of the dependsOn property.
 String getFilter()
          Gets the value of the filter property.
 String getInterface()
          Gets the value of the interface property.
 ListOrSetType getInterfaces()
          Gets the value of the interfaces property.
 Tlistener[] getListener()
           
 Tlistener getListener(int idx)
           
 int getListenerLength()
           
 void setBeanName(String value)
          Sets the value of the beanName property.
 void setContextClassLoader(TreferenceClassLoaderOptions value)
          Sets the value of the contextClassLoader property.
 void setDependsOn(String value)
          Sets the value of the dependsOn property.
 void setFilter(String value)
          Sets the value of the filter property.
 void setInterface(String value)
          Sets the value of the interface property.
 void setInterfaces(ListOrSetType value)
          Sets the value of the interfaces property.
 Tlistener setListener(int idx, Tlistener value)
           
 void setListener(Tlistener[] values)
           
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Method Detail

getInterfaces

ListOrSetType getInterfaces()
Gets the value of the interfaces property.

Returns:
possible object is ListOrSetType

setInterfaces

void setInterfaces(ListOrSetType value)
Sets the value of the interfaces property.

Parameters:
value - allowed object is ListOrSetType

getListener

Tlistener[] getListener()
Returns:
array of Tlistener

getListener

Tlistener getListener(int idx)
Returns:
one of Tlistener

getListenerLength

int getListenerLength()

setListener

void setListener(Tlistener[] values)
Parameters:
values - allowed objects are Tlistener

setListener

Tlistener setListener(int idx,
                      Tlistener value)
Parameters:
value - allowed object is Tlistener

getInterface

String getInterface()
Gets the value of the interface property.

Returns:
possible object is String

setInterface

void setInterface(String value)
Sets the value of the interface property.

Parameters:
value - allowed object is String

getFilter

String getFilter()
Gets the value of the filter property.

Returns:
possible object is String

setFilter

void setFilter(String value)
Sets the value of the filter property.

Parameters:
value - allowed object is String

getDependsOn

String getDependsOn()
Gets the value of the dependsOn property.

Returns:
possible object is String

setDependsOn

void setDependsOn(String value)
Sets the value of the dependsOn property.

Parameters:
value - allowed object is String

getBeanName

String getBeanName()
Gets the value of the beanName property.

Returns:
possible object is String

setBeanName

void setBeanName(String value)
Sets the value of the beanName property.

Parameters:
value - allowed object is String

getContextClassLoader

TreferenceClassLoaderOptions getContextClassLoader()
Gets the value of the contextClassLoader property.

Returns:
possible object is TreferenceClassLoaderOptions

setContextClassLoader

void setContextClassLoader(TreferenceClassLoaderOptions value)
Sets the value of the contextClassLoader property.

Parameters:
value - allowed object is TreferenceClassLoaderOptions


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