net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl
Class TsingleReferenceImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.IdentifiedTypeImpl
      extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TreferenceImpl
          extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TsingleReferenceImpl
All Implemented Interfaces:
Serializable, Cloneable, IdentifiedType, Treference, TsingleReference

public class TsingleReferenceImpl
extends TreferenceImpl
implements Serializable, Cloneable, TsingleReference

See Also:
Serialized Form

Field Summary
protected  String cardinality
           
protected  Long timeout
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TreferenceImpl
_interface, beanName, contextClassLoader, dependsOn, filter, interfaces, listener
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
TsingleReferenceImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TsingleReferenceImpl instance.
TsingleReferenceImpl(TsingleReferenceImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TsingleReferenceImpl instance by copying a given instance.
 
Method Summary
 TsingleReferenceImpl 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.indexed.novalueclass.spring.osgi.impl.TreferenceImpl
copyListener, getBeanName, getContextClassLoader, getDependsOn, getFilter, getInterface, getInterfaces, getListener, getListener, getListenerLength, setBeanName, setContextClassLoader, setDependsOn, setFilter, setInterface, setInterfaces, setListener, setListener
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.beans.impl.IdentifiedTypeImpl
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.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.prot.indexed.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Field Detail

cardinality

protected String cardinality

timeout

protected Long timeout
Constructor Detail

TsingleReferenceImpl

public TsingleReferenceImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TsingleReferenceImpl instance.


TsingleReferenceImpl

public TsingleReferenceImpl(TsingleReferenceImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TsingleReferenceImpl instance by copying a given instance.

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

getCardinality

public String getCardinality()
Description copied from interface: TsingleReference
Gets the value of the cardinality property.

Specified by:
getCardinality in interface TsingleReference
Returns:
possible object is String

setCardinality

public void setCardinality(String value)
Description copied from interface: TsingleReference
Sets the value of the cardinality property.

Specified by:
setCardinality in interface TsingleReference
Parameters:
value - allowed object is String

getTimeout

public Long getTimeout()
Description copied from interface: TsingleReference
Gets the value of the timeout property.

Specified by:
getTimeout in interface TsingleReference
Returns:
possible object is Long

setTimeout

public void setTimeout(Long value)
Description copied from interface: TsingleReference
Sets the value of the timeout property.

Specified by:
setTimeout in interface TsingleReference
Parameters:
value - allowed object is Long

clone

public TsingleReferenceImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class TreferenceImpl
Returns:
A clone of this instance.


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