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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theheight
attribute.static final TLcdDataProperty
Data property that maps to thetype
attribute.static final TLcdDataProperty
Data property that maps to thewidth
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theheight
attribute.getType()
Returns the value of the property that maps to thetype
attribute.getWidth()
Returns the value of the property that maps to thewidth
attribute.void
Sets the value of the property that maps to theheight
attribute.void
Sets the value of the property that maps to thetype
attribute.void
Sets the value of the property that maps to thewidth
attribute.
-
Field Details
-
HEIGHT_PROPERTY
Data property that maps to theheight
attribute. The possible values for this property are instances ofLong
. -
TYPE_PROPERTY
Data property that maps to thetype
attribute. The possible values for this property are the publicQName
constants defined in this class. -
WIDTH_PROPERTY
Data property that maps to thewidth
attribute. 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 theheight
attribute.Contains the height, in pixels, of this image.
- Returns:
- the value of the
HEIGHT_PROPERTY
property.
-
setHeight
Sets the value of the property that maps to theheight
attribute.Contains the height, in pixels, of this image.
- Parameters:
aValue
- the value to set for theHEIGHT_PROPERTY
property.
-
getType
Returns the value of the property that maps to thetype
attribute.The possible values for this property are the public
QName
constants 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_PROPERTY
property.
-
setType
Sets the value of the property that maps to thetype
attribute.The possible values for this property are the public
QName
constants 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_PROPERTY
property.
-
getWidth
Returns the value of the property that maps to thewidth
attribute.Contains the width, in pixels, of this image.
- Returns:
- the value of the
WIDTH_PROPERTY
property.
-
setWidth
Sets the value of the property that maps to thewidth
attribute.Contains the width, in pixels, of this image.
- Parameters:
aValue
- the value to set for theWIDTH_PROPERTY
property.
-