Package iofXml.v2
Class EventRace
java.lang.Object
iofXml.v2.EventRace
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="{}EventRaceId"/>
<element ref="{}Name"/>
<element ref="{}RaceDate"/>
<element ref="{}ModifyDate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ModifyDateprotected Nameprotected RaceDate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the eventRaceId property.Gets the value of the modifyDate property.getName()Gets the value of the name property.Gets the value of the raceDate property.voidsetEventRaceId(String value) Sets the value of the eventRaceId property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the name property.voidsetRaceDate(RaceDate value) Sets the value of the raceDate property.
-
Field Details
-
eventRaceId
-
name
-
raceDate
-
modifyDate
-
-
Constructor Details
-
EventRace
public EventRace()
-
-
Method Details
-
getEventRaceId
Gets the value of the eventRaceId property.- Returns:
- possible object is
String
-
setEventRaceId
Sets the value of the eventRaceId property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getRaceDate
Gets the value of the raceDate property.- Returns:
- possible object is
RaceDate
-
setRaceDate
Sets the value of the raceDate property.- Parameters:
value- allowed object isRaceDate
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-