public class

GetRelationshipsRequestType

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.GetRelationshipsRequestType

Class Overview

Java class for get_relationshipsRequestType complex type.

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

 <complexType name="get_relationshipsRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="session" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="module_name" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="module_id" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="link_field_name" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="related_module_query" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="related_fields" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
         <element name="related_module_link_name_to_fields_array" type="{http://www.sugarcrm.com/sugarcrm}link_names_to_fields_array" form="unqualified"/>
         <element name="deleted" type="{http://www.w3.org/2001/XMLSchema}int" form="unqualified"/>
         <element name="order_by" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int deleted
protected String linkFieldName
protected String moduleId
protected String moduleName
protected String orderBy
protected SelectFields relatedFields
protected LinkNamesToFieldsArray relatedModuleLinkNameToFieldsArray
protected String relatedModuleQuery
protected String session
Public Constructors
GetRelationshipsRequestType()
Public Methods
int getDeleted()
Gets the value of the deleted property.
String getLinkFieldName()
Gets the value of the linkFieldName property.
String getModuleId()
Gets the value of the moduleId property.
String getModuleName()
Gets the value of the moduleName property.
String getOrderBy()
Gets the value of the orderBy property.
SelectFields getRelatedFields()
Gets the value of the relatedFields property.
LinkNamesToFieldsArray getRelatedModuleLinkNameToFieldsArray()
Gets the value of the relatedModuleLinkNameToFieldsArray property.
String getRelatedModuleQuery()
Gets the value of the relatedModuleQuery property.
String getSession()
Gets the value of the session property.
void setDeleted(int value)
Sets the value of the deleted property.
void setLinkFieldName(String value)
Sets the value of the linkFieldName property.
void setModuleId(String value)
Sets the value of the moduleId property.
void setModuleName(String value)
Sets the value of the moduleName property.
void setOrderBy(String value)
Sets the value of the orderBy property.
void setRelatedFields(SelectFields value)
Sets the value of the relatedFields property.
void setRelatedModuleLinkNameToFieldsArray(LinkNamesToFieldsArray value)
Sets the value of the relatedModuleLinkNameToFieldsArray property.
void setRelatedModuleQuery(String value)
Sets the value of the relatedModuleQuery property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int deleted

protected String linkFieldName

protected String moduleId

protected String moduleName

protected String orderBy

protected SelectFields relatedFields

protected LinkNamesToFieldsArray relatedModuleLinkNameToFieldsArray

protected String relatedModuleQuery

protected String session

Public Constructors

public GetRelationshipsRequestType ()

Public Methods

public int getDeleted ()

Gets the value of the deleted property.

public String getLinkFieldName ()

Gets the value of the linkFieldName property.

Returns
  • possible object is String

public String getModuleId ()

Gets the value of the moduleId property.

Returns
  • possible object is String

public String getModuleName ()

Gets the value of the moduleName property.

Returns
  • possible object is String

public String getOrderBy ()

Gets the value of the orderBy property.

Returns
  • possible object is String

public SelectFields getRelatedFields ()

Gets the value of the relatedFields property.

Returns

public LinkNamesToFieldsArray getRelatedModuleLinkNameToFieldsArray ()

Gets the value of the relatedModuleLinkNameToFieldsArray property.

Returns

public String getRelatedModuleQuery ()

Gets the value of the relatedModuleQuery property.

Returns
  • possible object is String

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setDeleted (int value)

Sets the value of the deleted property.

Parameters
value

public void setLinkFieldName (String value)

Sets the value of the linkFieldName property.

Parameters
value Allowed object is String

public void setModuleId (String value)

Sets the value of the moduleId property.

Parameters
value Allowed object is String

public void setModuleName (String value)

Sets the value of the moduleName property.

Parameters
value Allowed object is String

public void setOrderBy (String value)

Sets the value of the orderBy property.

Parameters
value Allowed object is String

public void setRelatedFields (SelectFields value)

Sets the value of the relatedFields property.

Parameters
value Allowed object is SelectFields

public void setRelatedModuleLinkNameToFieldsArray (LinkNamesToFieldsArray value)

Sets the value of the relatedModuleLinkNameToFieldsArray property.

Parameters
value Allowed object is LinkNamesToFieldsArray

public void setRelatedModuleQuery (String value)

Sets the value of the relatedModuleQuery property.

Parameters
value Allowed object is String

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String