| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.SdkMessageProcessingStepImageRegistration |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attributes | |||||||||||
| entityAlias | |||||||||||
| imageType | |||||||||||
| messagePropertyName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attributes property.
| |||||||||||
Gets the value of the entityAlias property.
| |||||||||||
Gets the value of the imageType property.
| |||||||||||
Gets the value of the messagePropertyName property.
| |||||||||||
Sets the value of the attributes property.
| |||||||||||
Sets the value of the entityAlias property.
| |||||||||||
Sets the value of the imageType property.
| |||||||||||
Sets the value of the messagePropertyName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attributes property.
ArrayOfstring
Gets the value of the entityAlias property.
Gets the value of the imageType property.
Gets the value of the messagePropertyName property.
Sets the value of the attributes property.
| value | Allowed object is
ArrayOfstring
|
|---|
Sets the value of the entityAlias property.
| value | Allowed object is String |
|---|
Sets the value of the imageType property.
| value | Allowed object is Integer |
|---|
Sets the value of the messagePropertyName property.
| value | Allowed object is String |
|---|