Package uk.org.siri.siri14
Class StopMonitoringServiceCapabilities.RequestPolicy
- java.lang.Object
-
- uk.org.siri.siri14.CapabilityRequestPolicyStructure
-
- uk.org.siri.siri14.StopMonitoringCapabilityRequestPolicyStructure
-
- uk.org.siri.siri14.StopMonitoringServiceCapabilities.RequestPolicy
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StopMonitoringServiceCapabilities
public static class StopMonitoringServiceCapabilities.RequestPolicy extends StopMonitoringCapabilityRequestPolicyStructure 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}StopMonitoringCapabilityRequestPolicyStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}StopMonitoringVolumeGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StopMonitoringDetailEnumerationdefaultDetailLevelprotected BooleanhasDetailLevelprotected BooleanhasMaximumVisitsprotected BooleanhasMinimumVisitsPerLineprotected BooleanhasNumberOfOnwardsCallsprotected BooleanhasNumberOfPreviousCalls-
Fields inherited from class uk.org.siri.siri14.StopMonitoringCapabilityRequestPolicyStructure
useNames, useReferences
-
Fields inherited from class uk.org.siri.siri14.CapabilityRequestPolicyStructure
gmlCoordinateFormat, nationalLanguages, wgsDecimalDegrees
-
-
Constructor Summary
Constructors Constructor Description RequestPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StopMonitoringDetailEnumerationgetDefaultDetailLevel()Gets the value of the defaultDetailLevel property.BooleanisHasDetailLevel()Gets the value of the hasDetailLevel property.BooleanisHasMaximumVisits()Gets the value of the hasMaximumVisits property.BooleanisHasMinimumVisitsPerLine()Gets the value of the hasMinimumVisitsPerLine property.BooleanisHasNumberOfOnwardsCalls()Gets the value of the hasNumberOfOnwardsCalls property.BooleanisHasNumberOfPreviousCalls()Gets the value of the hasNumberOfPreviousCalls property.voidsetDefaultDetailLevel(StopMonitoringDetailEnumeration value)Sets the value of the defaultDetailLevel property.voidsetHasDetailLevel(Boolean value)Sets the value of the hasDetailLevel property.voidsetHasMaximumVisits(Boolean value)Sets the value of the hasMaximumVisits property.voidsetHasMinimumVisitsPerLine(Boolean value)Sets the value of the hasMinimumVisitsPerLine 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.siri14.StopMonitoringCapabilityRequestPolicyStructure
isUseNames, isUseReferences, setUseNames, setUseReferences
-
Methods inherited from class uk.org.siri.siri14.CapabilityRequestPolicyStructure
getGmlCoordinateFormat, getNationalLanguages, getWgsDecimalDegrees, setGmlCoordinateFormat, setWgsDecimalDegrees
-
-
-
-
Field Detail
-
hasDetailLevel
protected Boolean hasDetailLevel
-
defaultDetailLevel
protected StopMonitoringDetailEnumeration defaultDetailLevel
-
hasMaximumVisits
protected Boolean hasMaximumVisits
-
hasMinimumVisitsPerLine
protected Boolean hasMinimumVisitsPerLine
-
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 StopMonitoringDetailEnumeration getDefaultDetailLevel()
Gets the value of the defaultDetailLevel property.- Returns:
- possible object is
StopMonitoringDetailEnumeration
-
setDefaultDetailLevel
public void setDefaultDetailLevel(StopMonitoringDetailEnumeration value)
Sets the value of the defaultDetailLevel property.- Parameters:
value- allowed object isStopMonitoringDetailEnumeration
-
isHasMaximumVisits
public Boolean isHasMaximumVisits()
Gets the value of the hasMaximumVisits property.- Returns:
- possible object is
Boolean
-
setHasMaximumVisits
public void setHasMaximumVisits(Boolean value)
Sets the value of the hasMaximumVisits property.- Parameters:
value- allowed object isBoolean
-
isHasMinimumVisitsPerLine
public Boolean isHasMinimumVisitsPerLine()
Gets the value of the hasMinimumVisitsPerLine property.- Returns:
- possible object is
Boolean
-
setHasMinimumVisitsPerLine
public void setHasMinimumVisitsPerLine(Boolean value)
Sets the value of the hasMinimumVisitsPerLine 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
-
-