public class ProposalCompanyAssociation extends Object
ProposalCompanyAssociation represents a Company associated with the
Proposal and a set of Contact objects belonging to the company.
Java class for ProposalCompanyAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProposalCompanyAssociation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="companyId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="type" type="{https://www.google.com/apis/ads/publisher/v201708}ProposalCompanyAssociationType" minOccurs="0"/>
<element name="contactIds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
companyId |
protected List<Long> |
contactIds |
protected ProposalCompanyAssociationType |
type |
| Constructor and Description |
|---|
ProposalCompanyAssociation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCompanyId()
Gets the value of the companyId property.
|
List<Long> |
getContactIds()
Gets the value of the contactIds property.
|
ProposalCompanyAssociationType |
getType()
Gets the value of the type property.
|
void |
setCompanyId(Long value)
Sets the value of the companyId property.
|
void |
setType(ProposalCompanyAssociationType value)
Sets the value of the type property.
|
protected Long companyId
protected ProposalCompanyAssociationType type
public Long getCompanyId()
Longpublic void setCompanyId(Long value)
value - allowed object is
Longpublic ProposalCompanyAssociationType getType()
ProposalCompanyAssociationTypepublic void setType(ProposalCompanyAssociationType value)
value - allowed object is
ProposalCompanyAssociationTypepublic List<Long> getContactIds()
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 contactIds property.
For example, to add a new item, do as follows:
getContactIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2018. All Rights Reserved.