public abstract class PolicySummaryInfo extends Object
Java class for PolicySummaryInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicySummaryInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="policyTopicEntries" type="{https://adwords.google.com/api/adwords/cm/v201809}PolicyTopicEntry" maxOccurs="unbounded" minOccurs="0"/>
<element name="reviewState" type="{https://adwords.google.com/api/adwords/cm/v201809}PolicySummaryReviewState" minOccurs="0"/>
<element name="denormalizedStatus" type="{https://adwords.google.com/api/adwords/cm/v201809}PolicySummaryDenormalizedStatus" minOccurs="0"/>
<element name="combinedApprovalStatus" type="{https://adwords.google.com/api/adwords/cm/v201809}PolicyApprovalStatus" minOccurs="0"/>
<element name="PolicySummaryInfo.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PolicyApprovalStatus |
combinedApprovalStatus |
protected PolicySummaryDenormalizedStatus |
denormalizedStatus |
protected String |
policySummaryInfoType |
protected List<PolicyTopicEntry> |
policyTopicEntries |
protected PolicySummaryReviewState |
reviewState |
| Constructor and Description |
|---|
PolicySummaryInfo() |
| Modifier and Type | Method and Description |
|---|---|
PolicyApprovalStatus |
getCombinedApprovalStatus()
Gets the value of the combinedApprovalStatus property.
|
PolicySummaryDenormalizedStatus |
getDenormalizedStatus()
Gets the value of the denormalizedStatus property.
|
String |
getPolicySummaryInfoType()
Gets the value of the policySummaryInfoType property.
|
List<PolicyTopicEntry> |
getPolicyTopicEntries()
Gets the value of the policyTopicEntries property.
|
PolicySummaryReviewState |
getReviewState()
Gets the value of the reviewState property.
|
void |
setCombinedApprovalStatus(PolicyApprovalStatus value)
Sets the value of the combinedApprovalStatus property.
|
void |
setDenormalizedStatus(PolicySummaryDenormalizedStatus value)
Sets the value of the denormalizedStatus property.
|
void |
setPolicySummaryInfoType(String value)
Sets the value of the policySummaryInfoType property.
|
void |
setReviewState(PolicySummaryReviewState value)
Sets the value of the reviewState property.
|
protected List<PolicyTopicEntry> policyTopicEntries
protected PolicySummaryReviewState reviewState
protected PolicySummaryDenormalizedStatus denormalizedStatus
protected PolicyApprovalStatus combinedApprovalStatus
protected String policySummaryInfoType
public List<PolicyTopicEntry> getPolicyTopicEntries()
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 policyTopicEntries property.
For example, to add a new item, do as follows:
getPolicyTopicEntries().add(newItem);
Objects of the following type(s) are allowed in the list
PolicyTopicEntry
public PolicySummaryReviewState getReviewState()
PolicySummaryReviewStatepublic void setReviewState(PolicySummaryReviewState value)
value - allowed object is
PolicySummaryReviewStatepublic PolicySummaryDenormalizedStatus getDenormalizedStatus()
PolicySummaryDenormalizedStatuspublic void setDenormalizedStatus(PolicySummaryDenormalizedStatus value)
value - allowed object is
PolicySummaryDenormalizedStatuspublic PolicyApprovalStatus getCombinedApprovalStatus()
PolicyApprovalStatuspublic void setCombinedApprovalStatus(PolicyApprovalStatus value)
value - allowed object is
PolicyApprovalStatuspublic String getPolicySummaryInfoType()
StringCopyright © 2023. All rights reserved.