public class ProductPackageItem extends Object
ProductPackageItem represents a product item in a package.
Java class for ProductPackageItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductPackageItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="productId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="productPackageId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="isMandatory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="archiveStatus" type="{https://www.google.com/apis/ads/publisher/v201805}ArchiveStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArchiveStatus |
archiveStatus |
protected Long |
id |
protected Boolean |
isMandatory |
protected Long |
productId |
protected Long |
productPackageId |
| Constructor and Description |
|---|
ProductPackageItem() |
| Modifier and Type | Method and Description |
|---|---|
ArchiveStatus |
getArchiveStatus()
Gets the value of the archiveStatus property.
|
Long |
getId()
Gets the value of the id property.
|
Long |
getProductId()
Gets the value of the productId property.
|
Long |
getProductPackageId()
Gets the value of the productPackageId property.
|
Boolean |
isIsMandatory()
Gets the value of the isMandatory property.
|
void |
setArchiveStatus(ArchiveStatus value)
Sets the value of the archiveStatus property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setIsMandatory(Boolean value)
Sets the value of the isMandatory property.
|
void |
setProductId(Long value)
Sets the value of the productId property.
|
void |
setProductPackageId(Long value)
Sets the value of the productPackageId property.
|
protected Long id
protected Long productId
protected Long productPackageId
protected Boolean isMandatory
protected ArchiveStatus archiveStatus
public void setId(Long value)
value - allowed object is
Longpublic Long getProductId()
Longpublic void setProductId(Long value)
value - allowed object is
Longpublic Long getProductPackageId()
Longpublic void setProductPackageId(Long value)
value - allowed object is
Longpublic Boolean isIsMandatory()
Booleanpublic void setIsMandatory(Boolean value)
value - allowed object is
Booleanpublic ArchiveStatus getArchiveStatus()
ArchiveStatuspublic void setArchiveStatus(ArchiveStatus value)
value - allowed object is
ArchiveStatusCopyright © 2018. All Rights Reserved.