public class TagFilterPart extends FilterPart
Java class for TagFilterPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TagFilterPart">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}FilterPart">
<sequence>
<element name="Tags" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TagFilterPart.Tags
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected TagFilterPart.Tags |
tags |
| Constructor and Description |
|---|
TagFilterPart() |
| Modifier and Type | Method and Description |
|---|---|
TagFilterPart.Tags |
getTags()
Gets the value of the tags property.
|
void |
setTags(TagFilterPart.Tags value)
Sets the value of the tags property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected TagFilterPart.Tags tags
public TagFilterPart.Tags getTags()
TagFilterPart.Tagspublic void setTags(TagFilterPart.Tags value)
value - allowed object is
TagFilterPart.Tagspublic String toString()
toString in class FilterPartCopyright © 2021. All rights reserved.