public class PlacementUpdateResultSet extends Object implements Serializable
| Constructor and Description |
|---|
PlacementUpdateResultSet() |
PlacementUpdateResultSet(boolean inError,
PlacementUpdateResult[] result) |
| 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
|
PlacementUpdateResult[] |
getResult()
Gets the result value for this PlacementUpdateResultSet.
|
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() |
boolean |
isInError()
Gets the inError value for this PlacementUpdateResultSet.
|
void |
setInError(boolean inError)
Sets the inError value for this PlacementUpdateResultSet.
|
void |
setResult(PlacementUpdateResult[] result)
Sets the result value for this PlacementUpdateResultSet.
|
public PlacementUpdateResultSet()
public PlacementUpdateResultSet(boolean inError,
PlacementUpdateResult[] result)
public boolean isInError()
public void setInError(boolean inError)
inError - public PlacementUpdateResult[] getResult()
public void setResult(PlacementUpdateResult[] result)
result - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.