public class UsvExecutionParametersType extends Object
Java class for UsvExecutionParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UsvExecutionParametersType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RunOptions" type="{}RunOptionsType"/> <element name="Dynamics" type="{}HostIDType"/> <element name="Tactical" type="{}HostIDType"/> <element name="XSBC" type="{}XsbcTransferOptionsType"/> <element name="FEC" type="{}FecTransferOptionsType"/> <element name="FileNames" type="{}FileLocationsType"/> </sequence> <attGroup ref="{}commonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected HostIDType |
dynamics |
protected FecTransferOptionsType |
fec |
protected FileLocationsType |
fileNames |
protected RunOptionsType |
runOptions |
protected HostIDType |
tactical |
protected XsbcTransferOptionsType |
xsbc |
Constructor and Description |
---|
UsvExecutionParametersType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
HostIDType |
getDynamics()
Gets the value of the dynamics property.
|
FecTransferOptionsType |
getFEC()
Gets the value of the fec property.
|
FileLocationsType |
getFileNames()
Gets the value of the fileNames property.
|
RunOptionsType |
getRunOptions()
Gets the value of the runOptions property.
|
HostIDType |
getTactical()
Gets the value of the tactical property.
|
XsbcTransferOptionsType |
getXSBC()
Gets the value of the xsbc property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDynamics(HostIDType value)
Sets the value of the dynamics property.
|
void |
setFEC(FecTransferOptionsType value)
Sets the value of the fec property.
|
void |
setFileNames(FileLocationsType value)
Sets the value of the fileNames property.
|
void |
setRunOptions(RunOptionsType value)
Sets the value of the runOptions property.
|
void |
setTactical(HostIDType value)
Sets the value of the tactical property.
|
void |
setXSBC(XsbcTransferOptionsType value)
Sets the value of the xsbc property.
|
protected RunOptionsType runOptions
protected HostIDType dynamics
protected HostIDType tactical
protected XsbcTransferOptionsType xsbc
protected FecTransferOptionsType fec
protected FileLocationsType fileNames
protected String description
public RunOptionsType getRunOptions()
RunOptionsType
public void setRunOptions(RunOptionsType value)
value
- allowed object is
RunOptionsType
public HostIDType getDynamics()
HostIDType
public void setDynamics(HostIDType value)
value
- allowed object is
HostIDType
public HostIDType getTactical()
HostIDType
public void setTactical(HostIDType value)
value
- allowed object is
HostIDType
public XsbcTransferOptionsType getXSBC()
XsbcTransferOptionsType
public void setXSBC(XsbcTransferOptionsType value)
value
- allowed object is
XsbcTransferOptionsType
public FecTransferOptionsType getFEC()
FecTransferOptionsType
public void setFEC(FecTransferOptionsType value)
value
- allowed object is
FecTransferOptionsType
public FileLocationsType getFileNames()
FileLocationsType
public void setFileNames(FileLocationsType value)
value
- allowed object is
FileLocationsType
public String getDescription()
String