public class ApproachSelectedRoutes extends Object
Java class for ApproachSelectedRoutes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApproachSelectedRoutes"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="selectedFinal" type="{}SelectedFinal" minOccurs="0"/> <element name="selectedApproachTransition" type="{}SelectedApproachTransition" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SelectedApproachTransition |
selectedApproachTransition |
protected SelectedFinal |
selectedFinal |
Constructor and Description |
---|
ApproachSelectedRoutes() |
Modifier and Type | Method and Description |
---|---|
SelectedApproachTransition |
getSelectedApproachTransition()
Gets the value of the selectedApproachTransition property.
|
SelectedFinal |
getSelectedFinal()
Gets the value of the selectedFinal property.
|
void |
setSelectedApproachTransition(SelectedApproachTransition value)
Sets the value of the selectedApproachTransition property.
|
void |
setSelectedFinal(SelectedFinal value)
Sets the value of the selectedFinal property.
|
protected SelectedFinal selectedFinal
protected SelectedApproachTransition selectedApproachTransition
public SelectedFinal getSelectedFinal()
SelectedFinal
public void setSelectedFinal(SelectedFinal value)
value
- allowed object is
SelectedFinal
public SelectedApproachTransition getSelectedApproachTransition()
SelectedApproachTransition
public void setSelectedApproachTransition(SelectedApproachTransition value)
value
- allowed object is
SelectedApproachTransition
Copyright © 2017. All rights reserved.