public class

SetNoteAttachmentRequestType

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

Class Overview

Java class for set_note_attachmentRequestType complex type.

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

 <complexType name="set_note_attachmentRequestType">
   <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="note" type="{http://www.sugarcrm.com/sugarcrm}new_note_attachment" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected NewNoteAttachment note
protected String session
Public Constructors
SetNoteAttachmentRequestType()
Public Methods
NewNoteAttachment getNote()
Gets the value of the note property.
String getSession()
Gets the value of the session property.
void setNote(NewNoteAttachment value)
Sets the value of the note property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected NewNoteAttachment note

protected String session

Public Constructors

public SetNoteAttachmentRequestType ()

Public Methods

public NewNoteAttachment getNote ()

Gets the value of the note property.

Returns

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setNote (NewNoteAttachment value)

Sets the value of the note property.

Parameters
value Allowed object is NewNoteAttachment

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String