public class

SdkMessageProcessingStepImageRegistration

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

Class Overview

Java class for SdkMessageProcessingStepImageRegistration complex type.

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

 <complexType name="SdkMessageProcessingStepImageRegistration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Attributes" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
         <element name="EntityAlias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ImageType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MessagePropertyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ArrayOfstring attributes
protected String entityAlias
protected Integer imageType
protected String messagePropertyName
Public Constructors
SdkMessageProcessingStepImageRegistration()
Public Methods
ArrayOfstring getAttributes()
Gets the value of the attributes property.
String getEntityAlias()
Gets the value of the entityAlias property.
Integer getImageType()
Gets the value of the imageType property.
String getMessagePropertyName()
Gets the value of the messagePropertyName property.
void setAttributes(ArrayOfstring value)
Sets the value of the attributes property.
void setEntityAlias(String value)
Sets the value of the entityAlias property.
void setImageType(Integer value)
Sets the value of the imageType property.
void setMessagePropertyName(String value)
Sets the value of the messagePropertyName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ArrayOfstring attributes

protected String entityAlias

protected Integer imageType

protected String messagePropertyName

Public Constructors

public SdkMessageProcessingStepImageRegistration ()

Public Methods

public ArrayOfstring getAttributes ()

Gets the value of the attributes property.

Returns

public String getEntityAlias ()

Gets the value of the entityAlias property.

Returns
  • possible object is String

public Integer getImageType ()

Gets the value of the imageType property.

Returns
  • possible object is Integer

public String getMessagePropertyName ()

Gets the value of the messagePropertyName property.

Returns
  • possible object is String

public void setAttributes (ArrayOfstring value)

Sets the value of the attributes property.

Parameters
value Allowed object is ArrayOfstring

public void setEntityAlias (String value)

Sets the value of the entityAlias property.

Parameters
value Allowed object is String

public void setImageType (Integer value)

Sets the value of the imageType property.

Parameters
value Allowed object is Integer

public void setMessagePropertyName (String value)

Sets the value of the messagePropertyName property.

Parameters
value Allowed object is String