Package uk.org.siri.siri10
Class StopMonitoringRequestStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractServiceRequestStructure
-
- uk.org.siri.siri10.StopMonitoringRequestStructure
-
- All Implemented Interfaces:
Serializable
public class StopMonitoringRequestStructure extends AbstractServiceRequestStructure implements Serializable
Service Request Type for Stop Monitoring Service.Java class for StopMonitoringRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopMonitoringRequestStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractServiceRequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/}StopMonitoringTopicGroup"/> <group ref="{http://www.siri.org.uk/}StopMonitoringRequestPolicyGroup"/> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </sequence> <attribute name="version" use="required" type="{http://www.siri.org.uk/}VersionString" fixed="1.0" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStopMonitoringRequestStructure.MaximumNumberOfCallsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected DestinationRefStructuredestinationRefprotected DirectionRefStructuredirectionRefprotected ExtensionsStructureextensionsprotected Stringlanguageprotected LineRefStructurelineRefprotected StopMonitoringRequestStructure.MaximumNumberOfCallsmaximumNumberOfCallsprotected BigIntegermaximumStopVisitsprotected BigIntegermaximumTextLengthprotected BigIntegerminimumStopVisitsPerLineprotected MonitoringRefStructuremonitoringRefprotected OperatorRefStructureoperatorRefprotected DurationpreviewIntervalprotected ZonedDateTimestartTimeprotected StopMonitoringDetailEnumerationstopMonitoringDetailLevelprotected StopVisitTypeEnumerationstopVisitTypesprotected Stringversion-
Fields inherited from class uk.org.siri.siri10.AbstractServiceRequestStructure
messageIdentifier, requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description StopMonitoringRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DestinationRefStructuregetDestinationRef()Gets the value of the destinationRef property.DirectionRefStructuregetDirectionRef()Gets the value of the directionRef property.ExtensionsStructuregetExtensions()Gets the value of the extensions property.StringgetLanguage()Gets the value of the language property.LineRefStructuregetLineRef()Gets the value of the lineRef property.StopMonitoringRequestStructure.MaximumNumberOfCallsgetMaximumNumberOfCalls()Gets the value of the maximumNumberOfCalls property.BigIntegergetMaximumStopVisits()Gets the value of the maximumStopVisits property.BigIntegergetMaximumTextLength()Gets the value of the maximumTextLength property.BigIntegergetMinimumStopVisitsPerLine()Gets the value of the minimumStopVisitsPerLine property.MonitoringRefStructuregetMonitoringRef()Gets the value of the monitoringRef property.OperatorRefStructuregetOperatorRef()Gets the value of the operatorRef property.DurationgetPreviewInterval()Gets the value of the previewInterval property.ZonedDateTimegetStartTime()Gets the value of the startTime property.StopMonitoringDetailEnumerationgetStopMonitoringDetailLevel()Gets the value of the stopMonitoringDetailLevel property.StopVisitTypeEnumerationgetStopVisitTypes()Gets the value of the stopVisitTypes property.StringgetVersion()Gets the value of the version property.voidsetDestinationRef(DestinationRefStructure value)Sets the value of the destinationRef property.voidsetDirectionRef(DirectionRefStructure value)Sets the value of the directionRef property.voidsetExtensions(ExtensionsStructure value)Sets the value of the extensions property.voidsetLanguage(String value)Sets the value of the language property.voidsetLineRef(LineRefStructure value)Sets the value of the lineRef property.voidsetMaximumNumberOfCalls(StopMonitoringRequestStructure.MaximumNumberOfCalls value)Sets the value of the maximumNumberOfCalls property.voidsetMaximumStopVisits(BigInteger value)Sets the value of the maximumStopVisits property.voidsetMaximumTextLength(BigInteger value)Sets the value of the maximumTextLength property.voidsetMinimumStopVisitsPerLine(BigInteger value)Sets the value of the minimumStopVisitsPerLine property.voidsetMonitoringRef(MonitoringRefStructure value)Sets the value of the monitoringRef property.voidsetOperatorRef(OperatorRefStructure value)Sets the value of the operatorRef property.voidsetPreviewInterval(Duration value)Sets the value of the previewInterval property.voidsetStartTime(ZonedDateTime value)Sets the value of the startTime property.voidsetStopMonitoringDetailLevel(StopMonitoringDetailEnumeration value)Sets the value of the stopMonitoringDetailLevel property.voidsetStopVisitTypes(StopVisitTypeEnumeration value)Sets the value of the stopVisitTypes property.voidsetVersion(String value)Sets the value of the version property.-
Methods inherited from class uk.org.siri.siri10.AbstractServiceRequestStructure
getMessageIdentifier, getRequestTimestamp, setMessageIdentifier, setRequestTimestamp
-
-
-
-
Field Detail
-
previewInterval
protected Duration previewInterval
-
startTime
protected ZonedDateTime startTime
-
monitoringRef
protected MonitoringRefStructure monitoringRef
-
operatorRef
protected OperatorRefStructure operatorRef
-
lineRef
protected LineRefStructure lineRef
-
directionRef
protected DirectionRefStructure directionRef
-
destinationRef
protected DestinationRefStructure destinationRef
-
stopVisitTypes
protected StopVisitTypeEnumeration stopVisitTypes
-
language
protected String language
-
maximumStopVisits
protected BigInteger maximumStopVisits
-
minimumStopVisitsPerLine
protected BigInteger minimumStopVisitsPerLine
-
maximumTextLength
protected BigInteger maximumTextLength
-
stopMonitoringDetailLevel
protected StopMonitoringDetailEnumeration stopMonitoringDetailLevel
-
maximumNumberOfCalls
protected StopMonitoringRequestStructure.MaximumNumberOfCalls maximumNumberOfCalls
-
extensions
protected ExtensionsStructure extensions
-
version
protected String version
-
-
Method Detail
-
getPreviewInterval
public Duration getPreviewInterval()
Gets the value of the previewInterval property.- Returns:
- possible object is
Duration
-
setPreviewInterval
public void setPreviewInterval(Duration value)
Sets the value of the previewInterval property.- Parameters:
value- allowed object isDuration
-
getStartTime
public ZonedDateTime getStartTime()
Gets the value of the startTime property.- Returns:
- possible object is
String
-
setStartTime
public void setStartTime(ZonedDateTime value)
Sets the value of the startTime property.- Parameters:
value- allowed object isString
-
getMonitoringRef
public MonitoringRefStructure getMonitoringRef()
Gets the value of the monitoringRef property.- Returns:
- possible object is
MonitoringRefStructure
-
setMonitoringRef
public void setMonitoringRef(MonitoringRefStructure value)
Sets the value of the monitoringRef property.- Parameters:
value- allowed object isMonitoringRefStructure
-
getOperatorRef
public OperatorRefStructure getOperatorRef()
Gets the value of the operatorRef property.- Returns:
- possible object is
OperatorRefStructure
-
setOperatorRef
public void setOperatorRef(OperatorRefStructure value)
Sets the value of the operatorRef property.- Parameters:
value- allowed object isOperatorRefStructure
-
getLineRef
public LineRefStructure getLineRef()
Gets the value of the lineRef property.- Returns:
- possible object is
LineRefStructure
-
setLineRef
public void setLineRef(LineRefStructure value)
Sets the value of the lineRef property.- Parameters:
value- allowed object isLineRefStructure
-
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
-
getDestinationRef
public DestinationRefStructure getDestinationRef()
Gets the value of the destinationRef property.- Returns:
- possible object is
DestinationRefStructure
-
setDestinationRef
public void setDestinationRef(DestinationRefStructure value)
Sets the value of the destinationRef property.- Parameters:
value- allowed object isDestinationRefStructure
-
getStopVisitTypes
public StopVisitTypeEnumeration getStopVisitTypes()
Gets the value of the stopVisitTypes property.- Returns:
- possible object is
StopVisitTypeEnumeration
-
setStopVisitTypes
public void setStopVisitTypes(StopVisitTypeEnumeration value)
Sets the value of the stopVisitTypes property.- Parameters:
value- allowed object isStopVisitTypeEnumeration
-
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
-
getMaximumStopVisits
public BigInteger getMaximumStopVisits()
Gets the value of the maximumStopVisits property.- Returns:
- possible object is
BigInteger
-
setMaximumStopVisits
public void setMaximumStopVisits(BigInteger value)
Sets the value of the maximumStopVisits property.- Parameters:
value- allowed object isBigInteger
-
getMinimumStopVisitsPerLine
public BigInteger getMinimumStopVisitsPerLine()
Gets the value of the minimumStopVisitsPerLine property.- Returns:
- possible object is
BigInteger
-
setMinimumStopVisitsPerLine
public void setMinimumStopVisitsPerLine(BigInteger value)
Sets the value of the minimumStopVisitsPerLine property.- Parameters:
value- allowed object isBigInteger
-
getMaximumTextLength
public BigInteger getMaximumTextLength()
Gets the value of the maximumTextLength property.- Returns:
- possible object is
BigInteger
-
setMaximumTextLength
public void setMaximumTextLength(BigInteger value)
Sets the value of the maximumTextLength property.- Parameters:
value- allowed object isBigInteger
-
getStopMonitoringDetailLevel
public StopMonitoringDetailEnumeration getStopMonitoringDetailLevel()
Gets the value of the stopMonitoringDetailLevel property.- Returns:
- possible object is
StopMonitoringDetailEnumeration
-
setStopMonitoringDetailLevel
public void setStopMonitoringDetailLevel(StopMonitoringDetailEnumeration value)
Sets the value of the stopMonitoringDetailLevel property.- Parameters:
value- allowed object isStopMonitoringDetailEnumeration
-
getMaximumNumberOfCalls
public StopMonitoringRequestStructure.MaximumNumberOfCalls getMaximumNumberOfCalls()
Gets the value of the maximumNumberOfCalls property.- Returns:
- possible object is
StopMonitoringRequestStructure.MaximumNumberOfCalls
-
setMaximumNumberOfCalls
public void setMaximumNumberOfCalls(StopMonitoringRequestStructure.MaximumNumberOfCalls value)
Sets the value of the maximumNumberOfCalls property.- Parameters:
value- allowed object isStopMonitoringRequestStructure.MaximumNumberOfCalls
-
getExtensions
public ExtensionsStructure getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsStructure
-
setExtensions
public void setExtensions(ExtensionsStructure value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsStructure
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-