public class InventoryUrlTargeting extends Object implements Serializable
| Constructor and Description |
|---|
InventoryUrlTargeting() |
InventoryUrlTargeting(InventoryUrl[] targetedUrls,
InventoryUrl[] excludedUrls) |
| 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
|
InventoryUrl[] |
getExcludedUrls()
Gets the excludedUrls value for this InventoryUrlTargeting.
|
InventoryUrl |
getExcludedUrls(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
InventoryUrl[] |
getTargetedUrls()
Gets the targetedUrls value for this InventoryUrlTargeting.
|
InventoryUrl |
getTargetedUrls(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setExcludedUrls(int i,
InventoryUrl _value) |
void |
setExcludedUrls(InventoryUrl[] excludedUrls)
Sets the excludedUrls value for this InventoryUrlTargeting.
|
void |
setTargetedUrls(int i,
InventoryUrl _value) |
void |
setTargetedUrls(InventoryUrl[] targetedUrls)
Sets the targetedUrls value for this InventoryUrlTargeting.
|
String |
toString() |
public InventoryUrlTargeting()
public InventoryUrlTargeting(InventoryUrl[] targetedUrls, InventoryUrl[] excludedUrls)
public InventoryUrl[] getTargetedUrls()
public void setTargetedUrls(InventoryUrl[] targetedUrls)
targetedUrls - public InventoryUrl getTargetedUrls(int i)
public void setTargetedUrls(int i,
InventoryUrl _value)
public InventoryUrl[] getExcludedUrls()
public void setExcludedUrls(InventoryUrl[] excludedUrls)
excludedUrls - public InventoryUrl getExcludedUrls(int i)
public void setExcludedUrls(int i,
InventoryUrl _value)
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.