| java.lang.Object | |
| ↳ | com.clarizen.api.metadata.PossibleLinkDescription |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fromEntity | |||||||||||
| fromField | |||||||||||
| toEntity | |||||||||||
| toField | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fromEntity property.
| |||||||||||
Gets the value of the fromField property.
| |||||||||||
Gets the value of the toEntity property.
| |||||||||||
Gets the value of the toField property.
| |||||||||||
Sets the value of the fromEntity property.
| |||||||||||
Sets the value of the fromField property.
| |||||||||||
Sets the value of the toEntity property.
| |||||||||||
Sets the value of the toField property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fromEntity property.
Gets the value of the fromField property.
Gets the value of the toEntity property.
Gets the value of the toField property.
Sets the value of the fromEntity property.
| value | Allowed object is String |
|---|
Sets the value of the fromField property.
| value | Allowed object is String |
|---|
Sets the value of the toEntity property.
| value | Allowed object is String |
|---|
Sets the value of the toField property.
| value | Allowed object is String |
|---|