All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.palominolabs.crm.sf.soap.jaxwsstub.metadata.TouchMobileSettings Maven / Gradle / Ivy

The newest version!

package com.palominolabs.crm.sf.soap.jaxwsstub.metadata;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for TouchMobileSettings complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="TouchMobileSettings">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="enableTouchAppIPad" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="enableTouchAppIPhone" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="enableTouchBrowserIPad" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="enableTouchIosPhone" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="enableVisualforceInTouch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TouchMobileSettings", propOrder = { "enableTouchAppIPad", "enableTouchAppIPhone", "enableTouchBrowserIPad", "enableTouchIosPhone", "enableVisualforceInTouch" }) public class TouchMobileSettings { protected Boolean enableTouchAppIPad; protected Boolean enableTouchAppIPhone; protected Boolean enableTouchBrowserIPad; protected Boolean enableTouchIosPhone; protected Boolean enableVisualforceInTouch; /** * Gets the value of the enableTouchAppIPad property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEnableTouchAppIPad() { return enableTouchAppIPad; } /** * Sets the value of the enableTouchAppIPad property. * * @param value * allowed object is * {@link Boolean } * */ public void setEnableTouchAppIPad(Boolean value) { this.enableTouchAppIPad = value; } /** * Gets the value of the enableTouchAppIPhone property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEnableTouchAppIPhone() { return enableTouchAppIPhone; } /** * Sets the value of the enableTouchAppIPhone property. * * @param value * allowed object is * {@link Boolean } * */ public void setEnableTouchAppIPhone(Boolean value) { this.enableTouchAppIPhone = value; } /** * Gets the value of the enableTouchBrowserIPad property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEnableTouchBrowserIPad() { return enableTouchBrowserIPad; } /** * Sets the value of the enableTouchBrowserIPad property. * * @param value * allowed object is * {@link Boolean } * */ public void setEnableTouchBrowserIPad(Boolean value) { this.enableTouchBrowserIPad = value; } /** * Gets the value of the enableTouchIosPhone property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEnableTouchIosPhone() { return enableTouchIosPhone; } /** * Sets the value of the enableTouchIosPhone property. * * @param value * allowed object is * {@link Boolean } * */ public void setEnableTouchIosPhone(Boolean value) { this.enableTouchIosPhone = value; } /** * Gets the value of the enableVisualforceInTouch property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEnableVisualforceInTouch() { return enableVisualforceInTouch; } /** * Sets the value of the enableVisualforceInTouch property. * * @param value * allowed object is * {@link Boolean } * */ public void setEnableVisualforceInTouch(Boolean value) { this.enableVisualforceInTouch = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy