Package com.sforce.soap.metadata
Class SvcCatalogFulfillFlowItem
- java.lang.Object
-
- com.sforce.soap.metadata.SvcCatalogFulfillFlowItem
-
-
Constructor Summary
Constructors Constructor Description SvcCatalogFulfillFlowItem()Constructor
-
Method Summary
-
-
-
Method Detail
-
getCatalogInputVariable
public String getCatalogInputVariable()
-
setCatalogInputVariable
public void setCatalogInputVariable(String catalogInputVariable)
-
setCatalogInputVariable
protected void setCatalogInputVariable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDisplayType
public PropertyDisplayType getDisplayType()
-
setDisplayType
public void setDisplayType(PropertyDisplayType displayType)
-
setDisplayType
protected void setDisplayType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldDefinition
public String getFieldDefinition()
-
setFieldDefinition
public void setFieldDefinition(String fieldDefinition)
-
setFieldDefinition
protected void setFieldDefinition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldLookupDomain
public String getFieldLookupDomain()
-
setFieldLookupDomain
public void setFieldLookupDomain(String fieldLookupDomain)
-
setFieldLookupDomain
protected void setFieldLookupDomain(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsAdditionalQuestionsInputVariable
public boolean getIsAdditionalQuestionsInputVariable()
-
isIsAdditionalQuestionsInputVariable
public boolean isIsAdditionalQuestionsInputVariable()
-
setIsAdditionalQuestionsInputVariable
public void setIsAdditionalQuestionsInputVariable(boolean isAdditionalQuestionsInputVariable)
-
setIsAdditionalQuestionsInputVariable
protected void setIsAdditionalQuestionsInputVariable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsRequired
public boolean getIsRequired()
-
isIsRequired
public boolean isIsRequired()
-
setIsRequired
public void setIsRequired(boolean isRequired)
-
setIsRequired
protected void setIsRequired(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLookupDomainFieldType
public String getLookupDomainFieldType()
-
setLookupDomainFieldType
public void setLookupDomainFieldType(String lookupDomainFieldType)
-
setLookupDomainFieldType
protected void setLookupDomainFieldType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getObjectLookupDomain
public String getObjectLookupDomain()
-
setObjectLookupDomain
public void setObjectLookupDomain(String objectLookupDomain)
-
setObjectLookupDomain
protected void setObjectLookupDomain(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
-
-