net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.osgi
Interface TnaturalOrdering

All Known Implementing Classes:
TnaturalOrderingImpl

public interface TnaturalOrdering

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>
 


Method Summary
 TorderingBasis getBasis()
          Gets the value of the basis property.
 void setBasis(TorderingBasis value)
          Sets the value of the basis property.
 

Method Detail

getBasis

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

Returns:
possible object is TorderingBasis

setBasis

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

Parameters:
value - allowed object is TorderingBasis


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