ListAndSchemeInformation

@Serializable
data class ListAndSchemeInformation(val loTEVersionIdentifier: Int, val loTESequenceNumber: Int, val listIssueDateTime: Instant, val nextUpdate: Instant, val schemeOperatorName: SchemeOperatorName, val loteType: Rfc3986UniformResourceIdentifier? = null, val schemeOperatorAddress: SchemeOperatorAddress? = null, val schemeName: SchemeName? = null, val schemeInformationURI: SchemeInformationURI? = null, val statusDeterminationApproach: Rfc3986UniformResourceIdentifier? = null, val schemeTypeCommunityRules: SchemeTypeCommunityRules? = null, val schemeTerritory: EtsiCountryCode? = null, val policyOrLegalNotice: PolicyOrLegalNotice? = null, val historicalInformationPeriod: Int? = null, val pointerToOtherLoTE: PointersToOtherLoTE? = null, val distributionPoints: List<Rfc3986UniformResourceIdentifier>? = null, val schemeExtensions: SchemeExtensions? = null)(source)

Constructors

Link copied to clipboard
constructor(loTEVersionIdentifier: Int, loTESequenceNumber: Int, listIssueDateTime: Instant, nextUpdate: Instant, schemeOperatorName: SchemeOperatorName, loteType: Rfc3986UniformResourceIdentifier? = null, schemeOperatorAddress: SchemeOperatorAddress? = null, schemeName: SchemeName? = null, schemeInformationURI: SchemeInformationURI? = null, statusDeterminationApproach: Rfc3986UniformResourceIdentifier? = null, schemeTypeCommunityRules: SchemeTypeCommunityRules? = null, schemeTerritory: EtsiCountryCode? = null, policyOrLegalNotice: PolicyOrLegalNotice? = null, historicalInformationPeriod: Int? = null, pointerToOtherLoTE: PointersToOtherLoTE? = null, distributionPoints: List<Rfc3986UniformResourceIdentifier>? = null, schemeExtensions: SchemeExtensions? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "DistributionPoints")
val distributionPoints: List<Rfc3986UniformResourceIdentifier>?
Link copied to clipboard
@SerialName(value = "HistoricalInformationPeriod")
val historicalInformationPeriod: Int?
Link copied to clipboard
@SerialName(value = "ListIssueDateTime")
@Serializable(with = EtsiInstantSerializer::class)
val listIssueDateTime: Instant
Link copied to clipboard
@SerialName(value = "LoTESequenceNumber")
val loTESequenceNumber: Int
Link copied to clipboard
@SerialName(value = "LoTEType")
val loteType: Rfc3986UniformResourceIdentifier?
Link copied to clipboard
@SerialName(value = "LoTEVersionIdentifier")
val loTEVersionIdentifier: Int
Link copied to clipboard
@SerialName(value = "NextUpdate")
@Serializable(with = EtsiInstantSerializer::class)
val nextUpdate: Instant
Link copied to clipboard
@SerialName(value = "PointersToOtherLoTE")
val pointerToOtherLoTE: PointersToOtherLoTE?
Link copied to clipboard
@SerialName(value = "PolicyOrLegalNotice")
val policyOrLegalNotice: PolicyOrLegalNotice?
Link copied to clipboard
@SerialName(value = "SchemeExtensions")
val schemeExtensions: SchemeExtensions?
Link copied to clipboard
@SerialName(value = "SchemeInformationURI")
val schemeInformationURI: SchemeInformationURI?
Link copied to clipboard
@SerialName(value = "SchemeName")
val schemeName: SchemeName?
Link copied to clipboard
@SerialName(value = "SchemeOperatorAddress")
val schemeOperatorAddress: SchemeOperatorAddress?
Link copied to clipboard
@SerialName(value = "SchemeOperatorName")
val schemeOperatorName: SchemeOperatorName
Link copied to clipboard
@SerialName(value = "SchemeTerritory")
val schemeTerritory: EtsiCountryCode?
Link copied to clipboard
@SerialName(value = "SchemeTypeCommunityRules")
val schemeTypeCommunityRules: SchemeTypeCommunityRules?
Link copied to clipboard
@SerialName(value = "StatusDeterminationApproach")
val statusDeterminationApproach: Rfc3986UniformResourceIdentifier?