Package uk.org.siri.siri20
Class VehicleMonitoringRequestStructure
- java.lang.Object
-
- uk.org.siri.siri20.AbstractRequestStructure
-
- uk.org.siri.siri20.AbstractServiceRequestStructure
-
- uk.org.siri.siri20.AbstractFunctionalServiceRequestStructure
-
- uk.org.siri.siri20.VehicleMonitoringRequestStructure
-
- All Implemented Interfaces:
Serializable
public class VehicleMonitoringRequestStructure extends AbstractFunctionalServiceRequestStructure implements Serializable
Type for Functional Service Request for Vehicle Monitoring Service.Java class for VehicleMonitoringRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleMonitoringRequestStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractFunctionalServiceRequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}VehicleMonitoringTopicGroup"/> <group ref="{http://www.siri.org.uk/siri}VehicleMonitoringRequestPolicyGroup"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> <attribute name="version" type="{http://www.siri.org.uk/siri}VersionString" default="2.0" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVehicleMonitoringRequestStructure.MaximumNumberOfCallsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected DirectionRefStructuredirectionRefprotected Extensionsextensionsprotected BooleanincludeSituationsprotected BooleanincludeTranslationsprotected Stringlanguageprotected LineReflineRefprotected VehicleMonitoringRequestStructure.MaximumNumberOfCallsmaximumNumberOfCallsprotected BigIntegermaximumVehiclesprotected VehicleMonitoringDetailEnumerationvehicleMonitoringDetailLevelprotected VehicleMonitoringRefStructurevehicleMonitoringRefprotected VehicleRefvehicleRefprotected Stringversion-
Fields inherited from class uk.org.siri.siri20.AbstractServiceRequestStructure
messageIdentifier
-
Fields inherited from class uk.org.siri.siri20.AbstractRequestStructure
requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description VehicleMonitoringRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectionRefStructuregetDirectionRef()Gets the value of the directionRef property.ExtensionsgetExtensions()Gets the value of the extensions property.StringgetLanguage()Gets the value of the language property.LineRefgetLineRef()Gets the value of the lineRef property.VehicleMonitoringRequestStructure.MaximumNumberOfCallsgetMaximumNumberOfCalls()Gets the value of the maximumNumberOfCalls property.BigIntegergetMaximumVehicles()Gets the value of the maximumVehicles property.VehicleMonitoringDetailEnumerationgetVehicleMonitoringDetailLevel()Gets the value of the vehicleMonitoringDetailLevel property.VehicleMonitoringRefStructuregetVehicleMonitoringRef()Gets the value of the vehicleMonitoringRef property.VehicleRefgetVehicleRef()Gets the value of the vehicleRef property.StringgetVersion()Gets the value of the version property.BooleanisIncludeSituations()Gets the value of the includeSituations property.BooleanisIncludeTranslations()Gets the value of the includeTranslations property.voidsetDirectionRef(DirectionRefStructure value)Sets the value of the directionRef property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetIncludeSituations(Boolean value)Sets the value of the includeSituations property.voidsetIncludeTranslations(Boolean value)Sets the value of the includeTranslations property.voidsetLanguage(String value)Sets the value of the language property.voidsetLineRef(LineRef value)Sets the value of the lineRef property.voidsetMaximumNumberOfCalls(VehicleMonitoringRequestStructure.MaximumNumberOfCalls value)Sets the value of the maximumNumberOfCalls property.voidsetMaximumVehicles(BigInteger value)Sets the value of the maximumVehicles property.voidsetVehicleMonitoringDetailLevel(VehicleMonitoringDetailEnumeration value)Sets the value of the vehicleMonitoringDetailLevel property.voidsetVehicleMonitoringRef(VehicleMonitoringRefStructure value)Sets the value of the vehicleMonitoringRef property.voidsetVehicleRef(VehicleRef value)Sets the value of the vehicleRef property.voidsetVersion(String value)Sets the value of the version property.-
Methods inherited from class uk.org.siri.siri20.AbstractServiceRequestStructure
getMessageIdentifier, setMessageIdentifier
-
Methods inherited from class uk.org.siri.siri20.AbstractRequestStructure
getRequestTimestamp, setRequestTimestamp
-
-
-
-
Field Detail
-
vehicleMonitoringRef
protected VehicleMonitoringRefStructure vehicleMonitoringRef
-
lineRef
protected LineRef lineRef
-
vehicleRef
protected VehicleRef vehicleRef
-
directionRef
protected DirectionRefStructure directionRef
-
language
protected String language
-
includeTranslations
protected Boolean includeTranslations
-
maximumVehicles
protected BigInteger maximumVehicles
-
vehicleMonitoringDetailLevel
protected VehicleMonitoringDetailEnumeration vehicleMonitoringDetailLevel
-
maximumNumberOfCalls
protected VehicleMonitoringRequestStructure.MaximumNumberOfCalls maximumNumberOfCalls
-
includeSituations
protected Boolean includeSituations
-
extensions
protected Extensions extensions
-
version
protected String version
-
-
Method Detail
-
getVehicleMonitoringRef
public VehicleMonitoringRefStructure getVehicleMonitoringRef()
Gets the value of the vehicleMonitoringRef property.- Returns:
- possible object is
VehicleMonitoringRefStructure
-
setVehicleMonitoringRef
public void setVehicleMonitoringRef(VehicleMonitoringRefStructure value)
Sets the value of the vehicleMonitoringRef property.- Parameters:
value- allowed object isVehicleMonitoringRefStructure
-
getLineRef
public LineRef getLineRef()
Gets the value of the lineRef property.- Returns:
- possible object is
LineRef
-
setLineRef
public void setLineRef(LineRef value)
Sets the value of the lineRef property.- Parameters:
value- allowed object isLineRef
-
getVehicleRef
public VehicleRef getVehicleRef()
Gets the value of the vehicleRef property.- Returns:
- possible object is
VehicleRef
-
setVehicleRef
public void setVehicleRef(VehicleRef value)
Sets the value of the vehicleRef property.- Parameters:
value- allowed object isVehicleRef
-
getDirectionRef
public DirectionRefStructure getDirectionRef()
Gets the value of the directionRef property.- Returns:
- possible object is
DirectionRefStructure
-
setDirectionRef
public void setDirectionRef(DirectionRefStructure value)
Sets the value of the directionRef property.- Parameters:
value- allowed object isDirectionRefStructure
-
getLanguage
public String getLanguage()
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
public void setLanguage(String value)
Sets the value of the language property.- Parameters:
value- allowed object isString
-
isIncludeTranslations
public Boolean isIncludeTranslations()
Gets the value of the includeTranslations property.- Returns:
- possible object is
Boolean
-
setIncludeTranslations
public void setIncludeTranslations(Boolean value)
Sets the value of the includeTranslations property.- Parameters:
value- allowed object isBoolean
-
getMaximumVehicles
public BigInteger getMaximumVehicles()
Gets the value of the maximumVehicles property.- Returns:
- possible object is
BigInteger
-
setMaximumVehicles
public void setMaximumVehicles(BigInteger value)
Sets the value of the maximumVehicles property.- Parameters:
value- allowed object isBigInteger
-
getVehicleMonitoringDetailLevel
public VehicleMonitoringDetailEnumeration getVehicleMonitoringDetailLevel()
Gets the value of the vehicleMonitoringDetailLevel property.- Returns:
- possible object is
VehicleMonitoringDetailEnumeration
-
setVehicleMonitoringDetailLevel
public void setVehicleMonitoringDetailLevel(VehicleMonitoringDetailEnumeration value)
Sets the value of the vehicleMonitoringDetailLevel property.- Parameters:
value- allowed object isVehicleMonitoringDetailEnumeration
-
getMaximumNumberOfCalls
public VehicleMonitoringRequestStructure.MaximumNumberOfCalls getMaximumNumberOfCalls()
Gets the value of the maximumNumberOfCalls property.- Returns:
- possible object is
VehicleMonitoringRequestStructure.MaximumNumberOfCalls
-
setMaximumNumberOfCalls
public void setMaximumNumberOfCalls(VehicleMonitoringRequestStructure.MaximumNumberOfCalls value)
Sets the value of the maximumNumberOfCalls property.- Parameters:
value- allowed object isVehicleMonitoringRequestStructure.MaximumNumberOfCalls
-
isIncludeSituations
public Boolean isIncludeSituations()
Gets the value of the includeSituations property.- Returns:
- possible object is
Boolean
-
setIncludeSituations
public void setIncludeSituations(Boolean value)
Sets the value of the includeSituations property.- Parameters:
value- allowed object isBoolean
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-