Package com.luciad.opensearch.model
Class TLcdOpenSearchDescription.Image
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.opensearch.model.TLcdOpenSearchDescription.Image
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Enclosing class:
TLcdOpenSearchDescription
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theheightattribute.static final TLcdDataPropertyData property that maps to thetypeattribute.static final TLcdDataPropertyData property that maps to thewidthattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theheightattribute.getType()Returns the value of the property that maps to thetypeattribute.getWidth()Returns the value of the property that maps to thewidthattribute.voidSets the value of the property that maps to theheightattribute.voidSets the value of the property that maps to thetypeattribute.voidSets the value of the property that maps to thewidthattribute.
-
Field Details
-
HEIGHT_PROPERTY
Data property that maps to theheightattribute. The possible values for this property are instances ofLong. -
TYPE_PROPERTY
Data property that maps to thetypeattribute. The possible values for this property are the publicQNameconstants defined in this class. -
WIDTH_PROPERTY
Data property that maps to thewidthattribute. The possible values for this property are instances ofLong.
-
-
Constructor Details
-
Image
public Image() -
Image
-
-
Method Details
-
getHeight
Returns the value of the property that maps to theheightattribute.Contains the height, in pixels, of this image.
- Returns:
- the value of the
HEIGHT_PROPERTYproperty.
-
setHeight
Sets the value of the property that maps to theheightattribute.Contains the height, in pixels, of this image.
- Parameters:
aValue- the value to set for theHEIGHT_PROPERTYproperty.
-
getType
Returns the value of the property that maps to thetypeattribute.The possible values for this property are the public
QNameconstants defined in this class.Contains the MIME type of this image. Restrictions: The value must be a valid MIME type.
- Returns:
- the value of the
TYPE_PROPERTYproperty.
-
setType
Sets the value of the property that maps to thetypeattribute.The possible values for this property are the public
QNameconstants defined in this class.Contains the MIME type of this image. Restrictions: The value must be a valid MIME type.
- Parameters:
aValue- the value to set for theTYPE_PROPERTYproperty.
-
getWidth
Returns the value of the property that maps to thewidthattribute.Contains the width, in pixels, of this image.
- Returns:
- the value of the
WIDTH_PROPERTYproperty.
-
setWidth
Sets the value of the property that maps to thewidthattribute.Contains the width, in pixels, of this image.
- Parameters:
aValue- the value to set for theWIDTH_PROPERTYproperty.
-