Class RoadFilterStructure

  • All Implemented Interfaces:
    Serializable

    public class RoadFilterStructure
    extends Object
    implements Serializable
    Type for Parameters to filter Situation Exchange requests, based on the situation RoadLogically 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/1_0/1_0}String" minOccurs="0"/>
             <element name="directionBound" type="{http://datex2.eu/schema/1_0/1_0}DirectionEnum" minOccurs="0"/>
             <element name="referencePointIdentifier" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • roadNumber

        protected String roadNumber
      • referencePointIdentifier

        protected String referencePointIdentifier
    • Constructor Detail

      • RoadFilterStructure

        public RoadFilterStructure()
    • 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 is String
      • 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 is DirectionEnum
      • getReferencePointIdentifier

        public String getReferencePointIdentifier()
        Gets the value of the referencePointIdentifier property.
        Returns:
        possible object is String
      • setReferencePointIdentifier

        public void setReferencePointIdentifier​(String value)
        Sets the value of the referencePointIdentifier property.
        Parameters:
        value - allowed object is String