public class UuvExecutionParametersType extends Object
Java class for UuvExecutionParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvExecutionParametersType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="InstalledHardware" type="{}UuvHardwareType"/> <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 UuvHardwareType |
installedHardware |
protected RunOptionsType |
runOptions |
protected HostIDType |
tactical |
protected XsbcTransferOptionsType |
xsbc |
Constructor and Description |
---|
UuvExecutionParametersType() |
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.
|
UuvHardwareType |
getInstalledHardware()
Gets the value of the installedHardware 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 |
setInstalledHardware(UuvHardwareType value)
Sets the value of the installedHardware 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 UuvHardwareType installedHardware
protected RunOptionsType runOptions
protected HostIDType dynamics
protected HostIDType tactical
protected XsbcTransferOptionsType xsbc
protected FecTransferOptionsType fec
protected FileLocationsType fileNames
protected String description
public UuvHardwareType getInstalledHardware()
UuvHardwareType
public void setInstalledHardware(UuvHardwareType value)
value
- allowed object is
UuvHardwareType
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