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

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

public class Tcomparator
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  Element any
           
protected  TnaturalOrdering natural
           
 
Constructor Summary
Tcomparator()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.osgi.Tcomparator instance.
Tcomparator(Tcomparator o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.osgi.Tcomparator instance by copying a given instance.
 
Method Summary
 Tcomparator clone()
          Creates and returns a copy of this object.
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

natural

protected TnaturalOrdering natural

any

protected Element any
Constructor Detail

Tcomparator

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


Tcomparator

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

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

getNatural

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

Returns:
possible object is TnaturalOrdering

setNatural

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

Parameters:
value - allowed object is TnaturalOrdering

getAny

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

Returns:
possible object is Element

setAny

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

Parameters:
value - allowed object is Element

clone

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