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

com.palominolabs.crm.sf.soap.jaxwsstub.metadata.Metadata 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.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for Metadata complex type. * *

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

 * <complexType name="Metadata">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Metadata", propOrder = { "fullName" }) @XmlSeeAlso({ WorkflowRule.class, Skill.class, ExternalDataSource.class, IdeasSettings.class, LiveAgentSettings.class, ActivitiesSettings.class, CustomSite.class, ReportType.class, CustomPageWebLink.class, InstalledPackage.class, Queue.class, CustomField.class, AssignmentRule.class, LiveChatAgentConfig.class, BusinessProcess.class, PermissionSet.class, ForecastingSettings.class, Package.class, CustomApplicationComponent.class, FieldSet.class, CustomLabel.class, ChatterAnswersSettings.class, ProductSettings.class, OpportunitySettings.class, LiveChatDeployment.class, CompanySettings.class, HomePageLayout.class, AssignmentRules.class, EscalationRule.class, EntitlementTemplate.class, ContractSettings.class, CallCenter.class, PicklistValue.class, RemoteSiteSetting.class, QuoteSettings.class, LiveChatButton.class, Network.class, KnowledgeSettings.class, AutoResponseRules.class, HomePageComponent.class, SamlSsoConfig.class, MobileSettings.class, EscalationRules.class, CustomDataType.class, EntitlementProcess.class, RecordType.class, Profile.class, Layout.class, WebLink.class, AnalyticSnapshot.class, QuickAction.class, MetadataWithContent.class, Workflow.class, AddressSettings.class, SecuritySettings.class, AuthProvider.class, NamedFilter.class, ApprovalProcess.class, MilestoneType.class, AutoResponseRule.class, Flow.class, Report.class, ListView.class, CaseSettings.class, Portal.class, RoleOrTerritory.class, Group.class, DataCategoryGroup.class, ValidationRule.class, Dashboard.class, CustomObject.class, Translations.class, CustomLabels.class, WorkflowAction.class, BaseSharingRule.class, CustomTab.class, Letterhead.class, EntitlementSettings.class, Folder.class, SharingReason.class, CustomObjectTranslation.class, CustomApplication.class, Community.class, SharingRules.class }) public class Metadata { protected String fullName; /** * Gets the value of the fullName property. * * @return * possible object is * {@link String } * */ public String getFullName() { return fullName; } /** * Sets the value of the fullName property. * * @param value * allowed object is * {@link String } * */ public void setFullName(String value) { this.fullName = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy