Class TLcdISO19115MaintenanceFrequencyCode
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19115Code
com.luciad.format.metadata.model.maintenance.TLcdISO19115MaintenanceFrequencyCode
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Frequency with which modifications and deletions are made to the data after it is
first produced.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdISO19115MaintenanceFrequencyCode
Data is updated every year.static final TLcdISO19115MaintenanceFrequencyCode
Data is updated as deemed necessary.static final TLcdISO19115MaintenanceFrequencyCode
Data is updated twice each year.static final TLcdDataProperty
Data property that maps to thecodeList
attribute.static final TLcdDataProperty
Data property that maps to thecodeListValue
attribute.static final TLcdDataProperty
Data property that maps to thecodeSpace
attribute.static final TLcdISO19115MaintenanceFrequencyCode
Data is repeatedly and frequently updated.static final TLcdISO19115MaintenanceFrequencyCode
Data is updated each day.static final TLcdISO19115MaintenanceFrequencyCode
Data is updated every two weeks.static final TLcdISO19115MaintenanceFrequencyCode
Data is updated in intervals that are uneven in duration.static final TLcdISO19115MaintenanceFrequencyCode
Data is updated each month.static final TLcdISO19115MaintenanceFrequencyCode
There are no plans to update the data.static final TLcdISO19115MaintenanceFrequencyCode
Data is updated every three months.static final TLcdDataProperty
Data property that holds the type of this instance.static final TLcdISO19115MaintenanceFrequencyCode
Frequency of maintenance for the data is not knownstatic final TLcdDataProperty
Data property that maps to the value defined by the simple content.static final TLcdISO19115MaintenanceFrequencyCode
Data is updated on a weekly basis. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thecodeList
attribute.Returns the value of the property that maps to thecodeListValue
attribute.Returns the value of the property that maps to thecodeSpace
attribute.getType()
Returns the value of the property that holds the type of this instance.Returns the value of the property that maps to the value defined by the simple content.void
setCodeList
(URI aValue) Sets the value of the property that maps to thecodeList
attribute.void
setCodeListValue
(URI aValue) Sets the value of the property that maps to thecodeListValue
attribute.void
setCodeSpace
(URI aValue) Sets the value of the property that maps to thecodeSpace
attribute.void
Sets the value of the property that holds the type of this instance.void
setValueObject
(String aValue) Sets the value of the property that maps to the value defined by the simple content.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19115Code
equals, hashCode
-
Field Details
-
CONTINUAL
Data is repeatedly and frequently updated. -
DAILY
Data is updated each day. -
WEEKLY
Data is updated on a weekly basis. -
FORTNIGHTLY
Data is updated every two weeks. -
MONTHLY
Data is updated each month. -
QUARTERLY
Data is updated every three months. -
BIANNUALLY
Data is updated twice each year. -
ANNUALLY
Data is updated every year. -
AS_NEEDED
Data is updated as deemed necessary. -
IRREGULAR
Data is updated in intervals that are uneven in duration. -
NOT_PLANNED
There are no plans to update the data. -
UNKNOWN
Frequency of maintenance for the data is not known -
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofString
. -
CODE_LIST_PROPERTY
Data property that maps to thecodeList
attribute. The possible values for this property are instances ofURI
. -
CODE_LIST_VALUE_PROPERTY
Data property that maps to thecodeListValue
attribute. The possible values for this property are instances ofURI
. -
CODE_SPACE_PROPERTY
Data property that maps to thecodeSpace
attribute. The possible values for this property are instances ofURI
. -
TYPE_PROPERTY
Data property that holds the type of this instance. The possible values for this property are the publicQName
constants defined in this class.
-
-
Constructor Details
-
TLcdISO19115MaintenanceFrequencyCode
-
-
Method Details
-
getValueObject
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
VALUE_PROPERTY
property.
-
setValueObject
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue
- the value to set for theVALUE_PROPERTY
property.
-
getCodeList
Returns the value of the property that maps to thecodeList
attribute.- Returns:
- the value of the
CODE_LIST_PROPERTY
property.
-
setCodeList
Sets the value of the property that maps to thecodeList
attribute.- Parameters:
aValue
- the value to set for theCODE_LIST_PROPERTY
property.
-
getCodeListValue
Returns the value of the property that maps to thecodeListValue
attribute.- Returns:
- the value of the
CODE_LIST_VALUE_PROPERTY
property.
-
setCodeListValue
Sets the value of the property that maps to thecodeListValue
attribute.- Parameters:
aValue
- the value to set for theCODE_LIST_VALUE_PROPERTY
property.
-
getCodeSpace
Returns the value of the property that maps to thecodeSpace
attribute.- Returns:
- the value of the
CODE_SPACE_PROPERTY
property.
-
setCodeSpace
Sets the value of the property that maps to thecodeSpace
attribute.- Parameters:
aValue
- the value to set for theCODE_SPACE_PROPERTY
property.
-
getType
Returns the value of the property that holds the type of this instance.The possible values for this property are the public
QName
constants defined in this class.- Returns:
- the value of the
TYPE_PROPERTY
property.
-
setType
Sets the value of the property that holds the type of this instance.The possible values for this property are the public
QName
constants defined in this class.- Parameters:
aValue
- the value to set for theTYPE_PROPERTY
property.
-