Package com.sforce.soap.metadata
Class SvcCatalogFulfillFlowItem
- java.lang.Object
-
- com.sforce.soap.metadata.SvcCatalogFulfillFlowItem
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class SvcCatalogFulfillFlowItem extends java.lang.Object implements com.sforce.ws.bind.XMLizableThis 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 SvcCatalogFulfillFlowItem()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCatalogInputVariable()PropertyDisplayTypegetDisplayType()java.lang.StringgetFieldLookupDomain()booleangetIsRequired()java.lang.StringgetLookupDomainFieldType()java.lang.StringgetMasterLabel()java.lang.StringgetObjectLookupDomain()booleanisIsRequired()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetCatalogInputVariable(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetCatalogInputVariable(java.lang.String catalogInputVariable)voidsetDisplayType(PropertyDisplayType displayType)protected voidsetDisplayType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetFieldLookupDomain(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFieldLookupDomain(java.lang.String fieldLookupDomain)voidsetIsRequired(boolean isRequired)protected voidsetIsRequired(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetLookupDomainFieldType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLookupDomainFieldType(java.lang.String lookupDomainFieldType)protected voidsetMasterLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetMasterLabel(java.lang.String masterLabel)protected voidsetObjectLookupDomain(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetObjectLookupDomain(java.lang.String objectLookupDomain)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
-
-
Method Detail
-
getCatalogInputVariable
public java.lang.String getCatalogInputVariable()
-
setCatalogInputVariable
public void setCatalogInputVariable(java.lang.String catalogInputVariable)
-
setCatalogInputVariable
protected void setCatalogInputVariable(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getDisplayType
public PropertyDisplayType getDisplayType()
-
setDisplayType
public void setDisplayType(PropertyDisplayType displayType)
-
setDisplayType
protected void setDisplayType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getFieldLookupDomain
public java.lang.String getFieldLookupDomain()
-
setFieldLookupDomain
public void setFieldLookupDomain(java.lang.String fieldLookupDomain)
-
setFieldLookupDomain
protected void setFieldLookupDomain(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getIsRequired
public boolean getIsRequired()
-
isIsRequired
public boolean isIsRequired()
-
setIsRequired
public void setIsRequired(boolean isRequired)
-
setIsRequired
protected void setIsRequired(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getLookupDomainFieldType
public java.lang.String getLookupDomainFieldType()
-
setLookupDomainFieldType
public void setLookupDomainFieldType(java.lang.String lookupDomainFieldType)
-
setLookupDomainFieldType
protected void setLookupDomainFieldType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getMasterLabel
public java.lang.String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(java.lang.String masterLabel)
-
setMasterLabel
protected void setMasterLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getObjectLookupDomain
public java.lang.String getObjectLookupDomain()
-
setObjectLookupDomain
public void setObjectLookupDomain(java.lang.String objectLookupDomain)
-
setObjectLookupDomain
protected void setObjectLookupDomain(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Throws:
java.io.IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-