public class

LinkEntityDescription

extends EntityDescription
java.lang.Object
   ↳ com.clarizen.api.metadata.EntityDescription
     ↳ com.clarizen.api.metadata.LinkEntityDescription

Class Overview

Java class for LinkEntityDescription complex type.

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

 <complexType name="LinkEntityDescription">
   <complexContent>
     <extension base="{http://clarizen.com/api/metadata}EntityDescription">
       <sequence>
         <element name="PossibleLinks" type="{http://clarizen.com/api/metadata}ArrayOfPossibleLinkDescription" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfPossibleLinkDescription possibleLinks
[Expand]
Inherited Fields
From class com.clarizen.api.metadata.EntityDescription
Public Constructors
LinkEntityDescription()
Public Methods
ArrayOfPossibleLinkDescription getPossibleLinks()
Gets the value of the possibleLinks property.
void setPossibleLinks(ArrayOfPossibleLinkDescription value)
Sets the value of the possibleLinks property.
[Expand]
Inherited Methods
From class com.clarizen.api.metadata.EntityDescription
From class java.lang.Object

Fields

protected ArrayOfPossibleLinkDescription possibleLinks

Public Constructors

public LinkEntityDescription ()

Public Methods

public ArrayOfPossibleLinkDescription getPossibleLinks ()

Gets the value of the possibleLinks property.

Returns

public void setPossibleLinks (ArrayOfPossibleLinkDescription value)

Sets the value of the possibleLinks property.

Parameters
value Allowed object is ArrayOfPossibleLinkDescription