Package iofXml.v3

Class BaseMessageElement

java.lang.Object
iofXml.v3.BaseMessageElement
Direct Known Subclasses:
ClassList, CompetitorList, ControlCardList, CourseData, EntryList, EventList, OrganisationList, ResultList, ServiceRequestList, StartList

public abstract class BaseMessageElement extends Object
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 Details

    • iofVersion

      protected String iofVersion
      The version of the IOF Interface Standard that the file conforms to.
    • createTime

      protected XMLGregorianCalendar createTime
      The time when the file was created.
    • creator

      protected String creator
      The name of the software that created the file.
  • Constructor Details

    • BaseMessageElement

      public BaseMessageElement()
  • Method Details

    • getIofVersion

      public String getIofVersion()
      The version of the IOF Interface Standard that the file conforms to.
      Returns:
      possible object is String
    • setIofVersion

      public void setIofVersion(String value)
      Sets the value of the iofVersion property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCreateTime

      public XMLGregorianCalendar getCreateTime()
      The time when the file was created.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreateTime

      public void setCreateTime(XMLGregorianCalendar value)
      Sets the value of the createTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      See Also:
    • getCreator

      public String getCreator()
      The name of the software that created the file.
      Returns:
      possible object is String
    • setCreator

      public void setCreator(String value)
      Sets the value of the creator property.
      Parameters:
      value - allowed object is String
      See Also: