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
Gets the value of the controlCard property.
Link copied to clipboard
Gets the value of the createTime property.
Link copied to clipboard
open fun getCreator(): String
Gets the value of the creator property.
Link copied to clipboard
Gets the value of the extensions property.
Link copied to clipboard
open fun getIofVersion(): String
Gets the value of the iofVersion property.
Link copied to clipboard
open fun getOwner(): String
Gets the value of the owner property.
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.