net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.lang
Class Defaults

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

public class Defaults
extends Object
implements Serializable, Cloneable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.springframework.org/schema/lang}defaultableAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

Field Detail

refreshCheckDelay

protected Long refreshCheckDelay
Constructor Detail

Defaults

public Defaults()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.lang.Defaults instance.


Defaults

public Defaults(Defaults o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.lang.Defaults instance by copying a given instance.

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

getRefreshCheckDelay

public Long getRefreshCheckDelay()
Gets the value of the refreshCheckDelay property.

Returns:
possible object is Long

setRefreshCheckDelay

public void setRefreshCheckDelay(Long value)
Sets the value of the refreshCheckDelay property.

Parameters:
value - allowed object is Long

clone

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