Package com.sforce.soap.metadata
Class StandardValue
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.CustomValue
com.sforce.soap.metadata.StandardValue
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanintbooleanbooleangetWon()booleanbooleanisClosed()booleanbooleanbooleanbooleanbooleanisWon()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) voidsetConverted(boolean converted) protected voidsetConverted(XmlInputStream __in, TypeMapper __typeMapper) voidsetCssExposed(boolean cssExposed) protected voidsetCssExposed(XmlInputStream __in, TypeMapper __typeMapper) voidsetForecastCategory(ForecastCategories forecastCategory) protected voidsetForecastCategory(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetGroupingString(XmlInputStream __in, TypeMapper __typeMapper) voidsetGroupingString(String groupingString) voidsetHighPriority(boolean highPriority) protected voidsetHighPriority(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.CustomValue
getColor, getDefault, getDescription, getIsActive, getLabel, isDefault, isIsActive, setColor, setColor, setDefault, setDefault, setDescription, setDescription, setIsActive, setIsActive, setLabel, setLabelMethods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
StandardValue
public StandardValue()Constructor
-
-
Method Details
-
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
-
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
-
getGroupingString
-
setGroupingString
-
setGroupingString
protected void setGroupingString(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 classCustomValue- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classCustomValue- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classCustomValue- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classCustomValue- Throws:
IOExceptionConnectionException
-
toString
- Overrides:
toStringin classCustomValue
-