Class TLcdISO19115ProcessStep

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.dataquality.TLcdISO19115ProcessStep
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115ProcessStep extends TLcdISO19118Object
Information about an event in the creation process for the data specified by the scope
Since:
10.0
  • Field Details

    • DESCRIPTION_PROPERTY

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

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

      public static final TLcdDataProperty DATE_TIME_PROPERTY
      Data property that maps to the dateTime element. The possible values for this property are instances of TLcdISO19115Optional<XMLGregorianCalendar>.
    • PROCESSOR_PROPERTY

      public static final TLcdDataProperty PROCESSOR_PROPERTY
      Data property that maps to the processor element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115ResponsibleParty>>.
    • SOURCE_PROPERTY

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

    • TLcdISO19115ProcessStep

      public TLcdISO19115ProcessStep()
    • TLcdISO19115ProcessStep

      public TLcdISO19115ProcessStep(TLcdDataType aType)
  • Method Details

    • getDescription

      public String getDescription()
      Returns the role value contained in the value of the DESCRIPTION_PROPERTY property. Returns null if the value of the DESCRIPTION_PROPERTY property is null.
      Returns:
      the role value of the DESCRIPTION_PROPERTY property.
      See Also:
    • setDescription

      public void setDescription(String aValue)
      Sets the value of the property that maps to the description 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 DESCRIPTION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DESCRIPTION_PROPERTY property.
    • getRationale

      public String getRationale()
      Returns the role value contained in the value of the RATIONALE_PROPERTY property. Returns null if the value of the RATIONALE_PROPERTY property is null.
      Returns:
      the role value of the RATIONALE_PROPERTY property.
      See Also:
    • setRationale

      public void setRationale(String aValue)
      Sets the value of the property that maps to the rationale 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 RATIONALE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the RATIONALE_PROPERTY property.
    • getDateTime

      public XMLGregorianCalendar getDateTime()
      Returns the role value contained in the value of the DATE_TIME_PROPERTY property. Returns null if the value of the DATE_TIME_PROPERTY property is null.
      Returns:
      the role value of the DATE_TIME_PROPERTY property.
      See Also:
    • setDateTime

      public void setDateTime(XMLGregorianCalendar aValue)
      Sets the value of the property that maps to the dateTime 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 DATE_TIME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DATE_TIME_PROPERTY property.
    • getProcessor

      public List<TLcdISO19115ResponsibleParty> getProcessor()
      Gets the value of the PROCESSOR_PROPERTY property adapted to a list of TLcdISO19115ResponsibleParty instances.
      Returns:
      the value of the PROCESSOR_PROPERTY property adapted to a list of TLcdISO19115ResponsibleParty instances.
      See Also:
    • getSource

      public List<TLcdISO19115Source> getSource()
      Gets the value of the SOURCE_PROPERTY property adapted to a list of TLcdISO19115Source instances.
      Returns:
      the value of the SOURCE_PROPERTY property adapted to a list of TLcdISO19115Source instances.
      See Also: