net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.lang
Class DynamicScriptType

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

public class DynamicScriptType
extends SimpleScriptType
implements Serializable, Cloneable

Java class for dynamicScriptType complex type.

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

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

See Also:
Serialized Form

Field Summary
protected  String scriptInterfaces
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.lang.SimpleScriptType
autowire, dependencyCheck, dependsOn, destroyMethod, initMethod, inlineScript, property, refreshCheckDelay, scope, scriptSource
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
DynamicScriptType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.lang.DynamicScriptType instance.
DynamicScriptType(DynamicScriptType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.lang.DynamicScriptType instance by copying a given instance.
 
Method Summary
 DynamicScriptType clone()
          Creates and returns a copy of this object.
 String getScriptInterfaces()
          Gets the value of the scriptInterfaces property.
 void setScriptInterfaces(String value)
          Sets the value of the scriptInterfaces property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.spring.lang.SimpleScriptType
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.pkg.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

scriptInterfaces

protected String scriptInterfaces
Constructor Detail

DynamicScriptType

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


DynamicScriptType

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

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

getScriptInterfaces

public String getScriptInterfaces()
Gets the value of the scriptInterfaces property.

Returns:
possible object is String

setScriptInterfaces

public void setScriptInterfaces(String value)
Sets the value of the scriptInterfaces property.

Parameters:
value - allowed object is String

clone

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