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