Successor

open class Successor

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

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the contactPoint property.
Link copied to clipboard
open fun getElementId(): Long
Gets the value of the elementId property.
Link copied to clipboard
Gets the value of the elementType property.
Link copied to clipboard
open fun setContactPoint(value: String)
Sets the value of the contactPoint property.
Link copied to clipboard
open fun setElementId(value: Long)
Sets the value of the elementId property.
Link copied to clipboard
open fun setElementType(value: String)
Sets the value of the elementType property.