Package uk.org.siri.siri13
Class NetworkStructure
- java.lang.Object
-
- uk.org.siri.siri13.NetworkStructure
-
- All Implemented Interfaces:
Serializable
public class NetworkStructure extends Object implements Serializable
Type for Annotated reference to affected Network.Java class for NetworkStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NetworkRef" type="{http://www.siri.org.uk/siri}OperatorRefStructure" minOccurs="0"/> <element name="NetworkName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}AffectedModeGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessModesEnumerationaccessModeprotected AirSubmodesOfTransportEnumerationairSubmodeprotected BusSubmodesOfTransportEnumerationbusSubmodeprotected CoachSubmodesOfTransportEnumerationcoachSubmodeprotected MetroSubmodesOfTransportEnumerationmetroSubmodeprotected NaturalLanguageStringStructurenetworkNameprotected OperatorRefStructurenetworkRefprotected RailSubmodesOfTransportEnumerationrailSubmodeprotected TramSubmodesOfTransportEnumerationtramSubmodeprotected VehicleModesOfTransportEnumerationvehicleModeprotected WaterSubmodesOfTransportEnumerationwaterSubmode
-
Constructor Summary
Constructors Constructor Description NetworkStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessModesEnumerationgetAccessMode()Gets the value of the accessMode property.AirSubmodesOfTransportEnumerationgetAirSubmode()Gets the value of the airSubmode property.BusSubmodesOfTransportEnumerationgetBusSubmode()Gets the value of the busSubmode property.CoachSubmodesOfTransportEnumerationgetCoachSubmode()Gets the value of the coachSubmode property.MetroSubmodesOfTransportEnumerationgetMetroSubmode()Gets the value of the metroSubmode property.NaturalLanguageStringStructuregetNetworkName()Gets the value of the networkName property.OperatorRefStructuregetNetworkRef()Gets the value of the networkRef property.RailSubmodesOfTransportEnumerationgetRailSubmode()Gets the value of the railSubmode property.TramSubmodesOfTransportEnumerationgetTramSubmode()Gets the value of the tramSubmode property.VehicleModesOfTransportEnumerationgetVehicleMode()Gets the value of the vehicleMode property.WaterSubmodesOfTransportEnumerationgetWaterSubmode()Gets the value of the waterSubmode property.voidsetAccessMode(AccessModesEnumeration value)Sets the value of the accessMode property.voidsetAirSubmode(AirSubmodesOfTransportEnumeration value)Sets the value of the airSubmode property.voidsetBusSubmode(BusSubmodesOfTransportEnumeration value)Sets the value of the busSubmode property.voidsetCoachSubmode(CoachSubmodesOfTransportEnumeration value)Sets the value of the coachSubmode property.voidsetMetroSubmode(MetroSubmodesOfTransportEnumeration value)Sets the value of the metroSubmode property.voidsetNetworkName(NaturalLanguageStringStructure value)Sets the value of the networkName property.voidsetNetworkRef(OperatorRefStructure value)Sets the value of the networkRef property.voidsetRailSubmode(RailSubmodesOfTransportEnumeration value)Sets the value of the railSubmode property.voidsetTramSubmode(TramSubmodesOfTransportEnumeration value)Sets the value of the tramSubmode property.voidsetVehicleMode(VehicleModesOfTransportEnumeration value)Sets the value of the vehicleMode property.voidsetWaterSubmode(WaterSubmodesOfTransportEnumeration value)Sets the value of the waterSubmode property.
-
-
-
Field Detail
-
networkRef
protected OperatorRefStructure networkRef
-
networkName
protected NaturalLanguageStringStructure networkName
-
vehicleMode
protected VehicleModesOfTransportEnumeration vehicleMode
-
waterSubmode
protected WaterSubmodesOfTransportEnumeration waterSubmode
-
tramSubmode
protected TramSubmodesOfTransportEnumeration tramSubmode
-
railSubmode
protected RailSubmodesOfTransportEnumeration railSubmode
-
metroSubmode
protected MetroSubmodesOfTransportEnumeration metroSubmode
-
coachSubmode
protected CoachSubmodesOfTransportEnumeration coachSubmode
-
busSubmode
protected BusSubmodesOfTransportEnumeration busSubmode
-
airSubmode
protected AirSubmodesOfTransportEnumeration airSubmode
-
accessMode
protected AccessModesEnumeration accessMode
-
-
Method Detail
-
getNetworkRef
public OperatorRefStructure getNetworkRef()
Gets the value of the networkRef property.- Returns:
- possible object is
OperatorRefStructure
-
setNetworkRef
public void setNetworkRef(OperatorRefStructure value)
Sets the value of the networkRef property.- Parameters:
value- allowed object isOperatorRefStructure
-
getNetworkName
public NaturalLanguageStringStructure getNetworkName()
Gets the value of the networkName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setNetworkName
public void setNetworkName(NaturalLanguageStringStructure value)
Sets the value of the networkName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getVehicleMode
public VehicleModesOfTransportEnumeration getVehicleMode()
Gets the value of the vehicleMode property.- Returns:
- possible object is
VehicleModesOfTransportEnumeration
-
setVehicleMode
public void setVehicleMode(VehicleModesOfTransportEnumeration value)
Sets the value of the vehicleMode property.- Parameters:
value- allowed object isVehicleModesOfTransportEnumeration
-
getWaterSubmode
public WaterSubmodesOfTransportEnumeration getWaterSubmode()
Gets the value of the waterSubmode property.- Returns:
- possible object is
WaterSubmodesOfTransportEnumeration
-
setWaterSubmode
public void setWaterSubmode(WaterSubmodesOfTransportEnumeration value)
Sets the value of the waterSubmode property.- Parameters:
value- allowed object isWaterSubmodesOfTransportEnumeration
-
getTramSubmode
public TramSubmodesOfTransportEnumeration getTramSubmode()
Gets the value of the tramSubmode property.- Returns:
- possible object is
TramSubmodesOfTransportEnumeration
-
setTramSubmode
public void setTramSubmode(TramSubmodesOfTransportEnumeration value)
Sets the value of the tramSubmode property.- Parameters:
value- allowed object isTramSubmodesOfTransportEnumeration
-
getRailSubmode
public RailSubmodesOfTransportEnumeration getRailSubmode()
Gets the value of the railSubmode property.- Returns:
- possible object is
RailSubmodesOfTransportEnumeration
-
setRailSubmode
public void setRailSubmode(RailSubmodesOfTransportEnumeration value)
Sets the value of the railSubmode property.- Parameters:
value- allowed object isRailSubmodesOfTransportEnumeration
-
getMetroSubmode
public MetroSubmodesOfTransportEnumeration getMetroSubmode()
Gets the value of the metroSubmode property.- Returns:
- possible object is
MetroSubmodesOfTransportEnumeration
-
setMetroSubmode
public void setMetroSubmode(MetroSubmodesOfTransportEnumeration value)
Sets the value of the metroSubmode property.- Parameters:
value- allowed object isMetroSubmodesOfTransportEnumeration
-
getCoachSubmode
public CoachSubmodesOfTransportEnumeration getCoachSubmode()
Gets the value of the coachSubmode property.- Returns:
- possible object is
CoachSubmodesOfTransportEnumeration
-
setCoachSubmode
public void setCoachSubmode(CoachSubmodesOfTransportEnumeration value)
Sets the value of the coachSubmode property.- Parameters:
value- allowed object isCoachSubmodesOfTransportEnumeration
-
getBusSubmode
public BusSubmodesOfTransportEnumeration getBusSubmode()
Gets the value of the busSubmode property.- Returns:
- possible object is
BusSubmodesOfTransportEnumeration
-
setBusSubmode
public void setBusSubmode(BusSubmodesOfTransportEnumeration value)
Sets the value of the busSubmode property.- Parameters:
value- allowed object isBusSubmodesOfTransportEnumeration
-
getAirSubmode
public AirSubmodesOfTransportEnumeration getAirSubmode()
Gets the value of the airSubmode property.- Returns:
- possible object is
AirSubmodesOfTransportEnumeration
-
setAirSubmode
public void setAirSubmode(AirSubmodesOfTransportEnumeration value)
Sets the value of the airSubmode property.- Parameters:
value- allowed object isAirSubmodesOfTransportEnumeration
-
getAccessMode
public AccessModesEnumeration getAccessMode()
Gets the value of the accessMode property.- Returns:
- possible object is
AccessModesEnumeration
-
setAccessMode
public void setAccessMode(AccessModesEnumeration value)
Sets the value of the accessMode property.- Parameters:
value- allowed object isAccessModesEnumeration
-
-