public class RetractionDetails extends Object implements Serializable
Proposal was retracted.| Constructor and Description |
|---|
RetractionDetails() |
RetractionDetails(Long retractionReasonId,
String comments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getComments()
Gets the comments value for this RetractionDetails.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getRetractionReasonId()
Gets the retractionReasonId value for this RetractionDetails.
|
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 |
setComments(String comments)
Sets the comments value for this RetractionDetails.
|
void |
setRetractionReasonId(Long retractionReasonId)
Sets the retractionReasonId value for this RetractionDetails.
|
String |
toString() |
public Long getRetractionReasonId()
Proposal was retracted.public void setRetractionReasonId(Long retractionReasonId)
retractionReasonId - * The ID of the reason for why the Proposal was retracted.public String getComments()
Proposal was retracted. This field
is optional and has a maximum
length of 1023 characters.public void setComments(String comments)
comments - * Comments on why the Proposal was retracted. This field
is optional and has a maximum
length of 1023 characters.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.