public class FileLocationsType extends Object
Java class for FileLocationsType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="FileLocationsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ScriptInput" type="{}TextType"/>
         <element name="OrdersOutput" type="{}TextType"/>
         <element name="TelemetryOutput" type="{}TelemetryTextType"/>
         <element name="VehicleSpecificXSLT" type="{}TextType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected TextType | ordersOutput | 
| protected TextType | scriptInput | 
| protected TelemetryTextType | telemetryOutput | 
| protected TextType | vehicleSpecificXSLT | 
| Constructor and Description | 
|---|
| FileLocationsType() | 
| Modifier and Type | Method and Description | 
|---|---|
| TextType | getOrdersOutput()Gets the value of the ordersOutput property. | 
| TextType | getScriptInput()Gets the value of the scriptInput property. | 
| TelemetryTextType | getTelemetryOutput()Gets the value of the telemetryOutput property. | 
| TextType | getVehicleSpecificXSLT()Gets the value of the vehicleSpecificXSLT property. | 
| void | setOrdersOutput(TextType value)Sets the value of the ordersOutput property. | 
| void | setScriptInput(TextType value)Sets the value of the scriptInput property. | 
| void | setTelemetryOutput(TelemetryTextType value)Sets the value of the telemetryOutput property. | 
| void | setVehicleSpecificXSLT(TextType value)Sets the value of the vehicleSpecificXSLT property. | 
protected TextType scriptInput
protected TextType ordersOutput
protected TelemetryTextType telemetryOutput
protected TextType vehicleSpecificXSLT
public TextType getScriptInput()
TextTypepublic void setScriptInput(TextType value)
value - allowed object is
     TextTypepublic TextType getOrdersOutput()
TextTypepublic void setOrdersOutput(TextType value)
value - allowed object is
     TextTypepublic TelemetryTextType getTelemetryOutput()
TelemetryTextTypepublic void setTelemetryOutput(TelemetryTextType value)
value - allowed object is
     TelemetryTextTypepublic TextType getVehicleSpecificXSLT()
TextType