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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedateTimeelement.static final TLcdDataPropertyData property that maps to thedescriptionelement.static final TLcdDataPropertyData property that maps to theprocessorelement.static final TLcdDataPropertyData property that maps to therationaleelement.static final TLcdDataPropertyData property that maps to thesourceelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theDATE_TIME_PROPERTYproperty.Returns the role value contained in the value of theDESCRIPTION_PROPERTYproperty.Gets the value of thePROCESSOR_PROPERTYproperty adapted to a list ofTLcdISO19115ResponsiblePartyinstances.Returns the role value contained in the value of theRATIONALE_PROPERTYproperty.Gets the value of theSOURCE_PROPERTYproperty adapted to a list ofTLcdISO19115Sourceinstances.voidsetDateTime(XMLGregorianCalendar aValue) Sets the value of the property that maps to thedateTimeelement.voidsetDescription(String aValue) Sets the value of the property that maps to thedescriptionelement.voidsetRationale(String aValue) Sets the value of the property that maps to therationaleelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
DESCRIPTION_PROPERTY
Data property that maps to thedescriptionelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
RATIONALE_PROPERTY
Data property that maps to therationaleelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
DATE_TIME_PROPERTY
Data property that maps to thedateTimeelement. The possible values for this property are instances ofTLcdISO19115Optional<XMLGregorianCalendar>. -
PROCESSOR_PROPERTY
Data property that maps to theprocessorelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115ResponsibleParty>>. -
SOURCE_PROPERTY
Data property that maps to thesourceelement. 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_PROPERTYproperty. Returnsnullif the value of theDESCRIPTION_PROPERTYproperty isnull.- Returns:
- the role value of the
DESCRIPTION_PROPERTYproperty. - See Also:
-
setDescription
Sets the value of the property that maps to thedescriptionelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theDESCRIPTION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theDESCRIPTION_PROPERTYproperty.
-
getRationale
Returns the role value contained in the value of theRATIONALE_PROPERTYproperty. Returnsnullif the value of theRATIONALE_PROPERTYproperty isnull.- Returns:
- the role value of the
RATIONALE_PROPERTYproperty. - See Also:
-
setRationale
Sets the value of the property that maps to therationaleelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theRATIONALE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theRATIONALE_PROPERTYproperty.
-
getDateTime
Returns the role value contained in the value of theDATE_TIME_PROPERTYproperty. Returnsnullif the value of theDATE_TIME_PROPERTYproperty isnull.- Returns:
- the role value of the
DATE_TIME_PROPERTYproperty. - See Also:
-
setDateTime
Sets the value of the property that maps to thedateTimeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theDATE_TIME_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theDATE_TIME_PROPERTYproperty.
-
getProcessor
Gets the value of thePROCESSOR_PROPERTYproperty adapted to a list ofTLcdISO19115ResponsiblePartyinstances.- Returns:
- the value of the
PROCESSOR_PROPERTYproperty adapted to a list ofTLcdISO19115ResponsiblePartyinstances. - See Also:
-
getSource
Gets the value of theSOURCE_PROPERTYproperty adapted to a list ofTLcdISO19115Sourceinstances.- Returns:
- the value of the
SOURCE_PROPERTYproperty adapted to a list ofTLcdISO19115Sourceinstances. - See Also:
-