Class Distribution
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe Dataset Distribution Data Access Schema -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Dataset Distribution Access URL SchemaThe Dataset Distribution Available Until SchemaThe Dataset Distribution Byte Size SchemaThe Dataset Distribution Data Access SchemaThe Dataset Distribution Description SchemaThe Dataset Distribution Download URL SchemaThe Dataset Distribution Format SchemagetHost()The Dataset Distribution Host SchemaThe Dataset Distribution License(s) SchemagetTitle()The Dataset Distribution Title SchemainthashCode()voidsetAccessUrl(String accessUrl) The Dataset Distribution Access URL SchemavoidsetAdditionalProperty(String name, Object value) voidsetAvailableUntil(String availableUntil) The Dataset Distribution Available Until SchemavoidsetByteSize(Integer byteSize) The Dataset Distribution Byte Size SchemavoidsetDataAccess(Distribution.DataAccess dataAccess) The Dataset Distribution Data Access SchemavoidsetDescription(String description) The Dataset Distribution Description SchemavoidsetDownloadUrl(URI downloadUrl) The Dataset Distribution Download URL SchemavoidThe Dataset Distribution Format SchemavoidThe Dataset Distribution Host SchemavoidsetLicense(List<License> license) The Dataset Distribution License(s) SchemavoidThe Dataset Distribution Title SchematoString()
-
Constructor Details
-
Distribution
public Distribution()
-
-
Method Details
-
getAccessUrl
The Dataset Distribution Access URL SchemaA URL of the resource that gives access to a distribution of the dataset. e.g. landing page.
-
setAccessUrl
The Dataset Distribution Access URL SchemaA URL of the resource that gives access to a distribution of the dataset. e.g. landing page.
-
getAvailableUntil
The Dataset Distribution Available Until SchemaIndicates how long this distribution will be/ should be available. Encoded using the relevant ISO 8601 Date and Time compliant string.
-
setAvailableUntil
The Dataset Distribution Available Until SchemaIndicates how long this distribution will be/ should be available. Encoded using the relevant ISO 8601 Date and Time compliant string.
-
getByteSize
The Dataset Distribution Byte Size SchemaSize in bytes.
-
setByteSize
The Dataset Distribution Byte Size SchemaSize in bytes.
-
getDataAccess
The Dataset Distribution Data Access SchemaIndicates access mode for data. Allowed values: open, shared, closed (Required)
-
setDataAccess
The Dataset Distribution Data Access SchemaIndicates access mode for data. Allowed values: open, shared, closed (Required)
-
getDescription
The Dataset Distribution Description SchemaDescription is a property in both Dataset and Distribution, in compliance with W3C DCAT. In some cases these might be identical, but in most cases the Dataset represents a more abstract concept, while the distribution can point to a specific file.
-
setDescription
The Dataset Distribution Description SchemaDescription is a property in both Dataset and Distribution, in compliance with W3C DCAT. In some cases these might be identical, but in most cases the Dataset represents a more abstract concept, while the distribution can point to a specific file.
-
getDownloadUrl
The Dataset Distribution Download URL SchemaThe URL of the downloadable file in a given format. E.g. CSV file or RDF file.
-
setDownloadUrl
The Dataset Distribution Download URL SchemaThe URL of the downloadable file in a given format. E.g. CSV file or RDF file.
-
getFormat
The Dataset Distribution Format SchemaFormat according to: https://www.iana.org/assignments/media-types/media-types.xhtml if appropriate, otherwise use the common name for this format.
-
setFormat
The Dataset Distribution Format SchemaFormat according to: https://www.iana.org/assignments/media-types/media-types.xhtml if appropriate, otherwise use the common name for this format.
-
getHost
The Dataset Distribution Host SchemaTo provide information on quality of service provided by infrastructure (e.g. repository) where data is stored.
-
setHost
The Dataset Distribution Host SchemaTo provide information on quality of service provided by infrastructure (e.g. repository) where data is stored.
-
getLicense
The Dataset Distribution License(s) SchemaTo list all licenses applied to a specific distribution of data.
-
setLicense
The Dataset Distribution License(s) SchemaTo list all licenses applied to a specific distribution of data.
-
getTitle
The Dataset Distribution Title SchemaTitle is a property in both Dataset and Distribution, in compliance with W3C DCAT. In some cases these might be identical, but in most cases the Dataset represents a more abstract concept, while the distribution can point to a specific file. (Required)
-
setTitle
The Dataset Distribution Title SchemaTitle is a property in both Dataset and Distribution, in compliance with W3C DCAT. In some cases these might be identical, but in most cases the Dataset represents a more abstract concept, while the distribution can point to a specific file. (Required)
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-