public class AffiliateLocationFeedData extends SystemFeedGenerationData
Java class for AffiliateLocationFeedData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffiliateLocationFeedData">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}SystemFeedGenerationData">
<sequence>
<element name="chains" type="{https://adwords.google.com/api/adwords/cm/v201809}Chain" maxOccurs="unbounded" minOccurs="0"/>
<element name="relationshipType" type="{https://adwords.google.com/api/adwords/cm/v201809}RelationshipType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Chain> |
chains |
protected RelationshipType |
relationshipType |
systemFeedGenerationDataType| Constructor and Description |
|---|
AffiliateLocationFeedData() |
| Modifier and Type | Method and Description |
|---|---|
List<Chain> |
getChains()
Gets the value of the chains property.
|
RelationshipType |
getRelationshipType()
Gets the value of the relationshipType property.
|
void |
setRelationshipType(RelationshipType value)
Sets the value of the relationshipType property.
|
getSystemFeedGenerationDataType, setSystemFeedGenerationDataTypeprotected RelationshipType relationshipType
public List<Chain> getChains()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the chains property.
For example, to add a new item, do as follows:
getChains().add(newItem);
Objects of the following type(s) are allowed in the list
Chain
public RelationshipType getRelationshipType()
RelationshipTypepublic void setRelationshipType(RelationshipType value)
value - allowed object is
RelationshipTypeCopyright © 2023. All rights reserved.