public class Init
extends java.lang.Object
Java class for init complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="init">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="startup" type="{http://www.highqsoft.com/transformer/common}implementationseq" minOccurs="0"/>
<element name="source" type="{http://www.highqsoft.com/transformer/common}carrier" minOccurs="0"/>
<element name="loading" type="{http://www.highqsoft.com/transformer/common}implementationseq" minOccurs="0"/>
<element name="target" type="{http://www.highqsoft.com/transformer/common}carrier" minOccurs="0"/>
<element name="terminate" type="{http://www.highqsoft.com/transformer/common}implementationseq" minOccurs="0"/>
</all>
</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