public class DisapprovalReason extends Object implements Serializable
| Constructor and Description |
|---|
DisapprovalReason() |
DisapprovalReason(DisapprovalReasonType type,
String details) |
| 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
|
String |
getDetails()
Gets the details value for this DisapprovalReason.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
DisapprovalReasonType |
getType()
Gets the type value for this DisapprovalReason.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDetails(String details)
Sets the details value for this DisapprovalReason.
|
void |
setType(DisapprovalReasonType type)
Sets the type value for this DisapprovalReason.
|
String |
toString() |
public DisapprovalReason()
public DisapprovalReason(DisapprovalReasonType type, String details)
public DisapprovalReasonType getType()
public void setType(DisapprovalReasonType type)
type - public String getDetails()
public void setDetails(String details)
details - 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.