public class

SdkMessageProcessingStepRegistration

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.crm._2011.contracts.SdkMessageProcessingStepRegistration

Class Overview

Java class for SdkMessageProcessingStepRegistration complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SdkMessageProcessingStepRegistration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CustomConfiguration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FilteringAttributes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Images" type="{http://schemas.microsoft.com/crm/2011/Contracts}ArrayOfSdkMessageProcessingStepImageRegistration" minOccurs="0"/>
         <element name="ImpersonatingUserId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
         <element name="InvocationSource" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MessageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Mode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PluginTypeFriendlyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PluginTypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PrimaryEntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SecondaryEntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Stage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="SupportedDeployment" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String customConfiguration
protected String description
protected String filteringAttributes
protected ArrayOfSdkMessageProcessingStepImageRegistration images
protected Guid impersonatingUserId
protected Integer invocationSource
protected String messageName
protected Integer mode
protected String pluginTypeFriendlyName
protected String pluginTypeName
protected String primaryEntityName
protected String secondaryEntityName
protected Integer stage
protected Integer supportedDeployment
Public Constructors
SdkMessageProcessingStepRegistration()
Public Methods
String getCustomConfiguration()
Gets the value of the customConfiguration property.
String getDescription()
Gets the value of the description property.
String getFilteringAttributes()
Gets the value of the filteringAttributes property.
ArrayOfSdkMessageProcessingStepImageRegistration getImages()
Gets the value of the images property.
Guid getImpersonatingUserId()
Gets the value of the impersonatingUserId property.
Integer getInvocationSource()
Gets the value of the invocationSource property.
String getMessageName()
Gets the value of the messageName property.
Integer getMode()
Gets the value of the mode property.
String getPluginTypeFriendlyName()
Gets the value of the pluginTypeFriendlyName property.
String getPluginTypeName()
Gets the value of the pluginTypeName property.
String getPrimaryEntityName()
Gets the value of the primaryEntityName property.
String getSecondaryEntityName()
Gets the value of the secondaryEntityName property.
Integer getStage()
Gets the value of the stage property.
Integer getSupportedDeployment()
Gets the value of the supportedDeployment property.
void setCustomConfiguration(String value)
Sets the value of the customConfiguration property.
void setDescription(String value)
Sets the value of the description property.
void setFilteringAttributes(String value)
Sets the value of the filteringAttributes property.
void setImages(ArrayOfSdkMessageProcessingStepImageRegistration value)
Sets the value of the images property.
void setImpersonatingUserId(Guid value)
Sets the value of the impersonatingUserId property.
void setInvocationSource(Integer value)
Sets the value of the invocationSource property.
void setMessageName(String value)
Sets the value of the messageName property.
void setMode(Integer value)
Sets the value of the mode property.
void setPluginTypeFriendlyName(String value)
Sets the value of the pluginTypeFriendlyName property.
void setPluginTypeName(String value)
Sets the value of the pluginTypeName property.
void setPrimaryEntityName(String value)
Sets the value of the primaryEntityName property.
void setSecondaryEntityName(String value)
Sets the value of the secondaryEntityName property.
void setStage(Integer value)
Sets the value of the stage property.
void setSupportedDeployment(Integer value)
Sets the value of the supportedDeployment property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String customConfiguration

protected String description

protected String filteringAttributes

protected Guid impersonatingUserId

protected Integer invocationSource

protected String messageName

protected Integer mode

protected String pluginTypeFriendlyName

protected String pluginTypeName

protected String primaryEntityName

protected String secondaryEntityName

protected Integer stage

protected Integer supportedDeployment

Public Constructors

public SdkMessageProcessingStepRegistration ()

Public Methods

public String getCustomConfiguration ()

Gets the value of the customConfiguration property.

Returns
  • possible object is String

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getFilteringAttributes ()

Gets the value of the filteringAttributes property.

Returns
  • possible object is String

public ArrayOfSdkMessageProcessingStepImageRegistration getImages ()

Gets the value of the images property.

public Guid getImpersonatingUserId ()

Gets the value of the impersonatingUserId property.

Returns
  • possible object is Guid

public Integer getInvocationSource ()

Gets the value of the invocationSource property.

Returns
  • possible object is Integer

public String getMessageName ()

Gets the value of the messageName property.

Returns
  • possible object is String

public Integer getMode ()

Gets the value of the mode property.

Returns
  • possible object is Integer

public String getPluginTypeFriendlyName ()

Gets the value of the pluginTypeFriendlyName property.

Returns
  • possible object is String

public String getPluginTypeName ()

Gets the value of the pluginTypeName property.

Returns
  • possible object is String

public String getPrimaryEntityName ()

Gets the value of the primaryEntityName property.

Returns
  • possible object is String

public String getSecondaryEntityName ()

Gets the value of the secondaryEntityName property.

Returns
  • possible object is String

public Integer getStage ()

Gets the value of the stage property.

Returns
  • possible object is Integer

public Integer getSupportedDeployment ()

Gets the value of the supportedDeployment property.

Returns
  • possible object is Integer

public void setCustomConfiguration (String value)

Sets the value of the customConfiguration property.

Parameters
value Allowed object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setFilteringAttributes (String value)

Sets the value of the filteringAttributes property.

Parameters
value Allowed object is String

public void setImages (ArrayOfSdkMessageProcessingStepImageRegistration value)

Sets the value of the images property.

Parameters
value Allowed object is ArrayOfSdkMessageProcessingStepImageRegistration

public void setImpersonatingUserId (Guid value)

Sets the value of the impersonatingUserId property.

Parameters
value Allowed object is Guid

public void setInvocationSource (Integer value)

Sets the value of the invocationSource property.

Parameters
value Allowed object is Integer

public void setMessageName (String value)

Sets the value of the messageName property.

Parameters
value Allowed object is String

public void setMode (Integer value)

Sets the value of the mode property.

Parameters
value Allowed object is Integer

public void setPluginTypeFriendlyName (String value)

Sets the value of the pluginTypeFriendlyName property.

Parameters
value Allowed object is String

public void setPluginTypeName (String value)

Sets the value of the pluginTypeName property.

Parameters
value Allowed object is String

public void setPrimaryEntityName (String value)

Sets the value of the primaryEntityName property.

Parameters
value Allowed object is String

public void setSecondaryEntityName (String value)

Sets the value of the secondaryEntityName property.

Parameters
value Allowed object is String

public void setStage (Integer value)

Sets the value of the stage property.

Parameters
value Allowed object is Integer

public void setSupportedDeployment (Integer value)

Sets the value of the supportedDeployment property.

Parameters
value Allowed object is Integer