@UnstableApi
class Location


Represents a Location element, as defined by ISO 23009-1.

Summary

Public constructors

Creates an instance using the URL as the service location.

Location(url: String!, serviceLocation: String!)

Creates an instance.

Public functions

Boolean
equals(o: Any?)
Int

Public properties

String!

The service location.

String!

The URL.

Public constructors

Location

Location(url: String!)

Creates an instance using the URL as the service location.

Parameters
url: String!

The URL.

Location

Location(url: String!, serviceLocation: String!)

Creates an instance.

Parameters
url: String!

The URL.

serviceLocation: String!

The service location.

Public functions

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int

Public properties

serviceLocation

val serviceLocationString!

The service location.

url

val urlString!

The URL.