
com.palominolabs.crm.sf.soap.jaxwsstub.metadata.EntitlementSettings 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 EntitlementSettings complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="EntitlementSettings">
* <complexContent>
* <extension base="{http://soap.sforce.com/2006/04/metadata}Metadata">
* <sequence>
* <element name="assetLookupLimitedToActiveEntitlementsOnAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="assetLookupLimitedToActiveEntitlementsOnContact" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="assetLookupLimitedToSameAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="assetLookupLimitedToSameContact" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="enableEntitlementVersioning" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="enableEntitlements" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="entitlementLookupLimitedToActiveStatus" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="entitlementLookupLimitedToSameAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="entitlementLookupLimitedToSameAsset" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* <element name="entitlementLookupLimitedToSameContact" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "EntitlementSettings", propOrder = {
"assetLookupLimitedToActiveEntitlementsOnAccount",
"assetLookupLimitedToActiveEntitlementsOnContact",
"assetLookupLimitedToSameAccount",
"assetLookupLimitedToSameContact",
"enableEntitlementVersioning",
"enableEntitlements",
"entitlementLookupLimitedToActiveStatus",
"entitlementLookupLimitedToSameAccount",
"entitlementLookupLimitedToSameAsset",
"entitlementLookupLimitedToSameContact"
})
public class EntitlementSettings
extends Metadata
{
protected Boolean assetLookupLimitedToActiveEntitlementsOnAccount;
protected Boolean assetLookupLimitedToActiveEntitlementsOnContact;
protected Boolean assetLookupLimitedToSameAccount;
protected Boolean assetLookupLimitedToSameContact;
protected boolean enableEntitlementVersioning;
protected boolean enableEntitlements;
protected Boolean entitlementLookupLimitedToActiveStatus;
protected Boolean entitlementLookupLimitedToSameAccount;
protected Boolean entitlementLookupLimitedToSameAsset;
protected Boolean entitlementLookupLimitedToSameContact;
/**
* Gets the value of the assetLookupLimitedToActiveEntitlementsOnAccount property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isAssetLookupLimitedToActiveEntitlementsOnAccount() {
return assetLookupLimitedToActiveEntitlementsOnAccount;
}
/**
* Sets the value of the assetLookupLimitedToActiveEntitlementsOnAccount property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setAssetLookupLimitedToActiveEntitlementsOnAccount(Boolean value) {
this.assetLookupLimitedToActiveEntitlementsOnAccount = value;
}
/**
* Gets the value of the assetLookupLimitedToActiveEntitlementsOnContact property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isAssetLookupLimitedToActiveEntitlementsOnContact() {
return assetLookupLimitedToActiveEntitlementsOnContact;
}
/**
* Sets the value of the assetLookupLimitedToActiveEntitlementsOnContact property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setAssetLookupLimitedToActiveEntitlementsOnContact(Boolean value) {
this.assetLookupLimitedToActiveEntitlementsOnContact = value;
}
/**
* Gets the value of the assetLookupLimitedToSameAccount property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isAssetLookupLimitedToSameAccount() {
return assetLookupLimitedToSameAccount;
}
/**
* Sets the value of the assetLookupLimitedToSameAccount property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setAssetLookupLimitedToSameAccount(Boolean value) {
this.assetLookupLimitedToSameAccount = value;
}
/**
* Gets the value of the assetLookupLimitedToSameContact property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isAssetLookupLimitedToSameContact() {
return assetLookupLimitedToSameContact;
}
/**
* Sets the value of the assetLookupLimitedToSameContact property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setAssetLookupLimitedToSameContact(Boolean value) {
this.assetLookupLimitedToSameContact = value;
}
/**
* Gets the value of the enableEntitlementVersioning property.
*
*/
public boolean isEnableEntitlementVersioning() {
return enableEntitlementVersioning;
}
/**
* Sets the value of the enableEntitlementVersioning property.
*
*/
public void setEnableEntitlementVersioning(boolean value) {
this.enableEntitlementVersioning = value;
}
/**
* Gets the value of the enableEntitlements property.
*
*/
public boolean isEnableEntitlements() {
return enableEntitlements;
}
/**
* Sets the value of the enableEntitlements property.
*
*/
public void setEnableEntitlements(boolean value) {
this.enableEntitlements = value;
}
/**
* Gets the value of the entitlementLookupLimitedToActiveStatus property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isEntitlementLookupLimitedToActiveStatus() {
return entitlementLookupLimitedToActiveStatus;
}
/**
* Sets the value of the entitlementLookupLimitedToActiveStatus property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setEntitlementLookupLimitedToActiveStatus(Boolean value) {
this.entitlementLookupLimitedToActiveStatus = value;
}
/**
* Gets the value of the entitlementLookupLimitedToSameAccount property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isEntitlementLookupLimitedToSameAccount() {
return entitlementLookupLimitedToSameAccount;
}
/**
* Sets the value of the entitlementLookupLimitedToSameAccount property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setEntitlementLookupLimitedToSameAccount(Boolean value) {
this.entitlementLookupLimitedToSameAccount = value;
}
/**
* Gets the value of the entitlementLookupLimitedToSameAsset property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isEntitlementLookupLimitedToSameAsset() {
return entitlementLookupLimitedToSameAsset;
}
/**
* Sets the value of the entitlementLookupLimitedToSameAsset property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setEntitlementLookupLimitedToSameAsset(Boolean value) {
this.entitlementLookupLimitedToSameAsset = value;
}
/**
* Gets the value of the entitlementLookupLimitedToSameContact property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isEntitlementLookupLimitedToSameContact() {
return entitlementLookupLimitedToSameContact;
}
/**
* Sets the value of the entitlementLookupLimitedToSameContact property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setEntitlementLookupLimitedToSameContact(Boolean value) {
this.entitlementLookupLimitedToSameContact = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy