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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TcomparatorImpl
All Implemented Interfaces:
Serializable, Cloneable, Tcomparator

public class TcomparatorImpl
extends Object
implements Serializable, Cloneable, Tcomparator

See Also:
Serialized Form

Field Summary
protected  Element any
           
protected  TnaturalOrderingImpl natural
           
 
Constructor Summary
TcomparatorImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TcomparatorImpl instance.
TcomparatorImpl(TcomparatorImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.spring.osgi.impl.TcomparatorImpl instance by copying a given instance.
 
Method Summary
 TcomparatorImpl 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 TnaturalOrderingImpl natural

any

protected Element any
Constructor Detail

TcomparatorImpl

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


TcomparatorImpl

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

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

getNatural

public TnaturalOrdering getNatural()
Description copied from interface: Tcomparator
Gets the value of the natural property.

Specified by:
getNatural in interface Tcomparator
Returns:
possible object is TnaturalOrdering

setNatural

public void setNatural(TnaturalOrdering value)
Description copied from interface: Tcomparator
Sets the value of the natural property.

Specified by:
setNatural in interface Tcomparator
Parameters:
value - allowed object is TnaturalOrdering

getAny

public Element getAny()
Description copied from interface: Tcomparator
Gets the value of the any property.

Specified by:
getAny in interface Tcomparator
Returns:
possible object is Element

setAny

public void setAny(Element value)
Description copied from interface: Tcomparator
Sets the value of the any property.

Specified by:
setAny in interface Tcomparator
Parameters:
value - allowed object is Element

clone

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