Package com.sforce.soap.metadata
Class FlowDynamicChoiceSet
- java.lang.Object
-
- com.sforce.soap.metadata.FlowBaseElement
-
- com.sforce.soap.metadata.FlowElement
-
- com.sforce.soap.metadata.FlowDynamicChoiceSet
-
- All Implemented Interfaces:
XMLizable
public class FlowDynamicChoiceSet extends FlowElement
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description FlowDynamicChoiceSet()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.FlowElement
getDescription, getName, setDescription, setDescription, setName, setName
-
Methods inherited from class com.sforce.soap.metadata.FlowBaseElement
getProcessMetadataValues, setProcessMetadataValues, setProcessMetadataValues
-
-
-
-
Method Detail
-
getCollectionReference
public String getCollectionReference()
-
setCollectionReference
public void setCollectionReference(String collectionReference)
-
setCollectionReference
protected void setCollectionReference(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDataType
public FlowDataType getDataType()
-
setDataType
public void setDataType(FlowDataType dataType)
-
setDataType
protected void setDataType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDisplayField
public String getDisplayField()
-
setDisplayField
public void setDisplayField(String displayField)
-
setDisplayField
protected void setDisplayField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilterLogic
public String getFilterLogic()
-
setFilterLogic
public void setFilterLogic(String filterLogic)
-
setFilterLogic
protected void setFilterLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilters
public FlowRecordFilter[] getFilters()
-
setFilters
public void setFilters(FlowRecordFilter[] filters)
-
setFilters
protected void setFilters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLimit
public Integer getLimit()
-
setLimit
public void setLimit(Integer limit)
-
setLimit
protected void setLimit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getObject
public String getObject()
-
setObject
public void setObject(String object)
-
setObject
protected void setObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOutputAssignments
public FlowOutputFieldAssignment[] getOutputAssignments()
-
setOutputAssignments
public void setOutputAssignments(FlowOutputFieldAssignment[] outputAssignments)
-
setOutputAssignments
protected void setOutputAssignments(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPicklistField
public String getPicklistField()
-
setPicklistField
public void setPicklistField(String picklistField)
-
setPicklistField
protected void setPicklistField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPicklistObject
public String getPicklistObject()
-
setPicklistObject
public void setPicklistObject(String picklistObject)
-
setPicklistObject
protected void setPicklistObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortField
public String getSortField()
-
setSortField
public void setSortField(String sortField)
-
setSortField
protected void setSortField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortOrder
public SortOrder getSortOrder()
-
setSortOrder
public void setSortOrder(SortOrder sortOrder)
-
setSortOrder
protected void setSortOrder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValueField
public String getValueField()
-
setValueField
public void setValueField(String valueField)
-
setValueField
protected void setValueField(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 classFlowElement- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classFlowElement- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classFlowElement- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classFlowElement- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classFlowElement
-
-