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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thefees
element.static final TLcdDataProperty
Data property that maps to theorderingInstructions
element.static final TLcdDataProperty
Data property that maps to theplannedAvailableDateTime
element.static final TLcdDataProperty
Data property that maps to theturnaround
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetFees()
Returns the role value contained in the value of theFEES_PROPERTY
property.Returns the role value contained in the value of theORDERING_INSTRUCTIONS_PROPERTY
property.Returns the role value contained in the value of thePLANNED_AVAILABLE_DATE_TIME_PROPERTY
property.Returns the role value contained in the value of theTURNAROUND_PROPERTY
property.void
Sets the value of the property that maps to thefees
element.void
setOrderingInstructions
(String aValue) Sets the value of the property that maps to theorderingInstructions
element.void
Sets the value of the property that maps to theplannedAvailableDateTime
element.void
setTurnaround
(String aValue) Sets the value of the property that maps to theturnaround
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
FEES_PROPERTY
Data property that maps to thefees
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
PLANNED_AVAILABLE_DATE_TIME_PROPERTY
Data property that maps to theplannedAvailableDateTime
element. The possible values for this property are instances ofTLcdISO19115Optional<XMLGregorianCalendar>
. -
ORDERING_INSTRUCTIONS_PROPERTY
Data property that maps to theorderingInstructions
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
TURNAROUND_PROPERTY
Data property that maps to theturnaround
element. 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_PROPERTY
property. Returnsnull
if the value of theFEES_PROPERTY
property isnull
.- Returns:
- the role value of the
FEES_PROPERTY
property. - See Also:
-
setFees
Sets the value of the property that maps to thefees
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theFEES_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theFEES_PROPERTY
property.
-
getPlannedAvailableDateTime
Returns the role value contained in the value of thePLANNED_AVAILABLE_DATE_TIME_PROPERTY
property. Returnsnull
if the value of thePLANNED_AVAILABLE_DATE_TIME_PROPERTY
property isnull
.- Returns:
- the role value of the
PLANNED_AVAILABLE_DATE_TIME_PROPERTY
property. - See Also:
-
setPlannedAvailableDateTime
Sets the value of the property that maps to theplannedAvailableDateTime
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, thePLANNED_AVAILABLE_DATE_TIME_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for thePLANNED_AVAILABLE_DATE_TIME_PROPERTY
property.
-
getOrderingInstructions
Returns the role value contained in the value of theORDERING_INSTRUCTIONS_PROPERTY
property. Returnsnull
if the value of theORDERING_INSTRUCTIONS_PROPERTY
property isnull
.- Returns:
- the role value of the
ORDERING_INSTRUCTIONS_PROPERTY
property. - See Also:
-
setOrderingInstructions
Sets the value of the property that maps to theorderingInstructions
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theORDERING_INSTRUCTIONS_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theORDERING_INSTRUCTIONS_PROPERTY
property.
-
getTurnaround
Returns the role value contained in the value of theTURNAROUND_PROPERTY
property. Returnsnull
if the value of theTURNAROUND_PROPERTY
property isnull
.- Returns:
- the role value of the
TURNAROUND_PROPERTY
property. - See Also:
-
setTurnaround
Sets the value of the property that maps to theturnaround
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theTURNAROUND_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theTURNAROUND_PROPERTY
property.
-