public class StatusInfo extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for StatusInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="statusDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="callToAction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
callToAction |
protected String |
status |
protected Date |
statusDate |
| Constructor and Description |
|---|
StatusInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getCallToAction()
Gets the value of the callToAction property.
|
String |
getStatus()
Gets the value of the status property.
|
Date |
getStatusDate()
Gets the value of the statusDate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setCallToAction(String value)
Sets the value of the callToAction property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setStatusDate(Date value)
Sets the value of the statusDate property.
|
protected String status
protected Date statusDate
protected String callToAction
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Date getStatusDate()
Stringpublic void setStatusDate(Date value)
value - allowed object is
Stringpublic String getCallToAction()
Stringpublic void setCallToAction(String value)
value - allowed object is
Stringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.