|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimpleScriptType
Java class for simpleScriptType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="simpleScriptType">
<complexContent>
<extension base="{http://www.springframework.org/schema/beans}identifiedType">
<sequence>
<element name="inline-script" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="property" type="{http://www.springframework.org/schema/beans}propertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.springframework.org/schema/lang}defaultableAttributes"/>
<attribute name="script-source" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="scope" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="autowire" default="default">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="default"/>
<enumeration value="no"/>
<enumeration value="byName"/>
<enumeration value="byType"/>
</restriction>
</simpleType>
</attribute>
<attribute name="dependency-check" default="default">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="default"/>
<enumeration value="none"/>
<enumeration value="simple"/>
<enumeration value="objects"/>
<enumeration value="all"/>
</restriction>
</simpleType>
</attribute>
<attribute name="depends-on" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="init-method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="destroy-method" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getAutowire()
Gets the value of the autowire property. |
String |
getDependencyCheck()
Gets the value of the dependencyCheck property. |
String |
getDependsOn()
Gets the value of the dependsOn property. |
String |
getDestroyMethod()
Gets the value of the destroyMethod property. |
String |
getInitMethod()
Gets the value of the initMethod property. |
Object |
getInlineScript()
Gets the value of the inlineScript property. |
List<PropertyType> |
getProperty()
Gets the value of the property property. |
Long |
getRefreshCheckDelay()
Gets the value of the refreshCheckDelay property. |
String |
getScope()
Gets the value of the scope property. |
String |
getScriptSource()
Gets the value of the scriptSource property. |
void |
setAutowire(String value)
Sets the value of the autowire property. |
void |
setDependencyCheck(String value)
Sets the value of the dependencyCheck property. |
void |
setDependsOn(String value)
Sets the value of the dependsOn property. |
void |
setDestroyMethod(String value)
Sets the value of the destroyMethod property. |
void |
setInitMethod(String value)
Sets the value of the initMethod property. |
void |
setInlineScript(Object value)
Sets the value of the inlineScript property. |
void |
setRefreshCheckDelay(Long value)
Sets the value of the refreshCheckDelay property. |
void |
setScope(String value)
Sets the value of the scope property. |
void |
setScriptSource(String value)
Sets the value of the scriptSource property. |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.IdentifiedType |
|---|
getId, setId |
| Method Detail |
|---|
Object getInlineScript()
Objectvoid setInlineScript(Object value)
value - allowed object is
ObjectList<PropertyType> getProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyType
String getScriptSource()
Stringvoid setScriptSource(String value)
value - allowed object is
StringString getScope()
Stringvoid setScope(String value)
value - allowed object is
StringString getAutowire()
Stringvoid setAutowire(String value)
value - allowed object is
StringString getDependencyCheck()
Stringvoid setDependencyCheck(String value)
value - allowed object is
StringString getDependsOn()
Stringvoid setDependsOn(String value)
value - allowed object is
StringString getInitMethod()
Stringvoid setInitMethod(String value)
value - allowed object is
StringString getDestroyMethod()
Stringvoid setDestroyMethod(String value)
value - allowed object is
StringLong getRefreshCheckDelay()
Longvoid setRefreshCheckDelay(Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||