Package com.sforce.soap.metadata
Class EmbeddedServiceFormField
java.lang.Object
com.sforce.soap.metadata.EmbeddedServiceFormField
- 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 TypeMethodDescriptionintbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetChoiceList(XmlInputStream __in, TypeMapper __typeMapper) voidsetChoiceList(String choiceList) voidsetDisplayOrder(int displayOrder) protected voidsetDisplayOrder(XmlInputStream __in, TypeMapper __typeMapper) voidsetEmbeddedServiceCustomLabels(EmbeddedServiceCustomLabel[] embeddedServiceCustomLabels) protected voidsetEmbeddedServiceCustomLabels(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetFormField(XmlInputStream __in, TypeMapper __typeMapper) voidsetFormField(String formField) voidsetFormFieldType(EmbeddedServiceFormFieldType formFieldType) protected voidsetFormFieldType(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsHidden(boolean isHidden) protected voidsetIsHidden(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsRequired(boolean isRequired) protected voidsetIsRequired(XmlInputStream __in, TypeMapper __typeMapper) voidsetMessagingChannelParameterType(MessagingChannelParameterType messagingChannelParameterType) protected voidsetMessagingChannelParameterType(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
EmbeddedServiceFormField
public EmbeddedServiceFormField()Constructor
-
-
Method Details
-
getChoiceList
-
setChoiceList
-
setChoiceList
protected void setChoiceList(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDisplayOrder
public int getDisplayOrder() -
setDisplayOrder
public void setDisplayOrder(int displayOrder) -
setDisplayOrder
protected void setDisplayOrder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEmbeddedServiceCustomLabels
-
setEmbeddedServiceCustomLabels
public void setEmbeddedServiceCustomLabels(EmbeddedServiceCustomLabel[] embeddedServiceCustomLabels) -
setEmbeddedServiceCustomLabels
protected void setEmbeddedServiceCustomLabels(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFormField
-
setFormField
-
setFormField
protected void setFormField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFormFieldType
-
setFormFieldType
-
setFormFieldType
protected void setFormFieldType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsHidden
public boolean getIsHidden() -
isIsHidden
public boolean isIsHidden() -
setIsHidden
public void setIsHidden(boolean isHidden) -
setIsHidden
protected void setIsHidden(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
-
getMessagingChannelParameterType
-
setMessagingChannelParameterType
public void setMessagingChannelParameterType(MessagingChannelParameterType messagingChannelParameterType) -
setMessagingChannelParameterType
protected void setMessagingChannelParameterType(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
-