Method Summary |
|
public InternationalString | getAmendmentNumber() Returns the amendment number of the format version. |
public InternationalString | getFileDecompressionTechnique() Returns recommendations of algorithms or processes that can be applied to read or
expand resources to which compression techniques have been applied. |
public synchronized Collection | getFormatDistributors() Provides information about the distributor’s format. |
public InternationalString | getName() Returns the name of the data transfer format(s). |
public InternationalString | getSpecification() Returns the name of a subset, profile, or product specification of the format. |
public InternationalString | getVersion() Returne the version of the format (date, number, etc.). |
public synchronized void | setAmendmentNumber(InternationalString newValue) Set the amendment number of the format version. |
public synchronized void | setFileDecompressionTechnique(InternationalString newValue) Set recommendations of algorithms or processes that can be applied to read or
expand resources to which compression techniques have been applied. |
public synchronized void | setFormatDistributors(Collection newValues) Set information about the distributor’s format. |
public synchronized void | setName(InternationalString newValue) Set the name of the data transfer format(s). |
public synchronized void | setSpecification(InternationalString newValue) Set the name of a subset, profile, or product specification of the format. |
public synchronized void | setVersion(InternationalString newValue) Set the version of the format (date, number, etc.). |