OutsideCoordinateSystemFaultInfo

Java class for OutsideCoordinateSystemFaultInfo complex type

.

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


<complexType name="OutsideCoordinateSystemFaultInfo">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/exception}ServiceFaultInfo">
      <sequence>
        <element name="fraKoordinatsystem" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri/koder}KoordinatsystemKodeId"/>
        <element name="tilKoordinatsystem" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/geometri/koder}KoordinatsystemKodeId"/>
        <element name="x" type="{http://www.w3.org/2001/XMLSchema}double"/>
        <element name="y" type="{http://www.w3.org/2001/XMLSchema}double"/>
        <element name="z" type="{http://www.w3.org/2001/XMLSchema}double"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getCategory(): String
Kategorisering av feil.
Link copied to clipboard
Maskinlesbar informasjon om exception.
Link copied to clipboard
Gets the value of the fraKoordinatsystem property.
Link copied to clipboard
Formatert, komplett, stacktrace som kan innrapporteres.
Link copied to clipboard
Gets the value of the tilKoordinatsystem property.
Link copied to clipboard
open fun getX(): Double
Gets the value of the x property.
Link copied to clipboard
open fun getY(): Double
Gets the value of the y property.
Link copied to clipboard
open fun getZ(): Double
Gets the value of the z property.
Link copied to clipboard
open fun setCategory(value: String)
Sets the value of the category property.
Link copied to clipboard
Sets the value of the exceptionDetail property.
Link copied to clipboard
Sets the value of the fraKoordinatsystem property.
Link copied to clipboard
open fun setStackTraceText(value: String)
Sets the value of the stackTraceText property.
Link copied to clipboard
Sets the value of the tilKoordinatsystem property.
Link copied to clipboard
open fun setX(value: Double)
Sets the value of the x property.
Link copied to clipboard
open fun setY(value: Double)
Sets the value of the y property.
Link copied to clipboard
open fun setZ(value: Double)
Sets the value of the z property.