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

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

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

 * <complexType name="AdjustmentsSettings">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="enableAdjustments" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "AdjustmentsSettings", propOrder = { "enableAdjustments" }) public class AdjustmentsSettings { protected boolean enableAdjustments; /** * Gets the value of the enableAdjustments property. * */ public boolean isEnableAdjustments() { return enableAdjustments; } /** * Sets the value of the enableAdjustments property. * */ public void setEnableAdjustments(boolean value) { this.enableAdjustments = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy