public class

PossibleLinkDescription

extends Object
java.lang.Object
   ↳ com.clarizen.api.metadata.PossibleLinkDescription

Class Overview

Java class for PossibleLinkDescription complex type.

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

 <complexType name="PossibleLinkDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FromEntity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FromField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ToEntity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ToField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String fromEntity
protected String fromField
protected String toEntity
protected String toField
Public Constructors
PossibleLinkDescription()
Public Methods
String getFromEntity()
Gets the value of the fromEntity property.
String getFromField()
Gets the value of the fromField property.
String getToEntity()
Gets the value of the toEntity property.
String getToField()
Gets the value of the toField property.
void setFromEntity(String value)
Sets the value of the fromEntity property.
void setFromField(String value)
Sets the value of the fromField property.
void setToEntity(String value)
Sets the value of the toEntity property.
void setToField(String value)
Sets the value of the toField property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String fromEntity

protected String fromField

protected String toEntity

protected String toField

Public Constructors

public PossibleLinkDescription ()

Public Methods

public String getFromEntity ()

Gets the value of the fromEntity property.

Returns
  • possible object is String

public String getFromField ()

Gets the value of the fromField property.

Returns
  • possible object is String

public String getToEntity ()

Gets the value of the toEntity property.

Returns
  • possible object is String

public String getToField ()

Gets the value of the toField property.

Returns
  • possible object is String

public void setFromEntity (String value)

Sets the value of the fromEntity property.

Parameters
value Allowed object is String

public void setFromField (String value)

Sets the value of the fromField property.

Parameters
value Allowed object is String

public void setToEntity (String value)

Sets the value of the toEntity property.

Parameters
value Allowed object is String

public void setToField (String value)

Sets the value of the toField property.

Parameters
value Allowed object is String