Package com.sforce.soap.metadata
Class CustomFieldTranslation
- java.lang.Object
-
- com.sforce.soap.metadata.CustomFieldTranslation
-
-
Constructor Summary
Constructors Constructor Description CustomFieldTranslation()Constructor
-
Method Summary
-
-
-
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
-
getGender
public Gender getGender()
-
setGender
public void setGender(Gender gender)
-
setGender
protected void setGender(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHelp
public String getHelp()
-
setHelp
public void setHelp(String help)
-
setHelp
protected void setHelp(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLookupFilter
public LookupFilterTranslation getLookupFilter()
-
setLookupFilter
public void setLookupFilter(LookupFilterTranslation lookupFilter)
-
setLookupFilter
protected void setLookupFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPicklistValues
public PicklistValueTranslation[] getPicklistValues()
-
setPicklistValues
public void setPicklistValues(PicklistValueTranslation[] picklistValues)
-
setPicklistValues
protected void setPicklistValues(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRelationshipLabel
public String getRelationshipLabel()
-
setRelationshipLabel
public void setRelationshipLabel(String relationshipLabel)
-
setRelationshipLabel
protected void setRelationshipLabel(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
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-