public class UserDomainTargeting extends Object implements Serializable
| Constructor and Description |
|---|
UserDomainTargeting() |
UserDomainTargeting(String[] domains,
Boolean targeted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String[] |
getDomains()
Gets the domains value for this UserDomainTargeting.
|
String |
getDomains(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Boolean |
getTargeted()
Gets the targeted value for this UserDomainTargeting.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDomains(int i,
String _value) |
void |
setDomains(String[] domains)
Sets the domains value for this UserDomainTargeting.
|
void |
setTargeted(Boolean targeted)
Sets the targeted value for this UserDomainTargeting.
|
public String[] getDomains()
LineItem. This attribute is required and the
maximum length of each
domain is 67 characters.public void setDomains(String[] domains)
domains - * The domains or subdomains that are being targeted or excluded
by the
LineItem. This attribute is required and the
maximum length of each
domain is 67 characters.public String getDomains(int i)
public void setDomains(int i,
String _value)
public Boolean getTargeted()
true.public void setTargeted(Boolean targeted)
targeted - * Indicates whether domains should be targeted or excluded. This
attribute is
optional and defaults to true.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.