Package com.sforce.soap.metadata
Class SvcCatalogFulfillFlowItem
java.lang.Object
com.sforce.soap.metadata.SvcCatalogFulfillFlowItem
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetCatalogInputVariable(XmlInputStream __in, TypeMapper __typeMapper) voidsetCatalogInputVariable(String catalogInputVariable) voidsetDisplayType(PropertyDisplayType displayType) protected voidsetDisplayType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetFieldDefinition(XmlInputStream __in, TypeMapper __typeMapper) voidsetFieldDefinition(String fieldDefinition) protected voidsetFieldLookupDomain(XmlInputStream __in, TypeMapper __typeMapper) voidsetFieldLookupDomain(String fieldLookupDomain) voidsetIsAdditionalQuestionsInputVariable(boolean isAdditionalQuestionsInputVariable) protected voidsetIsAdditionalQuestionsInputVariable(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsRequired(boolean isRequired) protected voidsetIsRequired(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLookupDomainFieldType(XmlInputStream __in, TypeMapper __typeMapper) voidsetLookupDomainFieldType(String lookupDomainFieldType) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetObjectLookupDomain(XmlInputStream __in, TypeMapper __typeMapper) voidsetObjectLookupDomain(String objectLookupDomain) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
SvcCatalogFulfillFlowItem
public SvcCatalogFulfillFlowItem()Constructor
-
-
Method Details
-
getCatalogInputVariable
-
setCatalogInputVariable
-
setCatalogInputVariable
protected void setCatalogInputVariable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDisplayType
-
setDisplayType
-
setDisplayType
protected void setDisplayType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFieldDefinition
-
setFieldDefinition
-
setFieldDefinition
protected void setFieldDefinition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFieldLookupDomain
-
setFieldLookupDomain
-
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
-
setLookupDomainFieldType
-
setLookupDomainFieldType
protected void setLookupDomainFieldType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getObjectLookupDomain
-
setObjectLookupDomain
-
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
- 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
-
toString
-