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
Information about an event in the creation process for the data specified by the scope
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedateTime
element.static final TLcdDataProperty
Data property that maps to thedescription
element.static final TLcdDataProperty
Data property that maps to theprocessor
element.static final TLcdDataProperty
Data property that maps to therationale
element.static final TLcdDataProperty
Data property that maps to thesource
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theDATE_TIME_PROPERTY
property.Returns the role value contained in the value of theDESCRIPTION_PROPERTY
property.Gets the value of thePROCESSOR_PROPERTY
property adapted to a list ofTLcdISO19115ResponsibleParty
instances.Returns the role value contained in the value of theRATIONALE_PROPERTY
property.Gets the value of theSOURCE_PROPERTY
property adapted to a list ofTLcdISO19115Source
instances.void
setDateTime
(XMLGregorianCalendar aValue) Sets the value of the property that maps to thedateTime
element.void
setDescription
(String aValue) Sets the value of the property that maps to thedescription
element.void
setRationale
(String aValue) Sets the value of the property that maps to therationale
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
DESCRIPTION_PROPERTY
Data property that maps to thedescription
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
RATIONALE_PROPERTY
Data property that maps to therationale
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
DATE_TIME_PROPERTY
Data property that maps to thedateTime
element. The possible values for this property are instances ofTLcdISO19115Optional<XMLGregorianCalendar>
. -
PROCESSOR_PROPERTY
Data property that maps to theprocessor
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115ResponsibleParty>>
. -
SOURCE_PROPERTY
Data property that maps to thesource
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Source>>
.
-
-
Constructor Details
-
TLcdISO19115ProcessStep
public TLcdISO19115ProcessStep() -
TLcdISO19115ProcessStep
-
-
Method Details
-
getDescription
Returns the role value contained in the value of theDESCRIPTION_PROPERTY
property. Returnsnull
if the value of theDESCRIPTION_PROPERTY
property isnull
.- Returns:
- the role value of the
DESCRIPTION_PROPERTY
property. - See Also:
-
setDescription
Sets the value of the property that maps to thedescription
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theDESCRIPTION_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theDESCRIPTION_PROPERTY
property.
-
getRationale
Returns the role value contained in the value of theRATIONALE_PROPERTY
property. Returnsnull
if the value of theRATIONALE_PROPERTY
property isnull
.- Returns:
- the role value of the
RATIONALE_PROPERTY
property. - See Also:
-
setRationale
Sets the value of the property that maps to therationale
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theRATIONALE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theRATIONALE_PROPERTY
property.
-
getDateTime
Returns the role value contained in the value of theDATE_TIME_PROPERTY
property. Returnsnull
if the value of theDATE_TIME_PROPERTY
property isnull
.- Returns:
- the role value of the
DATE_TIME_PROPERTY
property. - See Also:
-
setDateTime
Sets the value of the property that maps to thedateTime
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theDATE_TIME_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theDATE_TIME_PROPERTY
property.
-
getProcessor
Gets the value of thePROCESSOR_PROPERTY
property adapted to a list ofTLcdISO19115ResponsibleParty
instances.- Returns:
- the value of the
PROCESSOR_PROPERTY
property adapted to a list ofTLcdISO19115ResponsibleParty
instances. - See Also:
-
getSource
Gets the value of theSOURCE_PROPERTY
property adapted to a list ofTLcdISO19115Source
instances.- Returns:
- the value of the
SOURCE_PROPERTY
property adapted to a list ofTLcdISO19115Source
instances. - See Also:
-