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()
Implementationseq
public void setStartup(Implementationseq value)
value
- allowed object is
Implementationseq
public Carrier getSource()
Carrier
public void setSource(Carrier value)
value
- allowed object is
Carrier
public Implementationseq getLoading()
Implementationseq
public void setLoading(Implementationseq value)
value
- allowed object is
Implementationseq
public Carrier getTarget()
Carrier
public void setTarget(Carrier value)
value
- allowed object is
Carrier
public Implementationseq getTerminate()
Implementationseq
public void setTerminate(Implementationseq value)
value
- allowed object is
Implementationseq