public class DeviceCategoryTargeting extends Object implements Serializable
LineItem.| Constructor and Description |
|---|
DeviceCategoryTargeting() |
DeviceCategoryTargeting(Technology[] targetedDeviceCategories,
Technology[] excludedDeviceCategories) |
| 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
|
Technology[] |
getExcludedDeviceCategories()
Gets the excludedDeviceCategories value for this DeviceCategoryTargeting.
|
Technology |
getExcludedDeviceCategories(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Technology[] |
getTargetedDeviceCategories()
Gets the targetedDeviceCategories value for this DeviceCategoryTargeting.
|
Technology |
getTargetedDeviceCategories(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setExcludedDeviceCategories(int i,
Technology _value) |
void |
setExcludedDeviceCategories(Technology[] excludedDeviceCategories)
Sets the excludedDeviceCategories value for this DeviceCategoryTargeting.
|
void |
setTargetedDeviceCategories(int i,
Technology _value) |
void |
setTargetedDeviceCategories(Technology[] targetedDeviceCategories)
Sets the targetedDeviceCategories value for this DeviceCategoryTargeting.
|
String |
toString() |
public DeviceCategoryTargeting()
public DeviceCategoryTargeting(Technology[] targetedDeviceCategories, Technology[] excludedDeviceCategories)
public Technology[] getTargetedDeviceCategories()
LineItem.public void setTargetedDeviceCategories(Technology[] targetedDeviceCategories)
targetedDeviceCategories - * Device categories that are being targeted by the LineItem.public Technology getTargetedDeviceCategories(int i)
public void setTargetedDeviceCategories(int i,
Technology _value)
public Technology[] getExcludedDeviceCategories()
LineItem.public void setExcludedDeviceCategories(Technology[] excludedDeviceCategories)
excludedDeviceCategories - * Device categories that are being excluded by the LineItem.public Technology getExcludedDeviceCategories(int i)
public void setExcludedDeviceCategories(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 © 2021. All rights reserved.