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