Package com.sforce.soap.metadata
Class ConversationMessageParameterPrimitiveDetails
- java.lang.Object
-
- com.sforce.soap.metadata.ConversationMessageParameterPrimitiveDetails
-
-
Constructor Summary
Constructors Constructor Description ConversationMessageParameterPrimitiveDetails()Constructor
-
Method Summary
-
-
-
Method Detail
-
getIsList
public boolean getIsList()
-
isIsList
public boolean isIsList()
-
setIsList
public void setIsList(boolean isList)
-
setIsList
protected void setIsList(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
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMaxListItems
public int getMaxListItems()
-
setMaxListItems
public void setMaxListItems(int maxListItems)
-
setMaxListItems
protected void setMaxListItems(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSobjectType
public String getSobjectType()
-
setSobjectType
public void setSobjectType(String sobjectType)
-
setSobjectType
protected void setSobjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getValueType
public ConversationMessageValueType getValueType()
-
setValueType
public void setValueType(ConversationMessageValueType valueType)
-
setValueType
protected void setValueType(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
-
-