public abstract class Attribute extends Object
Attributes encompass the core information about a particular TargetingIdea. Some
attributes are for KEYWORD IdeaTypes, some are for PLACEMENT
IdeaTypes, and some are for both. Ultimately, an Attribute instance simply wraps
an actual value of interest. For example, KeywordAttribute wraps the keyword itself,
while a BooleanAttribute simply wraps a boolean describing some information about the
keyword idea.
Java class for Attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Attribute">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Attribute.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeType |
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeType()
Gets the value of the attributeType property.
|
void |
setAttributeType(String value)
Sets the value of the attributeType property.
|
protected String attributeType
Copyright © 2023. All rights reserved.