public class Carrier
extends java.lang.Object
Java class for carrier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="carrier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="directory" type="{http://www.highqsoft.com/transformer/common}property" minOccurs="0"/>
<choice>
<element name="aosession" type="{http://www.highqsoft.com/transformer/common}aosession"/>
<element name="procedure" type="{http://www.highqsoft.com/transformer/common}method"/>
<choice>
<element name="instelem" type="{http://www.highqsoft.com/transformer/common}instelem"/>
<element name="applelem" type="{http://www.highqsoft.com/transformer/common}applelem"/>
</choice>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Aosession |
aosession |
protected Applelem |
applelem |
protected Property |
directory |
protected Instelem |
instelem |
protected Method |
procedure |
| Constructor and Description |
|---|
Carrier() |
| Modifier and Type | Method and Description |
|---|---|
Aosession |
getAosession()
Gets the value of the aosession property.
|
Applelem |
getApplelem()
Gets the value of the applelem property.
|
Property |
getDirectory()
Gets the value of the directory property.
|
Instelem |
getInstelem()
Gets the value of the instelem property.
|
Method |
getProcedure()
Gets the value of the procedure property.
|
void |
setAosession(Aosession value)
Sets the value of the aosession property.
|
void |
setApplelem(Applelem value)
Sets the value of the applelem property.
|
void |
setDirectory(Property value)
Sets the value of the directory property.
|
void |
setInstelem(Instelem value)
Sets the value of the instelem property.
|
void |
setProcedure(Method value)
Sets the value of the procedure property.
|
protected Property directory
protected Aosession aosession
protected Method procedure
protected Instelem instelem
protected Applelem applelem
public Property getDirectory()
Propertypublic void setDirectory(Property value)
value - allowed object is
Propertypublic Aosession getAosession()
Aosessionpublic void setAosession(Aosession value)
value - allowed object is
Aosessionpublic Method getProcedure()
Methodpublic void setProcedure(Method value)
value - allowed object is
Methodpublic Instelem getInstelem()
Instelempublic void setInstelem(Instelem value)
value - allowed object is
Instelempublic Applelem getApplelem()
Applelem