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