net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.lang
Interface DynamicScriptType

All Superinterfaces:
IdentifiedType, SimpleScriptType
All Known Implementing Classes:
DynamicScriptTypeImpl

public interface DynamicScriptType
extends SimpleScriptType

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>
 


Method Summary
 String getScriptInterfaces()
          Gets the value of the scriptInterfaces property.
 void setScriptInterfaces(String value)
          Sets the value of the scriptInterfaces property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.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 interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Method Detail

getScriptInterfaces

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

Returns:
possible object is String

setScriptInterfaces

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

Parameters:
value - allowed object is String


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