|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.IdentifiedType
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.lang.SimpleScriptType
public class 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>
| Field Summary | |
|---|---|
protected String |
autowire
|
protected String |
dependencyCheck
|
protected String |
dependsOn
|
protected String |
destroyMethod
|
protected String |
initMethod
|
protected Object |
inlineScript
|
protected List<PropertyType> |
property
|
protected Long |
refreshCheckDelay
|
protected String |
scope
|
protected String |
scriptSource
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.IdentifiedType |
|---|
id |
| Constructor Summary | |
|---|---|
SimpleScriptType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.lang.SimpleScriptType instance. |
|
SimpleScriptType(SimpleScriptType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.lang.SimpleScriptType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SimpleScriptType |
clone()
Creates and returns a copy of this object. |
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 class net.sourceforge.ccxjc.it.model.priv.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 |
|---|
protected Object inlineScript
protected List<PropertyType> property
protected String scriptSource
protected String scope
protected String autowire
protected String dependencyCheck
protected String dependsOn
protected String initMethod
protected String destroyMethod
protected Long refreshCheckDelay
| Constructor Detail |
|---|
public SimpleScriptType()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.lang.SimpleScriptType instance.
public SimpleScriptType(SimpleScriptType o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.lang.SimpleScriptType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Object getInlineScript()
Objectpublic void setInlineScript(Object value)
value - allowed object is
Objectpublic List<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
public String getScriptSource()
Stringpublic void setScriptSource(String value)
value - allowed object is
Stringpublic String getScope()
Stringpublic void setScope(String value)
value - allowed object is
Stringpublic String getAutowire()
Stringpublic void setAutowire(String value)
value - allowed object is
Stringpublic String getDependencyCheck()
Stringpublic void setDependencyCheck(String value)
value - allowed object is
Stringpublic String getDependsOn()
Stringpublic void setDependsOn(String value)
value - allowed object is
Stringpublic String getInitMethod()
Stringpublic void setInitMethod(String value)
value - allowed object is
Stringpublic String getDestroyMethod()
Stringpublic void setDestroyMethod(String value)
value - allowed object is
Stringpublic Long getRefreshCheckDelay()
Longpublic void setRefreshCheckDelay(Long value)
value - allowed object is
Longpublic SimpleScriptType clone()
clone in class IdentifiedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||