Class DateTime
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.DateTime
-
- All Implemented Interfaces:
Serializable
public class DateTime extends Object implements Serializable
Java class for DateTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateTime"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>dateTime"> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ZonedDateTimevalue
-
Constructor Summary
Constructors Constructor Description DateTime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetValue()Gets the value of the value property.voidsetValue(ZonedDateTime value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected ZonedDateTime value
-
-
Method Detail
-
getValue
public ZonedDateTime getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(ZonedDateTime value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-