Package com.sforce.soap.metadata
Class AssessmentDefinitionMetadata
java.lang.Object
com.sforce.soap.metadata.AssessmentDefinitionMetadata
- 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 TypeMethodDescriptionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetApprovalDateTime(XmlInputStream __in, TypeMapper __typeMapper) voidsetApprovalDateTime(Calendar approvalDateTime) protected voidsetDisplayType(XmlInputStream __in, TypeMapper __typeMapper) voidsetDisplayType(String displayType) protected voidsetEffectiveFromDate(XmlInputStream __in, TypeMapper __typeMapper) voidsetEffectiveFromDate(Calendar effectiveFromDate) protected voidsetEffectiveToDate(XmlInputStream __in, TypeMapper __typeMapper) voidsetEffectiveToDate(Calendar effectiveToDate) protected voidsetLastRevisedDateTime(XmlInputStream __in, TypeMapper __typeMapper) voidsetLastRevisedDateTime(Calendar lastRevisedDateTime) protected voidsetPerformerType(XmlInputStream __in, TypeMapper __typeMapper) voidsetPerformerType(String performerType) protected voidsetPurpose(XmlInputStream __in, TypeMapper __typeMapper) voidsetPurpose(String purpose) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
AssessmentDefinitionMetadata
public AssessmentDefinitionMetadata()Constructor
-
-
Method Details
-
getApprovalDateTime
-
setApprovalDateTime
-
setApprovalDateTime
protected void setApprovalDateTime(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDisplayType
-
setDisplayType
-
setDisplayType
protected void setDisplayType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEffectiveFromDate
-
setEffectiveFromDate
-
setEffectiveFromDate
protected void setEffectiveFromDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEffectiveToDate
-
setEffectiveToDate
-
setEffectiveToDate
protected void setEffectiveToDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLastRevisedDateTime
-
setLastRevisedDateTime
-
setLastRevisedDateTime
protected void setLastRevisedDateTime(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPerformerType
-
setPerformerType
-
setPerformerType
protected void setPerformerType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPurpose
-
setPurpose
-
setPurpose
protected void setPurpose(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
-