public class

LookupAttributeMetadata

extends AttributeMetadata
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.metadata.MetadataBase
     ↳ com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
       ↳ com.microsoft.schemas.xrm._2011.metadata.LookupAttributeMetadata

Class Overview

Java class for LookupAttributeMetadata complex type.

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

 <complexType name="LookupAttributeMetadata">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Metadata}AttributeMetadata">
       <sequence>
         <element name="Targets" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Fields
protected ArrayOfstring targets
[Expand]
Inherited Fields
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
Public Constructors
LookupAttributeMetadata()
Public Methods
ArrayOfstring getTargets()
Gets the value of the targets property.
void setTargets(ArrayOfstring value)
Sets the value of the targets property.
[Expand]
Inherited Methods
From class com.microsoft.schemas.xrm._2011.metadata.AttributeMetadata
From class com.microsoft.schemas.xrm._2011.metadata.MetadataBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ArrayOfstring targets

Public Constructors

public LookupAttributeMetadata ()

Public Methods

public ArrayOfstring getTargets ()

Gets the value of the targets property.

Returns

public void setTargets (ArrayOfstring value)

Sets the value of the targets property.

Parameters
value Allowed object is ArrayOfstring