public class Init
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.highqsoft.de/schema}startup" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}source" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}loading" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}target" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}terminate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Implementationseq |
loading |
protected Carrier |
source |
protected Implementationseq |
startup |
protected Carrier |
target |
protected Implementationseq |
terminate |
| Constructor and Description |
|---|
Init() |
| Modifier and Type | Method and Description |
|---|---|
Implementationseq |
getLoading()
Gets the value of the loading property.
|
Carrier |
getSource()
Gets the value of the source property.
|
Implementationseq |
getStartup()
Gets the value of the startup property.
|
Carrier |
getTarget()
Gets the value of the target property.
|
Implementationseq |
getTerminate()
Gets the value of the terminate property.
|
void |
setLoading(Implementationseq value)
Sets the value of the loading property.
|
void |
setSource(Carrier value)
Sets the value of the source property.
|
void |
setStartup(Implementationseq value)
Sets the value of the startup property.
|
void |
setTarget(Carrier value)
Sets the value of the target property.
|
void |
setTerminate(Implementationseq value)
Sets the value of the terminate property.
|
protected Implementationseq startup
protected Carrier source
protected Implementationseq loading
protected Carrier target
protected Implementationseq terminate
public Implementationseq getStartup()
Implementationseqpublic void setStartup(Implementationseq value)
value - allowed object is
Implementationseqpublic Carrier getSource()
Carrierpublic void setSource(Carrier value)
value - allowed object is
Carrierpublic Implementationseq getLoading()
Implementationseqpublic void setLoading(Implementationseq value)
value - allowed object is
Implementationseqpublic Carrier getTarget()
Carrierpublic void setTarget(Carrier value)
value - allowed object is
Carrierpublic Implementationseq getTerminate()
Implementationseqpublic void setTerminate(Implementationseq value)
value - allowed object is
Implementationseq