public class

SetRelationshipRequestType

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

Class Overview

Java class for set_relationshipRequestType complex type.

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

 <complexType name="set_relationshipRequestType">
   <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_ids" type="{http://www.sugarcrm.com/sugarcrm}select_fields" form="unqualified"/>
         <element name="name_value_list" type="{http://www.sugarcrm.com/sugarcrm}name_value_list" form="unqualified"/>
         <element name="delete" type="{http://www.w3.org/2001/XMLSchema}int" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int delete
protected String linkFieldName
protected String moduleId
protected String moduleName
protected ListToSendByCxf<NameValue> nameValueList
protected String relatedIds
protected String session
Public Constructors
SetRelationshipRequestType()
Public Methods
int getDelete()
Gets the value of the delete 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.
ListToSendByCxf<NameValue> getNameValueList()
Gets the value of the nameValueList property.
String getRelatedIds()
Gets the value of the relatedIds property.
String getSession()
Gets the value of the session property.
void setDelete(int value)
Sets the value of the delete 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 setNameValueList(ListToSendByCxf<NameValue> value)
Sets the value of the nameValueList property.
void setRelatedIds(String value)
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 int delete

protected String linkFieldName

protected String moduleId

protected String moduleName

protected ListToSendByCxf<NameValue> nameValueList

protected String relatedIds

protected String session

Public Constructors

public SetRelationshipRequestType ()

Public Methods

public int getDelete ()

Gets the value of the delete 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 ListToSendByCxf<NameValue> getNameValueList ()

Gets the value of the nameValueList property.

Returns
  • possible object is ListToSendByCxf

public String getRelatedIds ()

Gets the value of the relatedIds property.

Returns
  • possible object is String

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setDelete (int value)

Sets the value of the delete 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 setNameValueList (ListToSendByCxf<NameValue> value)

Sets the value of the nameValueList property.

Parameters
value Allowed object is ListToSendByCxf

public void setRelatedIds (String value)

Sets the value of the relatedIds 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