See: Description
Class | Description |
---|---|
DefaultDataFile |
Description of a transfer data file.
|
DefaultDigitalTransferOptions |
Technical means and media by which a resource is obtained from the distributor.
|
DefaultDistribution |
Information about the distributor of and options for obtaining the resource.
|
DefaultDistributor |
Information about the distributor.
|
DefaultFormat |
Description of the computer language construct that specifies the representation
of data objects in a record, file, message, storage device or transmission channel.
|
DefaultMedium |
Information about the media on which the resource can be distributed.
|
DefaultStandardOrderProcess |
Common ways in which the resource may be obtained or received, and related instructions
and fee information.
|
Class hierarchy | Aggregation hierarchy |
---|---|
ISO-19115 metadata ├─ Distribution ├─ Distributor ├─ Medium ├─ Format ├─ Standard order process ├─ Digital transfer options └─ Data fileCode list ├─ Medium name └─ Medium format |
Distribution ├─ Format ├─ Distributor │ └─ Standard order process └─ Digital transfer options └─ Medium ├─ Medium name «code list» └─ Medium format «code list»Data file |
null
arguments.
A null argument value means that the metadata element can not be provided, and the reason for that is unspecified.
Alternatively, users can specify why a metadata element is missing by providing a value created by
NilReason.createNilObject(Class)
.
Unless otherwise noted in the Javadoc, all getter methods may return an empty collection,
an empty array or null
if the type is neither a collection or an array.
Note that non-null values may be NilObject
s.
Unless the metadata object has been marked as unmodifiable and unless otherwise noted in the Javadoc, all collections returned by getter methods are live: adding new elements in the collection modify directly the underlying metadata object.
Defined in the sis-metadata
module
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.