public class UserDomainTargeting extends Object
Java class for UserDomainTargeting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserDomainTargeting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="domains" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="targeted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
domains |
protected Boolean |
targeted |
| Constructor and Description |
|---|
UserDomainTargeting() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDomains()
Gets the value of the domains property.
|
Boolean |
isTargeted()
Gets the value of the targeted property.
|
void |
setTargeted(Boolean value)
Sets the value of the targeted property.
|
public List<String> getDomains()
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 domains property.
For example, to add a new item, do as follows:
getDomains().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isTargeted()
BooleanCopyright © 2018. All Rights Reserved.