public class

SetRelationshipsRequestType

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

Class Overview

Java class for set_relationshipsRequestType complex type.

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

 <complexType name="set_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_names" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
         <element name="module_ids" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
         <element name="link_field_names" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
         <element name="related_ids" type="{http://www.sugarcrm.com/sugarcrm}new_set_relationhip_ids" form="unqualified"/>
         <element name="name_value_lists" type="{http://www.sugarcrm.com/sugarcrm}name_value_lists" form="unqualified"/>
         <element name="delete_array" type="{http://www.sugarcrm.com/sugarcrm}deleted_array" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ListToSendByCxf<Integer> deleteArray
protected ListToSendByCxf<String> linkFieldNames
protected ListToSendByCxf<String> moduleIds
protected ListToSendByCxf<String> moduleNames
protected ListToSendByCxf<NameValue> nameValueLists
protected ListToSendByCxf<String> relatedIds
protected String session
Public Constructors
SetRelationshipsRequestType()
Public Methods
ListToSendByCxf<Integer> getDeleteArray()
Gets the value of the deleteArray property.
ListToSendByCxf<String> getLinkFieldNames()
Gets the value of the linkFieldNames property.
ListToSendByCxf<String> getModuleIds()
Gets the value of the moduleIds property.
ListToSendByCxf<String> getModuleNames()
Gets the value of the moduleNames property.
ListToSendByCxf<NameValue> getNameValueLists()
Gets the value of the nameValueLists property.
ListToSendByCxf<String> getRelatedIds()
Gets the value of the relatedIds property.
String getSession()
Gets the value of the session property.
void setDeleteArray(ListToSendByCxf<Integer> myList)
Sets the value of the deleteArray property.
void setLinkFieldNames(ListToSendByCxf<String> linkFields)
Sets the value of the linkFieldNames property.
void setModuleIds(ListToSendByCxf<String> moduleIds)
Sets the value of the moduleIds property.
void setModuleNames(ListToSendByCxf<String> myList)
Sets the value of the moduleNames property.
void setNameValueLists(ListToSendByCxf<NameValue> myList)
Sets the value of the nameValueLists property.
void setRelatedIds(ListToSendByCxf<String> relatedIds)
Sets the value of the relatedIds property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ListToSendByCxf<Integer> deleteArray

protected ListToSendByCxf<String> linkFieldNames

protected ListToSendByCxf<String> moduleIds

protected ListToSendByCxf<String> moduleNames

protected ListToSendByCxf<NameValue> nameValueLists

protected ListToSendByCxf<String> relatedIds

protected String session

Public Constructors

public SetRelationshipsRequestType ()

Public Methods

public ListToSendByCxf<Integer> getDeleteArray ()

Gets the value of the deleteArray property.

Returns
  • possible object is MyList

public ListToSendByCxf<String> getLinkFieldNames ()

Gets the value of the linkFieldNames property.

Returns

public ListToSendByCxf<String> getModuleIds ()

Gets the value of the moduleIds property.

Returns

public ListToSendByCxf<String> getModuleNames ()

Gets the value of the moduleNames property.

Returns

public ListToSendByCxf<NameValue> getNameValueLists ()

Gets the value of the nameValueLists property.

Returns
  • possible object is MyList

public ListToSendByCxf<String> getRelatedIds ()

Gets the value of the relatedIds property.

Returns

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setDeleteArray (ListToSendByCxf<Integer> myList)

Sets the value of the deleteArray property.

Parameters
myList Allowed object is MyList

public void setLinkFieldNames (ListToSendByCxf<String> linkFields)

Sets the value of the linkFieldNames property.

Parameters
linkFields Allowed object is SelectFields

public void setModuleIds (ListToSendByCxf<String> moduleIds)

Sets the value of the moduleIds property.

Parameters
moduleIds Allowed object is SelectFields

public void setModuleNames (ListToSendByCxf<String> myList)

Sets the value of the moduleNames property.

Parameters
myList Allowed object is MyList

public void setNameValueLists (ListToSendByCxf<NameValue> myList)

Sets the value of the nameValueLists property.

Parameters
myList Allowed object is MyList

public void setRelatedIds (ListToSendByCxf<String> relatedIds)

Sets the value of the relatedIds property.

Parameters
relatedIds Allowed object is MyList

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String