public class

AttachRequest

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2010_2.AttachRequest

Class Overview

Java class for AttachRequest complex type.

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

 <complexType name="AttachRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attachReference" type="{urn:core_2010_2.platform.webservices.netsuite.com}AttachReference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AttachReference attachReference
Public Constructors
AttachRequest()
AttachRequest(AttachReference attachReference)
Public Methods
AttachReference getAttachReference()
Gets the value of the attachReference property.
void setAttachReference(AttachReference value)
Sets the value of the attachReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AttachReference attachReference

Public Constructors

public AttachRequest ()

public AttachRequest (AttachReference attachReference)

Parameters
attachReference

Public Methods

public AttachReference getAttachReference ()

Gets the value of the attachReference property.

Returns

public void setAttachReference (AttachReference value)

Sets the value of the attachReference property.

Parameters
value Allowed object is AttachReference