net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi
Class TsingleReference

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

public class TsingleReference
extends Treference
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String cardinality
           
protected  Long timeout
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.Treference
_interface, beanName, contextClassLoader, dependsOn, filter, interfaces, listener
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
TsingleReference()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.TsingleReference instance.
TsingleReference(TsingleReference o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.TsingleReference instance by copying a given instance.
 
Method Summary
 TsingleReference clone()
          Creates and returns a copy of this object.
 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 class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.osgi.Treference
copyListener, getBeanName, getContextClassLoader, getDependsOn, getFilter, getInterface, getInterfaces, getListener, setBeanName, setContextClassLoader, setDependsOn, setFilter, setInterface, setInterfaces
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.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

cardinality

protected String cardinality

timeout

protected Long timeout
Constructor Detail

TsingleReference

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


TsingleReference

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

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

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

getTimeout

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

Returns:
possible object is Long

setTimeout

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

Parameters:
value - allowed object is Long

clone

public TsingleReference 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.