Class TLcdISO19115File

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdISO19115DataFile, TLcdISO19115SupportFile

public class TLcdISO19115File extends TLcdISO19118Object
Since:
2013.1
  • Field Details

  • Constructor Details

    • TLcdISO19115File

      public TLcdISO19115File()
    • TLcdISO19115File

      public TLcdISO19115File(TLcdDataType aType)
  • Method Details

    • getFileName

      public TLcdISO19115FileName getFileName()
      Returns the role value contained in the value of the FILE_NAME_PROPERTY property. Returns null if the value of the FILE_NAME_PROPERTY property is null.
      Returns:
      the role value of the FILE_NAME_PROPERTY property.
      See Also:
    • setFileName

      public void setFileName(TLcdISO19115FileName aValue)
      Sets the value of the property that maps to the fileName 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_NAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the FILE_NAME_PROPERTY property.
    • getFileDescription

      public String getFileDescription()
      Returns the role value contained in the value of the FILE_DESCRIPTION_PROPERTY property. Returns null if the value of the FILE_DESCRIPTION_PROPERTY property is null.
      Returns:
      the role value of the FILE_DESCRIPTION_PROPERTY property.
      See Also:
    • setFileDescription

      public void setFileDescription(String aValue)
      Sets the value of the property that maps to the fileDescription 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_DESCRIPTION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the FILE_DESCRIPTION_PROPERTY property.
    • getFileType

      public TLcdISO19115MimeFileType getFileType()
      Returns the role value contained in the value of the FILE_TYPE_PROPERTY property. Returns null if the value of the FILE_TYPE_PROPERTY property is null.
      Returns:
      the role value of the FILE_TYPE_PROPERTY property.
      See Also:
    • setFileType

      public void setFileType(TLcdISO19115MimeFileType aValue)
      Sets the value of the property that maps to the fileType 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_TYPE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the FILE_TYPE_PROPERTY property.