Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaEE Documentation
SeatControlData

Class SeatControlData

Hierarchy

java.lang.Object
     com.smartdevicelink.proxy.RPCStruct

Package
com.smartdevicelink.proxy.rpc

Overview

Seat control data corresponds to "SEAT" ModuleType.

Quick Jump

Fields
Constructors
Methods

Fields

KEY_ID

public static final java.lang.String KEY_ID
Constant Value
"id"

KEY_HEATING_ENABLED

public static final java.lang.String KEY_HEATING_ENABLED
Constant Value
"heatingEnabled"

KEY_COOLING_ENABLED

public static final java.lang.String KEY_COOLING_ENABLED
Constant Value
"coolingEnabled"

KEY_HEATING_LEVEL

public static final java.lang.String KEY_HEATING_LEVEL
Constant Value
"heatingLevel"

KEY_COOLING_LEVEL

public static final java.lang.String KEY_COOLING_LEVEL
Constant Value
"coolingLevel"

KEY_HORIZONTAL_POSITION

public static final java.lang.String KEY_HORIZONTAL_POSITION
Constant Value
"horizontalPosition"

KEY_VERTICAL_POSITION

public static final java.lang.String KEY_VERTICAL_POSITION
Constant Value
"verticalPosition"

KEY_FRONT_VERTICAL_POSITION

public static final java.lang.String KEY_FRONT_VERTICAL_POSITION
Constant Value
"frontVerticalPosition"

KEY_BACK_VERTICAL_POSITION

public static final java.lang.String KEY_BACK_VERTICAL_POSITION
Constant Value
"backVerticalPosition"

KEY_BACK_TILT_ANGLE

public static final java.lang.String KEY_BACK_TILT_ANGLE
Constant Value
"backTiltAngle"

KEY_HEAD_SUPPORT_HORIZONTAL_POSITION

public static final java.lang.String KEY_HEAD_SUPPORT_HORIZONTAL_POSITION
Constant Value
"headSupportHorizontalPosition"

KEY_HEAD_SUPPORT_VERTICAL_POSITION

public static final java.lang.String KEY_HEAD_SUPPORT_VERTICAL_POSITION
Constant Value
"headSupportVerticalPosition"

KEY_MASSAGE_ENABLED

public static final java.lang.String KEY_MASSAGE_ENABLED
Constant Value
"massageEnabled"

KEY_MASSAGE_MODE

public static final java.lang.String KEY_MASSAGE_MODE
Constant Value
"massageMode"

KEY_MASSAGE_CUSHION_FIRMNESS

public static final java.lang.String KEY_MASSAGE_CUSHION_FIRMNESS
Constant Value
"massageCushionFirmness"

KEY_MEMORY

public static final java.lang.String KEY_MEMORY
Constant Value
"memory"

Inherited Fields

From Class Fields
com.smartdevicelink.proxy.RPCStruct KEY_BULK_DATA, KEY_PROTECTED, store

Constructors

SeatControlData()

Constructs a new SeatControlData object

public SeatControlData()

SeatControlData( java.util.Hashtable<java.lang.String, java.lang.Object> hash )

Constructs a new SeatControlData object indicated by the Hashtable parameter

public SeatControlData(java.util.Hashtable<java.lang.String, java.lang.Object> hash)

Constructor Parameters

hash
The Hashtable to use

SeatControlData( SupportedSeat id )

Constructs a newly allocated SeatControlData object

public SeatControlData(SupportedSeat id)

Constructor Parameters

id
type of SupportedSeat.

Methods

setId( SupportedSeat id )

Deprecated
Sets the id portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setId(SupportedSeat id)

Method Parameters

id

getId()

Deprecated
Gets the id portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.enums.SupportedSeat getId()

setHeatingEnabled( Boolean heatingEnabled )

Sets the heatingEnabled portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setHeatingEnabled(Boolean heatingEnabled)

Method Parameters

heatingEnabled

getHeatingEnabled()

Gets the heatingEnabled portion of the SeatControlData class

public java.lang.Boolean getHeatingEnabled()

setCoolingEnabled( Boolean coolingEnabled )

Sets the coolingEnabled portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setCoolingEnabled(Boolean coolingEnabled)

Method Parameters

coolingEnabled

getCoolingEnabled()

Gets the coolingEnabled portion of the SeatControlData class

public java.lang.Boolean getCoolingEnabled()

setHeatingLevel( Integer heatingLevel )

Sets the heatingLevel portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setHeatingLevel(Integer heatingLevel)

Method Parameters

heatingLevel

getHeatingLevel()

Gets the heatingLevel portion of the SeatControlData class

public java.lang.Integer getHeatingLevel()

setCoolingLevel( Integer coolingLevel )

Sets the coolingLevel portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setCoolingLevel(Integer coolingLevel)

Method Parameters

coolingLevel

getCoolingLevel()

Gets the coolingLevel portion of the SeatControlData class

public java.lang.Integer getCoolingLevel()

setHorizontalPosition( Integer horizontalPosition )

Sets the horizontalPosition portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setHorizontalPosition(Integer horizontalPosition)

Method Parameters

horizontalPosition

getHorizontalPosition()

Gets the horizontalPosition portion of the SeatControlData class

public java.lang.Integer getHorizontalPosition()

setVerticalPosition( Integer verticalPosition )

Sets the verticalPosition portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setVerticalPosition(Integer verticalPosition)

Method Parameters

verticalPosition

getVerticalPosition()

Gets the verticalPosition portion of the SeatControlData class

public java.lang.Integer getVerticalPosition()

setFrontVerticalPosition( Integer frontVerticalPosition )

Sets the frontVerticalPosition portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setFrontVerticalPosition(Integer frontVerticalPosition)

Method Parameters

frontVerticalPosition

getFrontVerticalPosition()

Gets the frontVerticalPosition portion of the SeatControlData class

public java.lang.Integer getFrontVerticalPosition()

setBackVerticalPosition( Integer backVerticalPosition )

Sets the backVerticalPosition portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setBackVerticalPosition(Integer backVerticalPosition)

Method Parameters

backVerticalPosition

getBackVerticalPosition()

Gets the backVerticalPosition portion of the SeatControlData class

public java.lang.Integer getBackVerticalPosition()

setBackTiltAngle( Integer backTiltAngle )

Sets the backTiltAngle portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setBackTiltAngle(Integer backTiltAngle)

Method Parameters

backTiltAngle

getBackTiltAngle()

Gets the backTiltAngle portion of the SeatControlData class

public java.lang.Integer getBackTiltAngle()

setHeadSupportHorizontalPosition( Integer headSupportHorizontalPosition )

Sets the headSupportHorizontalPosition portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setHeadSupportHorizontalPosition(Integer headSupportHorizontalPosition)

Method Parameters

headSupportHorizontalPosition

getHeadSupportHorizontalPosition()

Gets the headSupportHorizontalPosition portion of the SeatControlData class

public java.lang.Integer getHeadSupportHorizontalPosition()

setHeadSupportVerticalPosition( Integer headSupportVerticalPosition )

Sets the headSupportVerticalPosition portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setHeadSupportVerticalPosition(Integer headSupportVerticalPosition)

Method Parameters

headSupportVerticalPosition

getHeadSupportVerticalPosition()

Gets the headSupportVerticalPosition portion of the SeatControlData class

public java.lang.Integer getHeadSupportVerticalPosition()

setMassageEnabled( Boolean massageEnabled )

Sets the massageEnabled portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setMassageEnabled(Boolean massageEnabled)

Method Parameters

massageEnabled

getMassageEnabled()

Gets the massageEnabled portion of the SeatControlData class

public java.lang.Boolean getMassageEnabled()

getMassageMode()

Gets the List portion of the SeatControlData class

public java.util.List getMassageMode()

setMassageMode( java.util.List<com.smartdevicelink.proxy.rpc.MassageModeData> massageMode )

Sets the massageMode portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setMassageMode(java.util.List<com.smartdevicelink.proxy.rpc.MassageModeData> massageMode)

Method Parameters

massageMode

getMassageCushionFirmness()

Gets the List portion of the SeatControlData class

public java.util.List getMassageCushionFirmness()

setMassageCushionFirmness( java.util.List<com.smartdevicelink.proxy.rpc.MassageCushionFirmness> massageCushionFirmness )

Sets the massageCushionFirmness portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setMassageCushionFirmness(java.util.List<com.smartdevicelink.proxy.rpc.MassageCushionFirmness> massageCushionFirmness)

Method Parameters

massageCushionFirmness

setMemory( SeatMemoryAction memory )

Sets the memory portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatControlData setMemory(SeatMemoryAction memory)

Method Parameters

memory

getMemory()

Gets the memory portion of the SeatControlData class

public com.smartdevicelink.proxy.rpc.SeatMemoryAction getMemory()

Inherited Methods

From Class Methods
com.smartdevicelink.proxy.RPCStruct getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section