TestNumber

open class TestNumber

Java class for TestNumber complex type

.

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


<complexType name="TestNumber">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="offset" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="number" type="{http://www.w3.org/2001/XMLSchema}int"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getNumber(): Int
Gets the value of the number property.
Link copied to clipboard
open fun getOffset(): Int
Gets the value of the offset property.
Link copied to clipboard
open fun setNumber(value: Int)
Sets the value of the number property.
Link copied to clipboard
open fun setOffset(value: Int)
Sets the value of the offset property.