Package com.sforce.soap.metadata
Class ConvMsgExternalTemplateVersion
java.lang.Object
com.sforce.soap.metadata.ConvMsgExternalTemplateVersion
- 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 TypeMethodDescriptiongetType()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAccountIdentifier(XmlInputStream __in, TypeMapper __typeMapper) voidsetAccountIdentifier(String accountIdentifier) protected voidsetAccountName(XmlInputStream __in, TypeMapper __typeMapper) voidsetAccountName(String accountName) voidsetErrorCode(ConvMsgExternalErrorCode errorCode) protected voidsetErrorCode(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetErrorMessage(XmlInputStream __in, TypeMapper __typeMapper) voidsetErrorMessage(String errorMessage) protected voidsetExternalConfigJson(XmlInputStream __in, TypeMapper __typeMapper) voidsetExternalConfigJson(String externalConfigJson) protected voidsetLanguage(XmlInputStream __in, TypeMapper __typeMapper) voidsetLanguage(String language) protected voidsetLayoutJson(XmlInputStream __in, TypeMapper __typeMapper) voidsetLayoutJson(String layoutJson) voidsetRejectionReason(ConvMsgExternalRejectionReason rejectionReason) protected voidsetRejectionReason(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetStatus(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetTemplateName(XmlInputStream __in, TypeMapper __typeMapper) voidsetTemplateName(String templateName) protected voidsetTemplateVersionIdentifier(XmlInputStream __in, TypeMapper __typeMapper) voidsetTemplateVersionIdentifier(String templateVersionIdentifier) voidprotected voidsetType(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ConvMsgExternalTemplateVersion
public ConvMsgExternalTemplateVersion()Constructor
-
-
Method Details
-
getAccountIdentifier
-
setAccountIdentifier
-
setAccountIdentifier
protected void setAccountIdentifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAccountName
-
setAccountName
-
setAccountName
protected void setAccountName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getErrorCode
-
setErrorCode
-
setErrorCode
protected void setErrorCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getErrorMessage
-
setErrorMessage
-
setErrorMessage
protected void setErrorMessage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExternalConfigJson
-
setExternalConfigJson
-
setExternalConfigJson
protected void setExternalConfigJson(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLanguage
-
setLanguage
-
setLanguage
protected void setLanguage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLayoutJson
-
setLayoutJson
-
setLayoutJson
protected void setLayoutJson(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRejectionReason
-
setRejectionReason
-
setRejectionReason
protected void setRejectionReason(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStatus
-
setStatus
-
setStatus
protected void setStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTemplateName
-
setTemplateName
-
setTemplateName
protected void setTemplateName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTemplateVersionIdentifier
-
setTemplateVersionIdentifier
-
setTemplateVersionIdentifier
protected void setTemplateVersionIdentifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
setType
protected void setType(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
-