public abstract class PolicyTopicConstraint extends Object
Java class for PolicyTopicConstraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyTopicConstraint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="constraintType" type="{https://adwords.google.com/api/adwords/cm/v201809}PolicyTopicConstraint.PolicyTopicConstraintType" minOccurs="0"/>
<element name="PolicyTopicConstraint.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PolicyTopicConstraintPolicyTopicConstraintType |
constraintType |
protected String |
policyTopicConstraintType |
| Constructor and Description |
|---|
PolicyTopicConstraint() |
| Modifier and Type | Method and Description |
|---|---|
PolicyTopicConstraintPolicyTopicConstraintType |
getConstraintType()
Gets the value of the constraintType property.
|
String |
getPolicyTopicConstraintType()
Gets the value of the policyTopicConstraintType property.
|
void |
setConstraintType(PolicyTopicConstraintPolicyTopicConstraintType value)
Sets the value of the constraintType property.
|
void |
setPolicyTopicConstraintType(String value)
Sets the value of the policyTopicConstraintType property.
|
protected PolicyTopicConstraintPolicyTopicConstraintType constraintType
protected String policyTopicConstraintType
public PolicyTopicConstraintPolicyTopicConstraintType getConstraintType()
PolicyTopicConstraintPolicyTopicConstraintTypepublic void setConstraintType(PolicyTopicConstraintPolicyTopicConstraintType value)
value - allowed object is
PolicyTopicConstraintPolicyTopicConstraintTypepublic String getPolicyTopicConstraintType()
StringCopyright © 2023. All rights reserved.