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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thebaseattribute.static final TLcdDataPropertyData property that maps to thelangattribute.static final TLcdDataPropertyData property that maps to theuriattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content.static final TLcdDataPropertyData property that maps to theversionattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Returns the value of the property that maps to thebaseattribute.Returns the value of the property that maps to thelangattribute.getUri()Returns the value of the property that maps to theuriattribute.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 theversionattribute.voidSets the value of the property that maps to thebaseattribute.voidsetLanguage(String aValue) Sets the value of the property that maps to thelangattribute.voidSets the value of the property that maps to theuriattribute.voidsetValueObject(String aValue) Sets the value of the property that maps to the value defined by the simple content.voidsetVersion(String aValue) Sets the value of the property that maps to theversionattribute.
-
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 theuriattribute. The possible values for this property are instances ofURI. -
VERSION_PROPERTY
Data property that maps to theversionattribute. The possible values for this property are instances ofString. -
BASE_PROPERTY
Data property that maps to thebaseattribute. The possible values for this property are instances ofURI. -
LANGUAGE_PROPERTY
Data property that maps to thelangattribute. 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_PROPERTYproperty.
-
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_PROPERTYproperty.
-
getUri
Returns the value of the property that maps to theuriattribute.- Returns:
- the value of the
URI_PROPERTYproperty.
-
setUri
Sets the value of the property that maps to theuriattribute.- Parameters:
aValue- the value to set for theURI_PROPERTYproperty.
-
getVersion
Returns the value of the property that maps to theversionattribute.- Returns:
- the value of the
VERSION_PROPERTYproperty.
-
setVersion
Sets the value of the property that maps to theversionattribute.- Parameters:
aValue- the value to set for theVERSION_PROPERTYproperty.
-
getBase
Returns the value of the property that maps to thebaseattribute.- Returns:
- the value of the
BASE_PROPERTYproperty.
-
setBase
Sets the value of the property that maps to thebaseattribute.- Parameters:
aValue- the value to set for theBASE_PROPERTYproperty.
-
getLanguage
Returns the value of the property that maps to thelangattribute.- Returns:
- the value of the
LANGUAGE_PROPERTYproperty.
-
setLanguage
Sets the value of the property that maps to thelangattribute.- Parameters:
aValue- the value to set for theLANGUAGE_PROPERTYproperty.
-