net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.lang
Interface CustomizableScriptType

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

public interface CustomizableScriptType
extends SimpleScriptType

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>
 


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

Method Detail

getCustomizerRef

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

Returns:
possible object is String

setCustomizerRef

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

Parameters:
value - allowed object is String


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