Neighbor

open class Neighbor

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">
      <attribute name="side" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="elementId" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="direction" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getDirection(): String
Gets the value of the direction property.
Link copied to clipboard
open fun getElementId(): String
Gets the value of the elementId property.
Link copied to clipboard
open fun getSide(): String
Gets the value of the side property.
Link copied to clipboard
open fun setDirection(value: String)
Sets the value of the direction property.
Link copied to clipboard
open fun setElementId(value: String)
Sets the value of the elementId property.
Link copied to clipboard
open fun setSide(value: String)
Sets the value of the side property.