public class IdError extends Object implements Serializable
| Constructor and Description |
|---|
IdError() |
IdError(Long index,
IdErrorIdErrorType errorType) |
| 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
|
IdErrorIdErrorType |
getErrorType()
Gets the errorType value for this IdError.
|
Long |
getIndex()
Gets the index value for this IdError.
|
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() |
void |
setErrorType(IdErrorIdErrorType errorType)
Sets the errorType value for this IdError.
|
void |
setIndex(Long index)
Sets the index value for this IdError.
|
String |
toString() |
public IdError()
public IdError(Long index, IdErrorIdErrorType errorType)
public Long getIndex()
public void setIndex(Long index)
index - public IdErrorIdErrorType getErrorType()
public void setErrorType(IdErrorIdErrorType errorType)
errorType - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2023. All rights reserved.