public class MobileCarrierTargeting extends Object implements Serializable
LineItem.| Constructor and Description |
|---|
MobileCarrierTargeting() |
MobileCarrierTargeting(Boolean isTargeted,
Technology[] mobileCarriers) |
| 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
|
Boolean |
getIsTargeted()
Gets the isTargeted value for this MobileCarrierTargeting.
|
Technology[] |
getMobileCarriers()
Gets the mobileCarriers value for this MobileCarrierTargeting.
|
Technology |
getMobileCarriers(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setIsTargeted(Boolean isTargeted)
Sets the isTargeted value for this MobileCarrierTargeting.
|
void |
setMobileCarriers(int i,
Technology _value) |
void |
setMobileCarriers(Technology[] mobileCarriers)
Sets the mobileCarriers value for this MobileCarrierTargeting.
|
public MobileCarrierTargeting()
public MobileCarrierTargeting(Boolean isTargeted, Technology[] mobileCarriers)
public Boolean getIsTargeted()
true.public void setIsTargeted(Boolean isTargeted)
isTargeted - * Indicates whether mobile carriers should be targeted or excluded.
This
attribute is optional and defaults to true.public Technology[] getMobileCarriers()
LineItem.public void setMobileCarriers(Technology[] mobileCarriers)
mobileCarriers - * Mobile carriers that are being targeted or excluded by the
LineItem.public Technology getMobileCarriers(int i)
public void setMobileCarriers(int i,
Technology _value)
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.