Class TLcdAtomGenerator
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.atom.model.TLcdAtomGenerator
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
The Atom generator element is defined in section 4.2.4 of the format spec.
- Since:
- 2017.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thebase
attribute.static final TLcdDataProperty
Data property that maps to thelang
attribute.static final TLcdDataProperty
Data property that maps to theuri
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content.static final TLcdDataProperty
Data property that maps to theversion
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBase()
Returns the value of the property that maps to thebase
attribute.Returns the value of the property that maps to thelang
attribute.getUri()
Returns the value of the property that maps to theuri
attribute.Returns the value of the property that maps to the value defined by the simple content.Returns the value of the property that maps to theversion
attribute.void
Sets the value of the property that maps to thebase
attribute.void
setLanguage
(String aValue) Sets the value of the property that maps to thelang
attribute.void
Sets the value of the property that maps to theuri
attribute.void
setValueObject
(String aValue) Sets the value of the property that maps to the value defined by the simple content.void
setVersion
(String aValue) Sets the value of the property that maps to theversion
attribute.
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofString
. -
URI_PROPERTY
Data property that maps to theuri
attribute. The possible values for this property are instances ofURI
. -
VERSION_PROPERTY
Data property that maps to theversion
attribute. The possible values for this property are instances ofString
. -
BASE_PROPERTY
Data property that maps to thebase
attribute. The possible values for this property are instances ofURI
. -
LANGUAGE_PROPERTY
Data property that maps to thelang
attribute. The possible values for this property are instances ofString
.
-
-
Constructor Details
-
TLcdAtomGenerator
public TLcdAtomGenerator() -
TLcdAtomGenerator
-
-
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.
-
getUri
Returns the value of the property that maps to theuri
attribute.- Returns:
- the value of the
URI_PROPERTY
property.
-
setUri
Sets the value of the property that maps to theuri
attribute.- Parameters:
aValue
- the value to set for theURI_PROPERTY
property.
-
getVersion
Returns the value of the property that maps to theversion
attribute.- Returns:
- the value of the
VERSION_PROPERTY
property.
-
setVersion
Sets the value of the property that maps to theversion
attribute.- Parameters:
aValue
- the value to set for theVERSION_PROPERTY
property.
-
getBase
Returns the value of the property that maps to thebase
attribute.- Returns:
- the value of the
BASE_PROPERTY
property.
-
setBase
Sets the value of the property that maps to thebase
attribute.- Parameters:
aValue
- the value to set for theBASE_PROPERTY
property.
-
getLanguage
Returns the value of the property that maps to thelang
attribute.- Returns:
- the value of the
LANGUAGE_PROPERTY
property.
-
setLanguage
Sets the value of the property that maps to thelang
attribute.- Parameters:
aValue
- the value to set for theLANGUAGE_PROPERTY
property.
-