public class RetractionDetails extends Object
Proposal was retracted.
Java class for RetractionDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetractionDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="retractionReasonId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comments |
protected Long |
retractionReasonId |
| Constructor and Description |
|---|
RetractionDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComments()
Gets the value of the comments property.
|
Long |
getRetractionReasonId()
Gets the value of the retractionReasonId property.
|
void |
setComments(String value)
Sets the value of the comments property.
|
void |
setRetractionReasonId(Long value)
Sets the value of the retractionReasonId property.
|
protected Long retractionReasonId
protected String comments
public Long getRetractionReasonId()
Longpublic void setRetractionReasonId(Long value)
value - allowed object is
Longpublic String getComments()
StringCopyright © 2018. All Rights Reserved.