Package com.sforce.soap.metadata
Class CustomObjectTranslation
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.CustomObjectTranslation
-
-
Constructor Summary
Constructors Constructor Description CustomObjectTranslation()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getCaseValues
public ObjectNameCaseValue[] getCaseValues()
-
setCaseValues
public void setCaseValues(ObjectNameCaseValue[] caseValues)
-
setCaseValues
protected void setCaseValues(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldSets
public FieldSetTranslation[] getFieldSets()
-
setFieldSets
public void setFieldSets(FieldSetTranslation[] fieldSets)
-
setFieldSets
protected void setFieldSets(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFields
public CustomFieldTranslation[] getFields()
-
setFields
public void setFields(CustomFieldTranslation[] fields)
-
setFields
protected void setFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getGender
public Gender getGender()
-
setGender
public void setGender(Gender gender)
-
setGender
protected void setGender(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLayouts
public LayoutTranslation[] getLayouts()
-
setLayouts
public void setLayouts(LayoutTranslation[] layouts)
-
setLayouts
protected void setLayouts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNameFieldLabel
public String getNameFieldLabel()
-
setNameFieldLabel
public void setNameFieldLabel(String nameFieldLabel)
-
setNameFieldLabel
protected void setNameFieldLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getQuickActions
public QuickActionTranslation[] getQuickActions()
-
setQuickActions
public void setQuickActions(QuickActionTranslation[] quickActions)
-
setQuickActions
protected void setQuickActions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecordTypes
public RecordTypeTranslation[] getRecordTypes()
-
setRecordTypes
public void setRecordTypes(RecordTypeTranslation[] recordTypes)
-
setRecordTypes
protected void setRecordTypes(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSharingReasons
public SharingReasonTranslation[] getSharingReasons()
-
setSharingReasons
public void setSharingReasons(SharingReasonTranslation[] sharingReasons)
-
setSharingReasons
protected void setSharingReasons(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStandardFields
public StandardFieldTranslation[] getStandardFields()
-
setStandardFields
public void setStandardFields(StandardFieldTranslation[] standardFields)
-
setStandardFields
protected void setStandardFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStartsWith
public StartsWith getStartsWith()
-
setStartsWith
public void setStartsWith(StartsWith startsWith)
-
setStartsWith
protected void setStartsWith(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValidationRules
public ValidationRuleTranslation[] getValidationRules()
-
setValidationRules
public void setValidationRules(ValidationRuleTranslation[] validationRules)
-
setValidationRules
protected void setValidationRules(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWebLinks
public WebLinkTranslation[] getWebLinks()
-
setWebLinks
public void setWebLinks(WebLinkTranslation[] webLinks)
-
setWebLinks
protected void setWebLinks(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getWorkflowTasks
public WorkflowTaskTranslation[] getWorkflowTasks()
-
setWorkflowTasks
public void setWorkflowTasks(WorkflowTaskTranslation[] workflowTasks)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-