ParamPoly3

open class ParamPoly3

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="aU" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="bU" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="cU" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="dU" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="aV" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="bV" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="cV" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="dV" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="pRange" type="{}pRange" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getAU(): Double
Gets the value of the au property.
Link copied to clipboard
open fun getAV(): Double
Gets the value of the av property.
Link copied to clipboard
open fun getBU(): Double
Gets the value of the bu property.
Link copied to clipboard
open fun getBV(): Double
Gets the value of the bv property.
Link copied to clipboard
open fun getCU(): Double
Gets the value of the cu property.
Link copied to clipboard
open fun getCV(): Double
Gets the value of the cv property.
Link copied to clipboard
open fun getDU(): Double
Gets the value of the du property.
Link copied to clipboard
open fun getDV(): Double
Gets the value of the dv property.
Link copied to clipboard
open fun getInclude(): List<Include>
Gets the value of the include property.
Link copied to clipboard
open fun getPRange(): PRange
Gets the value of the pRange property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
open fun setAU(value: Double)
Sets the value of the au property.
Link copied to clipboard
open fun setAV(value: Double)
Sets the value of the av property.
Link copied to clipboard
open fun setBU(value: Double)
Sets the value of the bu property.
Link copied to clipboard
open fun setBV(value: Double)
Sets the value of the bv property.
Link copied to clipboard
open fun setCU(value: Double)
Sets the value of the cu property.
Link copied to clipboard
open fun setCV(value: Double)
Sets the value of the cv property.
Link copied to clipboard
open fun setDU(value: Double)
Sets the value of the du property.
Link copied to clipboard
open fun setDV(value: Double)
Sets the value of the dv property.
Link copied to clipboard
open fun setPRange(value: PRange)
Sets the value of the pRange property.