ControlCardList

Java class for anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.


<complexType>
  <complexContent>
    <extension base="{http://www.orienteering.org/datastandard/3.0}BaseMessageElement">
      <sequence>
        <element name="Owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="ControlCard" type="{http://www.orienteering.org/datastandard/3.0}ControlCard" maxOccurs="unbounded"/>
        <element name="Extensions" type="{http://www.orienteering.org/datastandard/3.0}Extensions" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
The control cards.
Link copied to clipboard
The time when the file was created.
Link copied to clipboard
open fun getCreator(): String
The name of the software that created the file.
Link copied to clipboard
Container element for custom elements from other schemas.
Link copied to clipboard
open fun getIofVersion(): String
The version of the IOF Interface Standard that the file conforms to.
Link copied to clipboard
open fun getOwner(): String
The owner of the control cards.
Link copied to clipboard
Sets the value of the createTime property.
Link copied to clipboard
open fun setCreator(value: String)
Sets the value of the creator property.
Link copied to clipboard
open fun setExtensions(value: Extensions)
Sets the value of the extensions property.
Link copied to clipboard
open fun setIofVersion(value: String)
Sets the value of the iofVersion property.
Link copied to clipboard
open fun setOwner(value: String)
Sets the value of the owner property.