net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.lang
Class CustomizableScriptType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.IdentifiedType
      extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.lang.SimpleScriptType
          extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.lang.CustomizableScriptType
All Implemented Interfaces:
Serializable, Cloneable

public class CustomizableScriptType
extends SimpleScriptType
implements Serializable, Cloneable

Java class for customizableScriptType complex type.

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

 <complexType name="customizableScriptType">
   <complexContent>
     <extension base="{http://www.springframework.org/schema/lang}simpleScriptType">
       <attribute name="customizer-ref" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String customizerRef
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.lang.SimpleScriptType
autowire, dependencyCheck, dependsOn, destroyMethod, initMethod, inlineScript, property, refreshCheckDelay, scope, scriptSource
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
CustomizableScriptType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.lang.CustomizableScriptType instance.
CustomizableScriptType(CustomizableScriptType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.lang.CustomizableScriptType instance by copying a given instance.
 
Method Summary
 CustomizableScriptType clone()
          Creates and returns a copy of this object.
 String getCustomizerRef()
          Gets the value of the customizerRef property.
 void setCustomizerRef(String value)
          Sets the value of the customizerRef property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.lang.SimpleScriptType
copyProperty, getAutowire, getDependencyCheck, getDependsOn, getDestroyMethod, getInitMethod, getInlineScript, getProperty, getRefreshCheckDelay, getScope, getScriptSource, setAutowire, setDependencyCheck, setDependsOn, setDestroyMethod, setInitMethod, setInlineScript, setRefreshCheckDelay, setScope, setScriptSource
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customizerRef

protected String customizerRef
Constructor Detail

CustomizableScriptType

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


CustomizableScriptType

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

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

getCustomizerRef

public String getCustomizerRef()
Gets the value of the customizerRef property.

Returns:
possible object is String

setCustomizerRef

public void setCustomizerRef(String value)
Sets the value of the customizerRef property.

Parameters:
value - allowed object is String

clone

public CustomizableScriptType clone()
Creates and returns a copy of this object.

Overrides:
clone in class SimpleScriptType
Returns:
A clone of this instance.


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