net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.osgi
Class TnaturalOrdering

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.osgi.TnaturalOrdering
All Implemented Interfaces:
Serializable, Cloneable

public class TnaturalOrdering
extends Object
implements Serializable, Cloneable

Java class for TnaturalOrdering complex type.

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

 <complexType name="TnaturalOrdering">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="basis" use="required" type="{http://www.springframework.org/schema/osgi}TorderingBasis" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  TorderingBasis basis
           
 
Constructor Summary
TnaturalOrdering()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.osgi.TnaturalOrdering instance.
TnaturalOrdering(TnaturalOrdering o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.osgi.TnaturalOrdering instance by copying a given instance.
 
Method Summary
 TnaturalOrdering clone()
          Creates and returns a copy of this object.
 TorderingBasis getBasis()
          Gets the value of the basis property.
 void setBasis(TorderingBasis value)
          Sets the value of the basis property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

basis

protected TorderingBasis basis
Constructor Detail

TnaturalOrdering

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


TnaturalOrdering

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

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

getBasis

public TorderingBasis getBasis()
Gets the value of the basis property.

Returns:
possible object is TorderingBasis

setBasis

public void setBasis(TorderingBasis value)
Sets the value of the basis property.

Parameters:
value - allowed object is TorderingBasis

clone

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

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


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