Package uk.org.siri.siri14
Class StopMonitoringFilterStructure.MaximumNumberOfCalls
- java.lang.Object
-
- uk.org.siri.siri14.StopMonitoringFilterStructure.MaximumNumberOfCalls
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StopMonitoringFilterStructure
public static class StopMonitoringFilterStructure.MaximumNumberOfCalls extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Previous" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/> <element name="Onwards" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegeronwardsprotected BigIntegerprevious
-
Constructor Summary
Constructors Constructor Description MaximumNumberOfCalls()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetOnwards()Gets the value of the onwards property.BigIntegergetPrevious()Gets the value of the previous property.voidsetOnwards(BigInteger value)Sets the value of the onwards property.voidsetPrevious(BigInteger value)Sets the value of the previous property.
-
-
-
Field Detail
-
previous
protected BigInteger previous
-
onwards
protected BigInteger onwards
-
-
Method Detail
-
getPrevious
public BigInteger getPrevious()
Gets the value of the previous property.- Returns:
- possible object is
BigInteger
-
setPrevious
public void setPrevious(BigInteger value)
Sets the value of the previous property.- Parameters:
value- allowed object isBigInteger
-
getOnwards
public BigInteger getOnwards()
Gets the value of the onwards property.- Returns:
- possible object is
BigInteger
-
setOnwards
public void setOnwards(BigInteger value)
Sets the value of the onwards property.- Parameters:
value- allowed object isBigInteger
-
-