Class TLcdISO19115Format

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115Format extends TLcdISO19118Object
Description of the form of the data to 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<String>.
    • VERSION_PROPERTY

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

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

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

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

      public static final TLcdDataProperty FORMAT_DISTRIBUTOR_PROPERTY
      Data property that maps to the formatDistributor element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115Distributor>>.
  • Constructor Details

    • TLcdISO19115Format

      public TLcdISO19115Format()
    • TLcdISO19115Format

      public TLcdISO19115Format(TLcdDataType aType)
  • Method Details

    • getName

      public String 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(String 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.
    • getVersion

      public String getVersion()
      Returns the role value contained in the value of the VERSION_PROPERTY property. Returns null if the value of the VERSION_PROPERTY property is null.
      Returns:
      the role value of the VERSION_PROPERTY property.
      See Also:
    • setVersion

      public void setVersion(String aValue)
      Sets the value of the property that maps to the version 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 VERSION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the VERSION_PROPERTY property.
    • getAmendmentNumber

      public String getAmendmentNumber()
      Returns the role value contained in the value of the AMENDMENT_NUMBER_PROPERTY property. Returns null if the value of the AMENDMENT_NUMBER_PROPERTY property is null.
      Returns:
      the role value of the AMENDMENT_NUMBER_PROPERTY property.
      See Also:
    • setAmendmentNumber

      public void setAmendmentNumber(String aValue)
      Sets the value of the property that maps to the amendmentNumber 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 AMENDMENT_NUMBER_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the AMENDMENT_NUMBER_PROPERTY property.
    • getSpecification

      public String getSpecification()
      Returns the role value contained in the value of the SPECIFICATION_PROPERTY property. Returns null if the value of the SPECIFICATION_PROPERTY property is null.
      Returns:
      the role value of the SPECIFICATION_PROPERTY property.
      See Also:
    • setSpecification

      public void setSpecification(String aValue)
      Sets the value of the property that maps to the specification 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 SPECIFICATION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the SPECIFICATION_PROPERTY property.
    • getFileDecompressionTechnique

      public String getFileDecompressionTechnique()
      Returns the role value contained in the value of the FILE_DECOMPRESSION_TECHNIQUE_PROPERTY property. Returns null if the value of the FILE_DECOMPRESSION_TECHNIQUE_PROPERTY property is null.
      Returns:
      the role value of the FILE_DECOMPRESSION_TECHNIQUE_PROPERTY property.
      See Also:
    • setFileDecompressionTechnique

      public void setFileDecompressionTechnique(String aValue)
      Sets the value of the property that maps to the fileDecompressionTechnique 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 FILE_DECOMPRESSION_TECHNIQUE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the FILE_DECOMPRESSION_TECHNIQUE_PROPERTY property.
    • getFormatDistributor

      public List<TLcdISO19115Distributor> getFormatDistributor()
      Gets the value of the FORMAT_DISTRIBUTOR_PROPERTY property adapted to a list of TLcdISO19115Distributor instances.
      Returns:
      the value of the FORMAT_DISTRIBUTOR_PROPERTY property adapted to a list of TLcdISO19115Distributor instances.
      See Also: