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
Android Documentation
SeatControlCapabilities

Class SeatControlCapabilities

Hierarchy

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

Package
com.smartdevicelink.proxy.rpc

Quick Jump

Fields
Constructors
Methods

Fields

KEY_MODULE_NAME

public static final java.lang.String KEY_MODULE_NAME
Constant Value
"moduleName"

KEY_HEATING_ENABLED_AVAILABLE

public static final java.lang.String KEY_HEATING_ENABLED_AVAILABLE
Constant Value
"heatingEnabledAvailable"

KEY_COOLING_ENABLED_AVAILABLE

public static final java.lang.String KEY_COOLING_ENABLED_AVAILABLE
Constant Value
"coolingEnabledAvailable"

KEY_HEATING_LEVEL_AVAILABLE

public static final java.lang.String KEY_HEATING_LEVEL_AVAILABLE
Constant Value
"heatingLevelAvailable"

KEY_COOLING_LEVEL_AVAILABLE

public static final java.lang.String KEY_COOLING_LEVEL_AVAILABLE
Constant Value
"coolingLevelAvailable"

KEY_HORIZONTAL_POSITION_AVAILABLE

public static final java.lang.String KEY_HORIZONTAL_POSITION_AVAILABLE
Constant Value
"horizontalPositionAvailable"

KEY_VERTICAL_POSITION_AVAILABLE

public static final java.lang.String KEY_VERTICAL_POSITION_AVAILABLE
Constant Value
"verticalPositionAvailable"

KEY_FRONT_VERTICAL_POSITION_AVAILABLE

public static final java.lang.String KEY_FRONT_VERTICAL_POSITION_AVAILABLE
Constant Value
"frontVerticalPositionAvailable"

KEY_BACK_VERTICAL_POSITION_AVAILABLE

public static final java.lang.String KEY_BACK_VERTICAL_POSITION_AVAILABLE
Constant Value
"backVerticalPositionAvailable"

KEY_BACK_TILT_ANGLE_AVAILABLE

public static final java.lang.String KEY_BACK_TILT_ANGLE_AVAILABLE
Constant Value
"backTiltAngleAvailable"

KEY_HEAD_SUPPORT_HORIZONTAL_POSITION_AVAILABLE

public static final java.lang.String KEY_HEAD_SUPPORT_HORIZONTAL_POSITION_AVAILABLE
Constant Value
"headSupportHorizontalPositionAvailable"

KEY_HEAD_SUPPORT_VERTICAL_POSITION_AVAILABLE

public static final java.lang.String KEY_HEAD_SUPPORT_VERTICAL_POSITION_AVAILABLE
Constant Value
"headSupportVerticalPositionAvailable"

KEY_MASSAGE_ENABLED_AVAILABLE

public static final java.lang.String KEY_MASSAGE_ENABLED_AVAILABLE
Constant Value
"massageEnabledAvailable"

KEY_MASSAGE_MODE_AVAILABLE

public static final java.lang.String KEY_MASSAGE_MODE_AVAILABLE
Constant Value
"massageModeAvailable"

KEY_MASSAGE_CUSHION_FIRMNESS_AVAILABLE

public static final java.lang.String KEY_MASSAGE_CUSHION_FIRMNESS_AVAILABLE
Constant Value
"massageCushionFirmnessAvailable"

KEY_MEMORY_AVAILABLE

public static final java.lang.String KEY_MEMORY_AVAILABLE
Constant Value
"memoryAvailable"

KEY_MODULE_INFO

public static final java.lang.String KEY_MODULE_INFO
Constant Value
"moduleInfo"

Inherited Fields

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

Constructors

SeatControlCapabilities()

Constructs a new SeatControlCapabilities object

public SeatControlCapabilities()

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

Constructs a new SeatControlCapabilities object indicated by the Hashtable parameter

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

Constructor Parameters

hash
The Hashtable to use

SeatControlCapabilities( String moduleName )

Constructs a newly allocated SeatControlCapabilities object

public SeatControlCapabilities(String moduleName)

Constructor Parameters

moduleName
short friendly name of the seat control module.

Methods

getModuleName()

Get the moduleName portion of the SeatControlCapabilities class

public java.lang.String getModuleName()

setModuleName( String moduleName )

Sets the moduleName portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setModuleName(String moduleName)

Method Parameters

moduleName
- The short friendly name of the seat control module. It should not be used to identify a module by mobile application.

setHeatingEnabledAvailable( Boolean heatingEnabledAvailable )

Sets the heatingEnabledAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setHeatingEnabledAvailable(Boolean heatingEnabledAvailable)

Method Parameters

heatingEnabledAvailable

getHeatingEnabledAvailable()

Gets the heatingEnabledAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getHeatingEnabledAvailable()

setCoolingEnabledAvailable( Boolean coolingEnabledAvailable )

Sets the coolingEnabledAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setCoolingEnabledAvailable(Boolean coolingEnabledAvailable)

Method Parameters

coolingEnabledAvailable

getCoolingEnabledAvailable()

Gets the coolingEnabledAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getCoolingEnabledAvailable()

setHeatingLevelAvailable( Boolean heatingLevelAvailable )

Sets the heatingLevelAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setHeatingLevelAvailable(Boolean heatingLevelAvailable)

Method Parameters

heatingLevelAvailable

getHeatingLevelAvailable()

Gets the heatingLevelAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getHeatingLevelAvailable()

setCoolingLevelAvailable( Boolean coolingLevelAvailable )

Sets the coolingLevelAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setCoolingLevelAvailable(Boolean coolingLevelAvailable)

Method Parameters

coolingLevelAvailable

getCoolingLevelAvailable()

Gets the coolingLevelAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getCoolingLevelAvailable()

setHorizontalPositionAvailable( Boolean horizontalPositionAvailable )

Sets the horizontalPositionAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setHorizontalPositionAvailable(Boolean horizontalPositionAvailable)

Method Parameters

horizontalPositionAvailable

getHorizontalPositionAvailable()

Gets the horizontalPositionAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getHorizontalPositionAvailable()

setVerticalPositionAvailable( Boolean verticalPositionAvailable )

Sets the verticalPositionAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setVerticalPositionAvailable(Boolean verticalPositionAvailable)

Method Parameters

verticalPositionAvailable

getVerticalPositionAvailable()

Gets the verticalPositionAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getVerticalPositionAvailable()

setFrontVerticalPositionAvailable( Boolean frontVerticalPositionAvailable )

Sets the frontVerticalPositionAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setFrontVerticalPositionAvailable(Boolean frontVerticalPositionAvailable)

Method Parameters

frontVerticalPositionAvailable

getFrontVerticalPositionAvailable()

Gets the frontVerticalPositionAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getFrontVerticalPositionAvailable()

setBackVerticalPositionAvailable( Boolean backVerticalPositionAvailable )

Sets the backVerticalPositionAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setBackVerticalPositionAvailable(Boolean backVerticalPositionAvailable)

Method Parameters

backVerticalPositionAvailable

getBackVerticalPositionAvailable()

Gets the backVerticalPositionAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getBackVerticalPositionAvailable()

setBackTiltAngleAvailable( Boolean backTiltAngleAvailable )

Sets the backTiltAngleAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setBackTiltAngleAvailable(Boolean backTiltAngleAvailable)

Method Parameters

backTiltAngleAvailable

getBackTiltAngleAvailable()

Gets the backTiltAngleAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getBackTiltAngleAvailable()

setHeadSupportHorizontalPositionAvailable( Boolean headSupportHorizontalPositionAvailable )

Sets the headSupportHorizontalPositionAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setHeadSupportHorizontalPositionAvailable(Boolean headSupportHorizontalPositionAvailable)

Method Parameters

headSupportHorizontalPositionAvailable

getHeadSupportHorizontalPositionAvailable()

Gets the headSupportHorizontalPositionAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getHeadSupportHorizontalPositionAvailable()

setHeadSupportVerticalPositionAvailable( Boolean headSupportVerticalPositionAvailable )

Sets the headSupportVerticalPositionAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setHeadSupportVerticalPositionAvailable(Boolean headSupportVerticalPositionAvailable)

Method Parameters

headSupportVerticalPositionAvailable

getHeadSupportVerticalPositionAvailable()

Gets the headSupportVerticalPositionAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getHeadSupportVerticalPositionAvailable()

setMassageEnabledAvailable( Boolean massageEnabledAvailable )

Sets the massageEnabledAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setMassageEnabledAvailable(Boolean massageEnabledAvailable)

Method Parameters

massageEnabledAvailable

getMassageEnabledAvailable()

Gets the massageEnabledAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getMassageEnabledAvailable()

setMassageModeAvailable( Boolean massageModeAvailable )

Sets the massageModeAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setMassageModeAvailable(Boolean massageModeAvailable)

Method Parameters

massageModeAvailable

getMassageModeAvailable()

Gets the massageModeAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getMassageModeAvailable()

setMassageCushionFirmnessAvailable( Boolean massageCushionFirmnessAvailable )

Sets the massageCushionFirmnessAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setMassageCushionFirmnessAvailable(Boolean massageCushionFirmnessAvailable)

Method Parameters

massageCushionFirmnessAvailable

getMassageCushionFirmnessAvailable()

Gets the massageCushionFirmnessAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getMassageCushionFirmnessAvailable()

setMemoryAvailable( Boolean memoryAvailable )

Sets the memoryAvailable portion of the SeatControlCapabilities class

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setMemoryAvailable(Boolean memoryAvailable)

Method Parameters

memoryAvailable

getMemoryAvailable()

Gets the memoryAvailable portion of the SeatControlCapabilities class

public java.lang.Boolean getMemoryAvailable()

setModuleInfo( ModuleInfo info )

Sets ModuleInfo for this capability

public com.smartdevicelink.proxy.rpc.SeatControlCapabilities setModuleInfo(ModuleInfo info)

Method Parameters

info
the ModuleInfo to be set

getModuleInfo()

Gets a ModuleInfo of this capability

public com.smartdevicelink.proxy.rpc.ModuleInfo getModuleInfo()

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