Package jaxb

Class Phase


  • public class Phase
    extends Object

    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">
           <attribute name="roadconnection_ids" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="yellow_time" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
           <attribute name="red_clear_time" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
           <attribute name="min_green_time" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Phase

        public Phase()
    • Method Detail

      • getRoadconnectionIds

        public String getRoadconnectionIds()
        Gets the value of the roadconnectionIds property.
        Returns:
        possible object is String
      • setRoadconnectionIds

        public void setRoadconnectionIds​(String value)
        Sets the value of the roadconnectionIds property.
        Parameters:
        value - allowed object is String
      • getId

        public long getId()
        Gets the value of the id property.
      • setId

        public void setId​(long value)
        Sets the value of the id property.
      • getYellowTime

        public float getYellowTime()
        Gets the value of the yellowTime property.
        Returns:
        possible object is Float
      • setYellowTime

        public void setYellowTime​(Float value)
        Sets the value of the yellowTime property.
        Parameters:
        value - allowed object is Float
      • getRedClearTime

        public float getRedClearTime()
        Gets the value of the redClearTime property.
        Returns:
        possible object is Float
      • setRedClearTime

        public void setRedClearTime​(Float value)
        Sets the value of the redClearTime property.
        Parameters:
        value - allowed object is Float
      • getMinGreenTime

        public float getMinGreenTime()
        Gets the value of the minGreenTime property.
        Returns:
        possible object is Float
      • setMinGreenTime

        public void setMinGreenTime​(Float value)
        Sets the value of the minGreenTime property.
        Parameters:
        value - allowed object is Float