| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2012_1.Record | |
| ↳ | com.netsuite.webservices.setup.customization_2012_1.AppPackage | |
Java class for AppPackage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppPackage">
<complexContent>
<extension base="{urn:core_2012_1.platform.webservices.netsuite.com}Record">
<sequence>
<element name="appDefinition" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="packageFile" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="bundle" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| appDefinition | |||||||||||
| bundle | |||||||||||
| description | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| packageFile | |||||||||||
| version | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2012_1.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the appDefinition property.
| |||||||||||
Gets the value of the bundle property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the packageFile property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the appDefinition property.
| |||||||||||
Sets the value of the bundle property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the packageFile property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2012_1.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the appDefinition property.
RecordRef
Gets the value of the bundle property.
RecordRef
Gets the value of the description property.
Gets the value of the externalId property.
Gets the value of the internalId property.
Gets the value of the packageFile property.
RecordRef
Gets the value of the version property.
Sets the value of the appDefinition property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the bundle property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the packageFile property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|