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