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

com.palominolabs.crm.sf.soap.jaxwsstub.metadata.QuoteSettings 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 QuoteSettings complex type. * *

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

 * <complexType name="QuoteSettings">
 *   <complexContent>
 *     <extension base="{http://soap.sforce.com/2006/04/metadata}Metadata">
 *       <sequence>
 *         <element name="enableQuote" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "QuoteSettings", propOrder = { "enableQuote" }) public class QuoteSettings extends Metadata { protected boolean enableQuote; /** * Gets the value of the enableQuote property. * */ public boolean isEnableQuote() { return enableQuote; } /** * Sets the value of the enableQuote property. * */ public void setEnableQuote(boolean value) { this.enableQuote = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy