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

All Known Implementing Classes:
TcomparatorImpl

public interface Tcomparator

Used to define an inline bean of type Comparator that will be used to sort the matching services.

Java class for Tcomparator complex type.

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

 <complexType name="Tcomparator">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="natural" type="{http://www.springframework.org/schema/osgi}TnaturalOrdering"/>
         <sequence>
           <any processContents='skip' namespace='##other'/>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Element getAny()
          Gets the value of the any property.
 TnaturalOrdering getNatural()
          Gets the value of the natural property.
 void setAny(Element value)
          Sets the value of the any property.
 void setNatural(TnaturalOrdering value)
          Sets the value of the natural property.
 

Method Detail

getNatural

TnaturalOrdering getNatural()
Gets the value of the natural property.

Returns:
possible object is TnaturalOrdering

setNatural

void setNatural(TnaturalOrdering value)
Sets the value of the natural property.

Parameters:
value - allowed object is TnaturalOrdering

getAny

Element getAny()
Gets the value of the any property.

Returns:
possible object is Element

setAny

void setAny(Element value)
Sets the value of the any property.

Parameters:
value - allowed object is Element


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