public class DeviceCapabilityTargeting extends Object implements Serializable
LineItem.| Constructor and Description |
|---|
DeviceCapabilityTargeting() |
DeviceCapabilityTargeting(Technology[] targetedDeviceCapabilities,
Technology[] excludedDeviceCapabilities) |
| 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[] |
getExcludedDeviceCapabilities()
Gets the excludedDeviceCapabilities value for this DeviceCapabilityTargeting.
|
Technology |
getExcludedDeviceCapabilities(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Technology[] |
getTargetedDeviceCapabilities()
Gets the targetedDeviceCapabilities value for this DeviceCapabilityTargeting.
|
Technology |
getTargetedDeviceCapabilities(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setExcludedDeviceCapabilities(int i,
Technology _value) |
void |
setExcludedDeviceCapabilities(Technology[] excludedDeviceCapabilities)
Sets the excludedDeviceCapabilities value for this DeviceCapabilityTargeting.
|
void |
setTargetedDeviceCapabilities(int i,
Technology _value) |
void |
setTargetedDeviceCapabilities(Technology[] targetedDeviceCapabilities)
Sets the targetedDeviceCapabilities value for this DeviceCapabilityTargeting.
|
public DeviceCapabilityTargeting()
public DeviceCapabilityTargeting(Technology[] targetedDeviceCapabilities, Technology[] excludedDeviceCapabilities)
public Technology[] getTargetedDeviceCapabilities()
LineItem.public void setTargetedDeviceCapabilities(Technology[] targetedDeviceCapabilities)
targetedDeviceCapabilities - * Device capabilities that are being targeted by the LineItem.public Technology getTargetedDeviceCapabilities(int i)
public void setTargetedDeviceCapabilities(int i,
Technology _value)
public Technology[] getExcludedDeviceCapabilities()
LineItem.public void setExcludedDeviceCapabilities(Technology[] excludedDeviceCapabilities)
excludedDeviceCapabilities - * Device capabilities that are being excluded by the LineItem.public Technology getExcludedDeviceCapabilities(int i)
public void setExcludedDeviceCapabilities(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 © 2014. All Rights Reserved.