Package uk.org.siri.siri20
Class RoadFilterStructure
- java.lang.Object
-
- uk.org.siri.siri20.RoadFilterStructure
-
- All Implemented Interfaces:
Serializable
public class RoadFilterStructure extends Object implements Serializable
Type for Parameters to filter Situation Exchange Service requests, based on the SITUATION Road, Logically ANDed with other values.Java class for RoadFilterStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoadFilterStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="roadNumber" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/> <element name="directionBound" type="{http://datex2.eu/schema/2_0RC1/2_0}DirectionEnum" minOccurs="0"/> <element name="referencePointIdentifier" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DirectionEnumdirectionBoundprotected StringreferencePointIdentifierprotected StringroadNumber
-
Constructor Summary
Constructors Constructor Description RoadFilterStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectionEnumgetDirectionBound()Gets the value of the directionBound property.StringgetReferencePointIdentifier()Gets the value of the referencePointIdentifier property.StringgetRoadNumber()Gets the value of the roadNumber property.voidsetDirectionBound(DirectionEnum value)Sets the value of the directionBound property.voidsetReferencePointIdentifier(String value)Sets the value of the referencePointIdentifier property.voidsetRoadNumber(String value)Sets the value of the roadNumber property.
-
-
-
Field Detail
-
roadNumber
protected String roadNumber
-
directionBound
protected DirectionEnum directionBound
-
referencePointIdentifier
protected String referencePointIdentifier
-
-
Method Detail
-
getRoadNumber
public String getRoadNumber()
Gets the value of the roadNumber property.- Returns:
- possible object is
String
-
setRoadNumber
public void setRoadNumber(String value)
Sets the value of the roadNumber property.- Parameters:
value- allowed object isString
-
getDirectionBound
public DirectionEnum getDirectionBound()
Gets the value of the directionBound property.- Returns:
- possible object is
DirectionEnum
-
setDirectionBound
public void setDirectionBound(DirectionEnum value)
Sets the value of the directionBound property.- Parameters:
value- allowed object isDirectionEnum
-
getReferencePointIdentifier
public String getReferencePointIdentifier()
Gets the value of the referencePointIdentifier property.- Returns:
- possible object is
String
-
-