Package iofXml.v2
Class RaceDate
java.lang.Object
iofXml.v2.RaceDate
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">
<sequence>
<element ref="{}Date"/>
<element ref="{}Clock" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
date
-
clock
-
-
Constructor Details
-
RaceDate
public RaceDate()
-
-
Method Details
-
getDate
Gets the value of the date property.- Returns:
- possible object is
Date
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isDate
-
getClock
Gets the value of the clock property.- Returns:
- possible object is
Clock
-
setClock
Sets the value of the clock property.- Parameters:
value- allowed object isClock
-