| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.SetRelationshipRequestType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| linkFieldName | |||||||||||
| moduleId | |||||||||||
| moduleName | |||||||||||
| nameValueList | |||||||||||
| relatedIds | |||||||||||
| session | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the linkFieldName property.
| |||||||||||
Gets the value of the moduleId property.
| |||||||||||
Gets the value of the moduleName property.
| |||||||||||
Gets the value of the nameValueList property.
| |||||||||||
Gets the value of the relatedIds property.
| |||||||||||
Gets the value of the session property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the linkFieldName property.
| |||||||||||
Sets the value of the moduleId property.
| |||||||||||
Sets the value of the moduleName property.
| |||||||||||
Sets the value of the nameValueList property.
| |||||||||||
Sets the value of the relatedIds property.
| |||||||||||
Sets the value of the session property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the delete property.
Gets the value of the linkFieldName property.
Gets the value of the moduleId property.
Gets the value of the moduleName property.
Gets the value of the nameValueList property.
Gets the value of the relatedIds property.
Gets the value of the session property.
Sets the value of the delete property.
| value |
|---|
Sets the value of the linkFieldName property.
| value | Allowed object is String |
|---|
Sets the value of the moduleId property.
| value | Allowed object is String |
|---|
Sets the value of the moduleName property.
| value | Allowed object is String |
|---|
Sets the value of the nameValueList property.
| value | Allowed object is
ListToSendByCxf |
|---|
Sets the value of the relatedIds property.
| value | Allowed object is String |
|---|
Sets the value of the session property.
| value | Allowed object is String |
|---|