Package jaxb
Class Phase
- java.lang.Object
-
- jaxb.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 Summary
Constructors Constructor Description Phase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
Gets the value of the id property.float
getMinGreenTime()
Gets the value of the minGreenTime property.float
getRedClearTime()
Gets the value of the redClearTime property.String
getRoadconnectionIds()
Gets the value of the roadconnectionIds property.float
getYellowTime()
Gets the value of the yellowTime property.void
setId(long value)
Sets the value of the id property.void
setMinGreenTime(Float value)
Sets the value of the minGreenTime property.void
setRedClearTime(Float value)
Sets the value of the redClearTime property.void
setRoadconnectionIds(String value)
Sets the value of the roadconnectionIds property.void
setYellowTime(Float value)
Sets the value of the yellowTime property.
-
-
-
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 isString
-
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 isFloat
-
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 isFloat
-
getMinGreenTime
public float getMinGreenTime()
Gets the value of the minGreenTime property.- Returns:
- possible object is
Float
-
-