public class ProductType extends ProductDimension
Java class for ProductType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductType">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ProductDimension">
<sequence>
<element name="type" type="{https://adwords.google.com/api/adwords/cm/v201809}ProductDimensionType" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProductDimensionType |
type |
protected String |
value |
productDimensionType| Constructor and Description |
|---|
ProductType() |
| Modifier and Type | Method and Description |
|---|---|
ProductDimensionType |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setType(ProductDimensionType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getProductDimensionType, setProductDimensionTypeprotected ProductDimensionType type
protected String value
public ProductDimensionType getType()
ProductDimensionTypepublic void setType(ProductDimensionType value)
value - allowed object is
ProductDimensionTypepublic String getValue()
StringCopyright © 2023. All rights reserved.