Method Summary |
|
public synchronized Collection | getDensities() Returns the density at which the data is recorded. |
public Unit | getDensityUnits() Returns the units of measure for the recording density. |
public synchronized Collection | getMediumFormats() Returns the method used to write to the medium. |
public InternationalString | getMediumNote() Returns a description of other limitations or requirements for using the medium. |
public MediumName | getName() Returns the name of the medium on which the resource can be received. |
public Integer | getVolumes() Returns the number of items in the media identified. |
public synchronized void | setDensities(Collection newValues) Set density at which the data is recorded. |
public synchronized void | setDensityUnits(Unit newValue) Set the units of measure for the recording density. |
public synchronized void | setMediumFormats(Collection newValues) Set the method used to write to the medium. |
public synchronized void | setMediumNote(InternationalString newValue) Set a description of other limitations or requirements for using the medium. |
public synchronized void | setName(MediumName newValue) Set the name of the medium on which the resource can be received. |
public synchronized void | setVolumes(Integer newValue) Set the number of items in the media identified. |