Package com.sforce.soap.metadata
Class CustomObjectTranslation
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.CustomObjectTranslation
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetCaseValues(ObjectNameCaseValue[] caseValues) protected voidsetCaseValues(XmlInputStream __in, TypeMapper __typeMapper) voidsetFields(CustomFieldTranslation[] fields) protected voidsetFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetFieldSets(FieldSetTranslation[] fieldSets) protected voidsetFieldSets(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetGender(XmlInputStream __in, TypeMapper __typeMapper) voidsetLayouts(LayoutTranslation[] layouts) protected voidsetLayouts(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetNameFieldLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetNameFieldLabel(String nameFieldLabel) voidsetQuickActions(QuickActionTranslation[] quickActions) protected voidsetQuickActions(XmlInputStream __in, TypeMapper __typeMapper) voidsetRecordTypes(RecordTypeTranslation[] recordTypes) protected voidsetRecordTypes(XmlInputStream __in, TypeMapper __typeMapper) voidsetSharingReasons(SharingReasonTranslation[] sharingReasons) protected voidsetSharingReasons(XmlInputStream __in, TypeMapper __typeMapper) voidsetStandardFields(StandardFieldTranslation[] standardFields) protected voidsetStandardFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetStartsWith(StartsWith startsWith) protected voidsetStartsWith(XmlInputStream __in, TypeMapper __typeMapper) voidsetValidationRules(ValidationRuleTranslation[] validationRules) protected voidsetValidationRules(XmlInputStream __in, TypeMapper __typeMapper) voidsetWebLinks(WebLinkTranslation[] webLinks) protected voidsetWebLinks(XmlInputStream __in, TypeMapper __typeMapper) voidsetWorkflowTasks(WorkflowTaskTranslation[] workflowTasks) protected voidsetWorkflowTasks(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
CustomObjectTranslation
public CustomObjectTranslation()Constructor
-
-
Method Details
-
getCaseValues
-
setCaseValues
-
setCaseValues
protected void setCaseValues(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFieldSets
-
setFieldSets
-
setFieldSets
protected void setFieldSets(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFields
-
setFields
-
setFields
protected void setFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getGender
-
setGender
-
setGender
protected void setGender(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLayouts
-
setLayouts
-
setLayouts
protected void setLayouts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNameFieldLabel
-
setNameFieldLabel
-
setNameFieldLabel
protected void setNameFieldLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getQuickActions
-
setQuickActions
-
setQuickActions
protected void setQuickActions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRecordTypes
-
setRecordTypes
-
setRecordTypes
protected void setRecordTypes(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSharingReasons
-
setSharingReasons
-
setSharingReasons
protected void setSharingReasons(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStandardFields
-
setStandardFields
-
setStandardFields
protected void setStandardFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStartsWith
-
setStartsWith
-
setStartsWith
protected void setStartsWith(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getValidationRules
-
setValidationRules
-
setValidationRules
protected void setValidationRules(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getWebLinks
-
setWebLinks
-
setWebLinks
protected void setWebLinks(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getWorkflowTasks
-
setWorkflowTasks
-
setWorkflowTasks
protected void setWorkflowTasks(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-