@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public class TIME extends Object implements Serializable
Java class for TIME complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="TIME">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="VALUE" use="required" type="{http://www.opentrafficsim.org/ots}TIMETYPE" />
       <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
base  | 
protected Time | 
value  | 
| Constructor and Description | 
|---|
TIME()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBase()
Gets the value of the base property. 
 | 
Time | 
getVALUE()
Gets the value of the value property. 
 | 
void | 
setBase(String value)
Sets the value of the base property. 
 | 
void | 
setVALUE(Time value)
Sets the value of the value property. 
 | 
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Time value
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String base
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public Time getVALUE()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setVALUE(Time value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getBase()
StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.