CRG

open class CRG

Java class for anonymous complex type.

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


<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
        <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="sStart" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="sEnd" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="orientation" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="mode" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="sOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="tOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="zOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="zScale" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="hOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
    </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 getHOffset(): Double
Gets the value of the hOffset property.
Link copied to clipboard
open fun getInclude(): List<Include>
Gets the value of the include property.
Link copied to clipboard
open fun getMode(): String
Gets the value of the mode property.
Link copied to clipboard
Gets the value of the orientation property.
Link copied to clipboard
open fun getSEnd(): Double
Gets the value of the sEnd property.
Link copied to clipboard
open fun getSOffset(): Double
Gets the value of the sOffset property.
Link copied to clipboard
open fun getSStart(): Double
Gets the value of the sStart property.
Link copied to clipboard
open fun getTOffset(): Double
Gets the value of the tOffset property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
open fun getZOffset(): Double
Gets the value of the zOffset property.
Link copied to clipboard
open fun getZScale(): Double
Gets the value of the zScale property.
Link copied to clipboard
open fun setFile(value: String)
Sets the value of the file property.
Link copied to clipboard
open fun setHOffset(value: Double)
Sets the value of the hOffset property.
Link copied to clipboard
open fun setMode(value: String)
Sets the value of the mode property.
Link copied to clipboard
open fun setOrientation(value: String)
Sets the value of the orientation property.
Link copied to clipboard
open fun setSEnd(value: Double)
Sets the value of the sEnd property.
Link copied to clipboard
open fun setSOffset(value: Double)
Sets the value of the sOffset property.
Link copied to clipboard
open fun setSStart(value: Double)
Sets the value of the sStart property.
Link copied to clipboard
open fun setTOffset(value: Double)
Sets the value of the tOffset property.
Link copied to clipboard
open fun setZOffset(value: Double)
Sets the value of the zOffset property.
Link copied to clipboard
open fun setZScale(value: Double)
Sets the value of the zScale property.