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.
|
String |
toString() |
public String[] getDomains()
public void setDomains(String[] domains)
domains - public String getDomains(int i)
public void setDomains(int i,
String _value)
public Boolean getTargeted()
public void setTargeted(Boolean targeted)
targeted - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.