Package iofXml.v3
Class BaseMessageElement
java.lang.Object
iofXml.v3.BaseMessageElement
- Direct Known Subclasses:
ClassList,CompetitorList,ControlCardList,CourseData,EntryList,EventList,OrganisationList,ResultList,ServiceRequestList,StartList
The base message element that all message elements extend.
Java class for BaseMessageElement complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseMessageElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="iofVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="3.0" />
<attribute name="createTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarThe time when the file was created.protected StringThe name of the software that created the file.protected StringThe version of the IOF Interface Standard that the file conforms to. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe time when the file was created.The name of the software that created the file.The version of the IOF Interface Standard that the file conforms to.voidSets the value of the createTime property.voidsetCreator(String value) Sets the value of the creator property.voidsetIofVersion(String value) Sets the value of the iofVersion property.
-
Field Details
-
iofVersion
The version of the IOF Interface Standard that the file conforms to. -
createTime
The time when the file was created. -
creator
The name of the software that created the file.
-
-
Constructor Details
-
BaseMessageElement
public BaseMessageElement()
-
-
Method Details
-
getIofVersion
The version of the IOF Interface Standard that the file conforms to.- Returns:
- possible object is
String
-
setIofVersion
Sets the value of the iofVersion property.- Parameters:
value- allowed object isString- See Also:
-
getCreateTime
The time when the file was created.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreateTime
Sets the value of the createTime property.- Parameters:
value- allowed object isXMLGregorianCalendar- See Also:
-
getCreator
The name of the software that created the file.- Returns:
- possible object is
String
-
setCreator
Sets the value of the creator property.- Parameters:
value- allowed object isString- See Also:
-