Package com.sforce.soap.metadata
Class PicklistValue
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.PicklistValue
- 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 TypeMethodDescriptionbooleanbooleangetColor()String[]booleanbooleanbooleanbooleanbooleanintbooleanbooleangetWon()booleanbooleanisClosed()booleanbooleanbooleanbooleanbooleanbooleanbooleanisWon()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAllowEmail(boolean allowEmail) protected voidsetAllowEmail(XmlInputStream __in, TypeMapper __typeMapper) voidsetClosed(boolean closed) protected voidsetClosed(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetColor(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetControllingFieldValues(XmlInputStream __in, TypeMapper __typeMapper) voidsetControllingFieldValues(String[] controllingFieldValues) voidsetConverted(boolean converted) protected voidsetConverted(XmlInputStream __in, TypeMapper __typeMapper) voidsetCssExposed(boolean cssExposed) protected voidsetCssExposed(XmlInputStream __in, TypeMapper __typeMapper) voidsetDefault(boolean _default) protected voidsetDefault(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetForecastCategory(ForecastCategories forecastCategory) protected voidsetForecastCategory(XmlInputStream __in, TypeMapper __typeMapper) voidsetHighPriority(boolean highPriority) protected voidsetHighPriority(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsActive(boolean isActive) protected voidsetIsActive(XmlInputStream __in, TypeMapper __typeMapper) voidsetProbability(int probability) protected voidsetProbability(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetReverseRole(XmlInputStream __in, TypeMapper __typeMapper) voidsetReverseRole(String reverseRole) voidsetReviewed(boolean reviewed) protected voidsetReviewed(XmlInputStream __in, TypeMapper __typeMapper) voidsetWon(boolean won) protected voidsetWon(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
-
PicklistValue
public PicklistValue()Constructor
-
-
Method Details
-
getColor
-
setColor
-
setColor
protected void setColor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDefault
public boolean getDefault() -
isDefault
public boolean isDefault() -
setDefault
public void setDefault(boolean _default) -
setDefault
protected void setDefault(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsActive
public boolean getIsActive() -
isIsActive
public boolean isIsActive() -
setIsActive
public void setIsActive(boolean isActive) -
setIsActive
protected void setIsActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAllowEmail
public boolean getAllowEmail() -
isAllowEmail
public boolean isAllowEmail() -
setAllowEmail
public void setAllowEmail(boolean allowEmail) -
setAllowEmail
protected void setAllowEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getClosed
public boolean getClosed() -
isClosed
public boolean isClosed() -
setClosed
public void setClosed(boolean closed) -
setClosed
protected void setClosed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getControllingFieldValues
-
setControllingFieldValues
-
setControllingFieldValues
protected void setControllingFieldValues(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConverted
public boolean getConverted() -
isConverted
public boolean isConverted() -
setConverted
public void setConverted(boolean converted) -
setConverted
protected void setConverted(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCssExposed
public boolean getCssExposed() -
isCssExposed
public boolean isCssExposed() -
setCssExposed
public void setCssExposed(boolean cssExposed) -
setCssExposed
protected void setCssExposed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getForecastCategory
-
setForecastCategory
-
setForecastCategory
protected void setForecastCategory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getHighPriority
public boolean getHighPriority() -
isHighPriority
public boolean isHighPriority() -
setHighPriority
public void setHighPriority(boolean highPriority) -
setHighPriority
protected void setHighPriority(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProbability
public int getProbability() -
setProbability
public void setProbability(int probability) -
setProbability
protected void setProbability(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReverseRole
-
setReverseRole
-
setReverseRole
protected void setReverseRole(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReviewed
public boolean getReviewed() -
isReviewed
public boolean isReviewed() -
setReviewed
public void setReviewed(boolean reviewed) -
setReviewed
protected void setReviewed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getWon
public boolean getWon() -
isWon
public boolean isWon() -
setWon
public void setWon(boolean won) -
setWon
protected void setWon(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
-