net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.osgi
Interface TsingleReference

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

public interface TsingleReference
extends Treference

Java class for TsingleReference complex type.

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

 <complexType name="TsingleReference">
   <complexContent>
     <extension base="{http://www.springframework.org/schema/osgi}Treference">
       <attribute name="cardinality" type="{http://www.springframework.org/schema/osgi}TsingleReferenceCardinality" />
       <attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}long" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 String getCardinality()
          Gets the value of the cardinality property.
 Long getTimeout()
          Gets the value of the timeout property.
 void setCardinality(String value)
          Sets the value of the cardinality property.
 void setTimeout(Long value)
          Sets the value of the timeout 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

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

getTimeout

Long getTimeout()
Gets the value of the timeout property.

Returns:
possible object is Long

setTimeout

void setTimeout(Long value)
Sets the value of the timeout property.

Parameters:
value - allowed object is Long


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