Package uk.org.siri.siri21
Class VehicleMonitoringServiceCapabilities.RequestPolicy
- java.lang.Object
-
- uk.org.siri.siri21.CapabilityRequestPolicyStructure
-
- uk.org.siri.siri21.VehicleMonitoringServiceCapabilities.RequestPolicy
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VehicleMonitoringServiceCapabilities
public static class VehicleMonitoringServiceCapabilities.RequestPolicy extends CapabilityRequestPolicyStructure implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.siri.org.uk/siri}CapabilityRequestPolicyStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}VehicleMonitoringVolumeGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected VehicleMonitoringDetailEnumerationdefaultDetailLevelprotected BooleanhasDetailLevelprotected BooleanhasMaximumNumberOfCallsprotected BooleanhasMaximumVehiclesprotected BooleanhasNumberOfOnwardsCallsprotected BooleanhasNumberOfPreviousCalls-
Fields inherited from class uk.org.siri.siri21.CapabilityRequestPolicyStructure
gmlCoordinateFormat, nationalLanguages, translations, wgsDecimalDegrees
-
-
Constructor Summary
Constructors Constructor Description RequestPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VehicleMonitoringDetailEnumerationgetDefaultDetailLevel()Gets the value of the defaultDetailLevel property.BooleanisHasDetailLevel()Gets the value of the hasDetailLevel property.BooleanisHasMaximumNumberOfCalls()Gets the value of the hasMaximumNumberOfCalls property.BooleanisHasMaximumVehicles()Gets the value of the hasMaximumVehicles property.BooleanisHasNumberOfOnwardsCalls()Gets the value of the hasNumberOfOnwardsCalls property.BooleanisHasNumberOfPreviousCalls()Gets the value of the hasNumberOfPreviousCalls property.voidsetDefaultDetailLevel(VehicleMonitoringDetailEnumeration value)Sets the value of the defaultDetailLevel property.voidsetHasDetailLevel(Boolean value)Sets the value of the hasDetailLevel property.voidsetHasMaximumNumberOfCalls(Boolean value)Sets the value of the hasMaximumNumberOfCalls property.voidsetHasMaximumVehicles(Boolean value)Sets the value of the hasMaximumVehicles property.voidsetHasNumberOfOnwardsCalls(Boolean value)Sets the value of the hasNumberOfOnwardsCalls property.voidsetHasNumberOfPreviousCalls(Boolean value)Sets the value of the hasNumberOfPreviousCalls property.-
Methods inherited from class uk.org.siri.siri21.CapabilityRequestPolicyStructure
getGmlCoordinateFormat, getNationalLanguages, getWgsDecimalDegrees, isTranslations, setGmlCoordinateFormat, setTranslations, setWgsDecimalDegrees
-
-
-
-
Field Detail
-
hasDetailLevel
protected Boolean hasDetailLevel
-
defaultDetailLevel
protected VehicleMonitoringDetailEnumeration defaultDetailLevel
-
hasMaximumVehicles
protected Boolean hasMaximumVehicles
-
hasMaximumNumberOfCalls
protected Boolean hasMaximumNumberOfCalls
-
hasNumberOfOnwardsCalls
protected Boolean hasNumberOfOnwardsCalls
-
hasNumberOfPreviousCalls
protected Boolean hasNumberOfPreviousCalls
-
-
Method Detail
-
isHasDetailLevel
public Boolean isHasDetailLevel()
Gets the value of the hasDetailLevel property.- Returns:
- possible object is
Boolean
-
setHasDetailLevel
public void setHasDetailLevel(Boolean value)
Sets the value of the hasDetailLevel property.- Parameters:
value- allowed object isBoolean
-
getDefaultDetailLevel
public VehicleMonitoringDetailEnumeration getDefaultDetailLevel()
Gets the value of the defaultDetailLevel property.- Returns:
- possible object is
VehicleMonitoringDetailEnumeration
-
setDefaultDetailLevel
public void setDefaultDetailLevel(VehicleMonitoringDetailEnumeration value)
Sets the value of the defaultDetailLevel property.- Parameters:
value- allowed object isVehicleMonitoringDetailEnumeration
-
isHasMaximumVehicles
public Boolean isHasMaximumVehicles()
Gets the value of the hasMaximumVehicles property.- Returns:
- possible object is
Boolean
-
setHasMaximumVehicles
public void setHasMaximumVehicles(Boolean value)
Sets the value of the hasMaximumVehicles property.- Parameters:
value- allowed object isBoolean
-
isHasMaximumNumberOfCalls
public Boolean isHasMaximumNumberOfCalls()
Gets the value of the hasMaximumNumberOfCalls property.- Returns:
- possible object is
Boolean
-
setHasMaximumNumberOfCalls
public void setHasMaximumNumberOfCalls(Boolean value)
Sets the value of the hasMaximumNumberOfCalls property.- Parameters:
value- allowed object isBoolean
-
isHasNumberOfOnwardsCalls
public Boolean isHasNumberOfOnwardsCalls()
Gets the value of the hasNumberOfOnwardsCalls property.- Returns:
- possible object is
Boolean
-
setHasNumberOfOnwardsCalls
public void setHasNumberOfOnwardsCalls(Boolean value)
Sets the value of the hasNumberOfOnwardsCalls property.- Parameters:
value- allowed object isBoolean
-
isHasNumberOfPreviousCalls
public Boolean isHasNumberOfPreviousCalls()
Gets the value of the hasNumberOfPreviousCalls property.- Returns:
- possible object is
Boolean
-
-