Package com.sforce.soap.metadata
Class RelatedRecordAssocCriteria
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.RelatedRecordAssocCriteria
- 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 TypeMethodDescriptionbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAssociationHandlerApexClass(XmlInputStream __in, TypeMapper __typeMapper) voidsetAssociationHandlerApexClass(String associationHandlerApexClass) voidsetAssociationType(AssociationType associationType) protected voidsetAssociationType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetEventType(AssociationEventType eventType) protected voidsetEventType(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsProtected(boolean isProtected) protected voidsetIsProtected(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetPreCondition(XmlInputStream __in, TypeMapper __typeMapper) voidsetPreCondition(String preCondition) protected voidsetReferenceObject(XmlInputStream __in, TypeMapper __typeMapper) voidsetReferenceObject(String referenceObject) protected voidsetSelectedOwnerField(XmlInputStream __in, TypeMapper __typeMapper) voidsetSelectedOwnerField(String selectedOwnerField) voidsetStatus(AssociationStatusType status) protected voidsetStatus(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
RelatedRecordAssocCriteria
public RelatedRecordAssocCriteria()Constructor
-
-
Method Details
-
getAssociationHandlerApexClass
-
setAssociationHandlerApexClass
-
setAssociationHandlerApexClass
protected void setAssociationHandlerApexClass(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAssociationType
-
setAssociationType
-
setAssociationType
protected void setAssociationType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEventType
-
setEventType
-
setEventType
protected void setEventType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsProtected
public boolean getIsProtected() -
isIsProtected
public boolean isIsProtected() -
setIsProtected
public void setIsProtected(boolean isProtected) -
setIsProtected
protected void setIsProtected(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPreCondition
-
setPreCondition
-
setPreCondition
protected void setPreCondition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getReferenceObject
-
setReferenceObject
-
setReferenceObject
protected void setReferenceObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSelectedOwnerField
-
setSelectedOwnerField
-
setSelectedOwnerField
protected void setSelectedOwnerField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStatus
-
setStatus
-
setStatus
protected void setStatus(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-