Include

open class Include

Java class for include complex type.

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


<complexType name="include">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getFile(): String
Gets the value of the file property.
Link copied to clipboard
open fun setFile(value: String)
Sets the value of the file property.