Class TLcdISO19115StandardOrderProcess
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.distribution.TLcdISO19115StandardOrderProcess
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Common ways in which the dataset may be obtained or received, and related instructions and fee information
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thefeeselement.static final TLcdDataPropertyData property that maps to theorderingInstructionselement.static final TLcdDataPropertyData property that maps to theplannedAvailableDateTimeelement.static final TLcdDataPropertyData property that maps to theturnaroundelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetFees()Returns the role value contained in the value of theFEES_PROPERTYproperty.Returns the role value contained in the value of theORDERING_INSTRUCTIONS_PROPERTYproperty.Returns the role value contained in the value of thePLANNED_AVAILABLE_DATE_TIME_PROPERTYproperty.Returns the role value contained in the value of theTURNAROUND_PROPERTYproperty.voidSets the value of the property that maps to thefeeselement.voidsetOrderingInstructions(String aValue) Sets the value of the property that maps to theorderingInstructionselement.voidSets the value of the property that maps to theplannedAvailableDateTimeelement.voidsetTurnaround(String aValue) Sets the value of the property that maps to theturnaroundelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
FEES_PROPERTY
Data property that maps to thefeeselement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
PLANNED_AVAILABLE_DATE_TIME_PROPERTY
Data property that maps to theplannedAvailableDateTimeelement. The possible values for this property are instances ofTLcdISO19115Optional<XMLGregorianCalendar>. -
ORDERING_INSTRUCTIONS_PROPERTY
Data property that maps to theorderingInstructionselement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
TURNAROUND_PROPERTY
Data property that maps to theturnaroundelement. The possible values for this property are instances ofTLcdISO19115Optional<String>.
-
-
Constructor Details
-
TLcdISO19115StandardOrderProcess
public TLcdISO19115StandardOrderProcess() -
TLcdISO19115StandardOrderProcess
-
-
Method Details
-
getFees
Returns the role value contained in the value of theFEES_PROPERTYproperty. Returnsnullif the value of theFEES_PROPERTYproperty isnull.- Returns:
- the role value of the
FEES_PROPERTYproperty. - See Also:
-
setFees
Sets the value of the property that maps to thefeeselement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theFEES_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theFEES_PROPERTYproperty.
-
getPlannedAvailableDateTime
Returns the role value contained in the value of thePLANNED_AVAILABLE_DATE_TIME_PROPERTYproperty. Returnsnullif the value of thePLANNED_AVAILABLE_DATE_TIME_PROPERTYproperty isnull.- Returns:
- the role value of the
PLANNED_AVAILABLE_DATE_TIME_PROPERTYproperty. - See Also:
-
setPlannedAvailableDateTime
Sets the value of the property that maps to theplannedAvailableDateTimeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, thePLANNED_AVAILABLE_DATE_TIME_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for thePLANNED_AVAILABLE_DATE_TIME_PROPERTYproperty.
-
getOrderingInstructions
Returns the role value contained in the value of theORDERING_INSTRUCTIONS_PROPERTYproperty. Returnsnullif the value of theORDERING_INSTRUCTIONS_PROPERTYproperty isnull.- Returns:
- the role value of the
ORDERING_INSTRUCTIONS_PROPERTYproperty. - See Also:
-
setOrderingInstructions
Sets the value of the property that maps to theorderingInstructionselement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theORDERING_INSTRUCTIONS_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theORDERING_INSTRUCTIONS_PROPERTYproperty.
-
getTurnaround
Returns the role value contained in the value of theTURNAROUND_PROPERTYproperty. Returnsnullif the value of theTURNAROUND_PROPERTYproperty isnull.- Returns:
- the role value of the
TURNAROUND_PROPERTYproperty. - See Also:
-
setTurnaround
Sets the value of the property that maps to theturnaroundelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theTURNAROUND_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theTURNAROUND_PROPERTYproperty.
-