| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.AttachReference |
Known Direct Subclasses
|
Java class for AttachReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attachTo" type="{urn:core_2010_2.platform.webservices.netsuite.com}BaseRef"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attachTo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attachTo property.
| |||||||||||
Sets the value of the attachTo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attachTo property.
BaseRef
Sets the value of the attachTo property.
| value | Allowed object is
BaseRef
|
|---|