Package uk.org.siri.siri20
Class NetworkStructure
- java.lang.Object
-
- uk.org.siri.siri20.NetworkStructure
-
- All Implemented Interfaces:
Serializable
public class NetworkStructure extends Object implements Serializable
Type for Annotated reference to a NETWORK affected by a SITUATION.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" maxOccurs="unbounded" 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 List<NaturalLanguageStringStructure>networkNamesprotected 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.List<NaturalLanguageStringStructure>getNetworkNames()Gets the value of the networkNames 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.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
-
networkNames
protected List<NaturalLanguageStringStructure> networkNames
-
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
-
getNetworkNames
public List<NaturalLanguageStringStructure> getNetworkNames()
Gets the value of the networkNames property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the networkNames property.For example, to add a new item, do as follows:
getNetworkNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
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
-
-