public class

NewNoteAttachment

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

Class Overview

Java class for new_note_attachment complex type.

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

 <complexType name="new_note_attachment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="filename" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="file" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="related_module_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="related_module_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String file
protected String filename
protected String id
protected String relatedModuleId
protected String relatedModuleName
Public Constructors
NewNoteAttachment()
Public Methods
String getFile()
Gets the value of the file property.
String getFilename()
Gets the value of the filename property.
String getId()
Gets the value of the id property.
String getRelatedModuleId()
Gets the value of the relatedModuleId property.
String getRelatedModuleName()
Gets the value of the relatedModuleName property.
void setFile(String value)
Sets the value of the file property.
void setFilename(String value)
Sets the value of the filename property.
void setId(String value)
Sets the value of the id property.
void setRelatedModuleId(String value)
Sets the value of the relatedModuleId property.
void setRelatedModuleName(String value)
Sets the value of the relatedModuleName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String file

protected String filename

protected String id

protected String relatedModuleId

protected String relatedModuleName

Public Constructors

public NewNoteAttachment ()

Public Methods

public String getFile ()

Gets the value of the file property.

Returns
  • possible object is String

public String getFilename ()

Gets the value of the filename property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getRelatedModuleId ()

Gets the value of the relatedModuleId property.

Returns
  • possible object is String

public String getRelatedModuleName ()

Gets the value of the relatedModuleName property.

Returns
  • possible object is String

public void setFile (String value)

Sets the value of the file property.

Parameters
value Allowed object is String

public void setFilename (String value)

Sets the value of the filename property.

Parameters
value Allowed object is String

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setRelatedModuleId (String value)

Sets the value of the relatedModuleId property.

Parameters
value Allowed object is String

public void setRelatedModuleName (String value)

Sets the value of the relatedModuleName property.

Parameters
value Allowed object is String