Class TLcdISO19115Medium

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115Medium extends TLcdISO19118Object
Information about the media on which the data can be distributed
Since:
10.0
  • Field Details

    • NAME_PROPERTY

      public static final TLcdDataProperty NAME_PROPERTY
      Data property that maps to the name element. The possible values for this property are instances of TLcdISO19115Optional<TLcdISO19115MediumNameCode>.
    • DENSITY_PROPERTY

      public static final TLcdDataProperty DENSITY_PROPERTY
      Data property that maps to the density element. The possible values for this property are instances of List<TLcdISO19115Optional<Double>>.
    • DENSITY_UNITS_PROPERTY

      public static final TLcdDataProperty DENSITY_UNITS_PROPERTY
      Data property that maps to the densityUnits element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • VOLUMES_PROPERTY

      public static final TLcdDataProperty VOLUMES_PROPERTY
      Data property that maps to the volumes element. The possible values for this property are instances of TLcdISO19115Optional<Long>.
    • MEDIUM_FORMAT_PROPERTY

      public static final TLcdDataProperty MEDIUM_FORMAT_PROPERTY
      Data property that maps to the mediumFormat element. The possible values for this property are instances of List<TLcdISO19115Optional<TLcdISO19115MediumFormatCode>>.
    • MEDIUM_NOTE_PROPERTY

      public static final TLcdDataProperty MEDIUM_NOTE_PROPERTY
      Data property that maps to the mediumNote element. The possible values for this property are instances of TLcdISO19115Optional<String>.
  • Constructor Details

    • TLcdISO19115Medium

      public TLcdISO19115Medium()
    • TLcdISO19115Medium

      public TLcdISO19115Medium(TLcdDataType aType)
  • Method Details

    • getName

      public TLcdISO19115MediumNameCode getName()
      Returns the role value contained in the value of the NAME_PROPERTY property. Returns null if the value of the NAME_PROPERTY property is null.
      Returns:
      the role value of the NAME_PROPERTY property.
      See Also:
    • setName

      public void setName(TLcdISO19115MediumNameCode aValue)
      Sets the value of the property that maps to the name element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the NAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the NAME_PROPERTY property.
    • getDensity

      public List<Double> getDensity()
      Gets the value of the DENSITY_PROPERTY property adapted to a list of Double instances.
      Returns:
      the value of the DENSITY_PROPERTY property adapted to a list of Double instances.
      See Also:
    • getDensityUnits

      public String getDensityUnits()
      Returns the role value contained in the value of the DENSITY_UNITS_PROPERTY property. Returns null if the value of the DENSITY_UNITS_PROPERTY property is null.
      Returns:
      the role value of the DENSITY_UNITS_PROPERTY property.
      See Also:
    • setDensityUnits

      public void setDensityUnits(String aValue)
      Sets the value of the property that maps to the densityUnits element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the DENSITY_UNITS_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DENSITY_UNITS_PROPERTY property.
    • getVolumes

      public Long getVolumes()
      Returns the role value contained in the value of the VOLUMES_PROPERTY property. Returns null if the value of the VOLUMES_PROPERTY property is null.
      Returns:
      the role value of the VOLUMES_PROPERTY property.
      See Also:
    • setVolumes

      public void setVolumes(Long aValue)
      Sets the value of the property that maps to the volumes element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the VOLUMES_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the VOLUMES_PROPERTY property.
    • getMediumFormat

      public List<TLcdISO19115MediumFormatCode> getMediumFormat()
      Gets the value of the MEDIUM_FORMAT_PROPERTY property adapted to a list of TLcdISO19115MediumFormatCode instances.
      Returns:
      the value of the MEDIUM_FORMAT_PROPERTY property adapted to a list of TLcdISO19115MediumFormatCode instances.
      See Also:
    • getMediumNote

      public String getMediumNote()
      Returns the role value contained in the value of the MEDIUM_NOTE_PROPERTY property. Returns null if the value of the MEDIUM_NOTE_PROPERTY property is null.
      Returns:
      the role value of the MEDIUM_NOTE_PROPERTY property.
      See Also:
    • setMediumNote

      public void setMediumNote(String aValue)
      Sets the value of the property that maps to the mediumNote element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the MEDIUM_NOTE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the MEDIUM_NOTE_PROPERTY property.