| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.GetNoteAttachmentRequestType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||
| session | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the session property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the session property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the id property.
Gets the value of the session property.
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the session property.
| value | Allowed object is String |
|---|