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> <choice> <element ref="{http://www.highqsoft.de/schema}aosession" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}ior" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}procedure"/> <choice> <element ref="{http://www.highqsoft.de/schema}instelem"/> <element ref="{http://www.highqsoft.de/schema}applelem"/> </choice> </choice> <element ref="{http://www.highqsoft.de/schema}filetransfer" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Aosession> |
aosession |
protected Applicationelement |
applelem |
protected Filetransfer |
filetransfer |
protected Instanceelement |
instelem |
protected java.util.List<Ior> |
ior |
protected Extensionpoint |
procedure |
Constructor and Description |
---|
Carrier() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Aosession> |
getAosession()
Gets the value of the aosession property.
|
Applicationelement |
getApplelem()
Gets the value of the applelem property.
|
Filetransfer |
getFiletransfer()
Gets the value of the filetransfer property.
|
Instanceelement |
getInstelem()
Gets the value of the instelem property.
|
java.util.List<Ior> |
getIor()
Gets the value of the ior property.
|
Extensionpoint |
getProcedure()
Gets the value of the procedure property.
|
void |
setApplelem(Applicationelement value)
Sets the value of the applelem property.
|
void |
setFiletransfer(Filetransfer value)
Sets the value of the filetransfer property.
|
void |
setInstelem(Instanceelement value)
Sets the value of the instelem property.
|
void |
setProcedure(Extensionpoint value)
Sets the value of the procedure property.
|
protected java.util.List<Aosession> aosession
protected java.util.List<Ior> ior
protected Extensionpoint procedure
protected Instanceelement instelem
protected Applicationelement applelem
protected Filetransfer filetransfer
public java.util.List<Aosession> getAosession()
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 aosession property.
For example, to add a new item, do as follows:
getAosession().add(newItem);
Objects of the following type(s) are allowed in the list
Aosession
public java.util.List<Ior> getIor()
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 ior property.
For example, to add a new item, do as follows:
getIor().add(newItem);
Objects of the following type(s) are allowed in the list
Ior
public Extensionpoint getProcedure()
Extensionpoint
public void setProcedure(Extensionpoint value)
value
- allowed object is
Extensionpoint
public Instanceelement getInstelem()
Instanceelement
public void setInstelem(Instanceelement value)
value
- allowed object is
Instanceelement
public Applicationelement getApplelem()
Applicationelement
public void setApplelem(Applicationelement value)
value
- allowed object is
Applicationelement
public Filetransfer getFiletransfer()
Filetransfer
public void setFiletransfer(Filetransfer value)
value
- allowed object is
Filetransfer