public class DefaultConnectionEndStructure extends Object
Java class for DefaultConnectionEndStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefaultConnectionEndStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TransportMode" type="{http://www.netex.org.uk/netex}VehicleModeEnumeration" minOccurs="0"/>
<element ref="{http://www.netex.org.uk/netex}OperatorView" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OperatorView |
operatorView |
protected VehicleModeEnumeration |
transportMode |
| Constructor and Description |
|---|
DefaultConnectionEndStructure() |
| Modifier and Type | Method and Description |
|---|---|
OperatorView |
getOperatorView()
Gets the value of the operatorView property.
|
VehicleModeEnumeration |
getTransportMode()
Gets the value of the transportMode property.
|
void |
setOperatorView(OperatorView value)
Sets the value of the operatorView property.
|
void |
setTransportMode(VehicleModeEnumeration value)
Sets the value of the transportMode property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
DefaultConnectionEndStructure |
withOperatorView(OperatorView value) |
DefaultConnectionEndStructure |
withTransportMode(VehicleModeEnumeration value) |
protected VehicleModeEnumeration transportMode
protected OperatorView operatorView
public VehicleModeEnumeration getTransportMode()
VehicleModeEnumerationpublic void setTransportMode(VehicleModeEnumeration value)
value - allowed object is
VehicleModeEnumerationpublic OperatorView getOperatorView()
OperatorViewpublic void setOperatorView(OperatorView value)
value - allowed object is
OperatorViewpublic DefaultConnectionEndStructure withTransportMode(VehicleModeEnumeration value)
public DefaultConnectionEndStructure withOperatorView(OperatorView value)
Copyright © 2018 Entur AS. All rights reserved.