public class

GetNoteAttachmentRequestType

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

Class Overview

Java class for get_note_attachmentRequestType complex type.

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

 <complexType name="get_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="id" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String id
protected String session
Public Constructors
GetNoteAttachmentRequestType()
Public Methods
String getId()
Gets the value of the id property.
String getSession()
Gets the value of the session property.
void setId(String value)
Sets the value of the id property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String id

protected String session

Public Constructors

public GetNoteAttachmentRequestType ()

Public Methods

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setId (String value)

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