
com.palominolabs.crm.sf.soap.jaxwsstub.metadata.SearchLayouts Maven / Gradle / Ivy
package com.palominolabs.crm.sf.soap.jaxwsstub.metadata;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for SearchLayouts complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="SearchLayouts">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="customTabListAdditionalFields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* <element name="excludedStandardButtons" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* <element name="listViewButtons" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* <element name="lookupDialogsAdditionalFields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* <element name="lookupFilterFields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* <element name="lookupPhoneDialogsAdditionalFields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* <element name="searchFilterFields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* <element name="searchResultsAdditionalFields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* <element name="searchResultsCustomButtons" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SearchLayouts", propOrder = {
"customTabListAdditionalFields",
"excludedStandardButtons",
"listViewButtons",
"lookupDialogsAdditionalFields",
"lookupFilterFields",
"lookupPhoneDialogsAdditionalFields",
"searchFilterFields",
"searchResultsAdditionalFields",
"searchResultsCustomButtons"
})
public class SearchLayouts {
protected List customTabListAdditionalFields;
protected List excludedStandardButtons;
protected List listViewButtons;
protected List lookupDialogsAdditionalFields;
protected List lookupFilterFields;
protected List lookupPhoneDialogsAdditionalFields;
protected List searchFilterFields;
protected List searchResultsAdditionalFields;
protected List searchResultsCustomButtons;
/**
* Gets the value of the customTabListAdditionalFields property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the customTabListAdditionalFields property.
*
*
* For example, to add a new item, do as follows:
*
* getCustomTabListAdditionalFields().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getCustomTabListAdditionalFields() {
if (customTabListAdditionalFields == null) {
customTabListAdditionalFields = new ArrayList();
}
return this.customTabListAdditionalFields;
}
/**
* Gets the value of the excludedStandardButtons property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the excludedStandardButtons property.
*
*
* For example, to add a new item, do as follows:
*
* getExcludedStandardButtons().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getExcludedStandardButtons() {
if (excludedStandardButtons == null) {
excludedStandardButtons = new ArrayList();
}
return this.excludedStandardButtons;
}
/**
* Gets the value of the listViewButtons property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the listViewButtons property.
*
*
* For example, to add a new item, do as follows:
*
* getListViewButtons().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getListViewButtons() {
if (listViewButtons == null) {
listViewButtons = new ArrayList();
}
return this.listViewButtons;
}
/**
* Gets the value of the lookupDialogsAdditionalFields property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the lookupDialogsAdditionalFields property.
*
*
* For example, to add a new item, do as follows:
*
* getLookupDialogsAdditionalFields().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getLookupDialogsAdditionalFields() {
if (lookupDialogsAdditionalFields == null) {
lookupDialogsAdditionalFields = new ArrayList();
}
return this.lookupDialogsAdditionalFields;
}
/**
* Gets the value of the lookupFilterFields property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the lookupFilterFields property.
*
*
* For example, to add a new item, do as follows:
*
* getLookupFilterFields().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getLookupFilterFields() {
if (lookupFilterFields == null) {
lookupFilterFields = new ArrayList();
}
return this.lookupFilterFields;
}
/**
* Gets the value of the lookupPhoneDialogsAdditionalFields property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the lookupPhoneDialogsAdditionalFields property.
*
*
* For example, to add a new item, do as follows:
*
* getLookupPhoneDialogsAdditionalFields().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getLookupPhoneDialogsAdditionalFields() {
if (lookupPhoneDialogsAdditionalFields == null) {
lookupPhoneDialogsAdditionalFields = new ArrayList();
}
return this.lookupPhoneDialogsAdditionalFields;
}
/**
* Gets the value of the searchFilterFields property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the searchFilterFields property.
*
*
* For example, to add a new item, do as follows:
*
* getSearchFilterFields().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getSearchFilterFields() {
if (searchFilterFields == null) {
searchFilterFields = new ArrayList();
}
return this.searchFilterFields;
}
/**
* Gets the value of the searchResultsAdditionalFields property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the searchResultsAdditionalFields property.
*
*
* For example, to add a new item, do as follows:
*
* getSearchResultsAdditionalFields().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getSearchResultsAdditionalFields() {
if (searchResultsAdditionalFields == null) {
searchResultsAdditionalFields = new ArrayList();
}
return this.searchResultsAdditionalFields;
}
/**
* Gets the value of the searchResultsCustomButtons property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the searchResultsCustomButtons property.
*
*
* For example, to add a new item, do as follows:
*
* getSearchResultsCustomButtons().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getSearchResultsCustomButtons() {
if (searchResultsCustomButtons == null) {
searchResultsCustomButtons = new ArrayList();
}
return this.searchResultsCustomButtons;
}
}