public class ProcessingStatusRecordType extends Object
Java class for ProcessingStatusRecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessingStatusRecordType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="logicalAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="statusCode" type="{urn:riv:interoperability:headers:1}StatusCodeEnum"/>
<element name="isResponseFromCache" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="isResponseInSynch" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="lastSuccessfulSynch" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastUnsuccessfulSynch" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastUnsuccessfulSynchError" type="{urn:riv:interoperability:headers:1}LastUnsuccessfulSynchErrorType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isResponseFromCache |
protected boolean |
isResponseInSynch |
protected String |
lastSuccessfulSynch |
protected String |
lastUnsuccessfulSynch |
protected LastUnsuccessfulSynchErrorType |
lastUnsuccessfulSynchError |
protected String |
logicalAddress |
protected StatusCodeEnum |
statusCode |
| Constructor and Description |
|---|
ProcessingStatusRecordType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLastSuccessfulSynch()
Gets the value of the lastSuccessfulSynch property.
|
String |
getLastUnsuccessfulSynch()
Gets the value of the lastUnsuccessfulSynch property.
|
LastUnsuccessfulSynchErrorType |
getLastUnsuccessfulSynchError()
Gets the value of the lastUnsuccessfulSynchError property.
|
String |
getLogicalAddress()
Gets the value of the logicalAddress property.
|
StatusCodeEnum |
getStatusCode()
Gets the value of the statusCode property.
|
boolean |
isIsResponseFromCache()
Gets the value of the isResponseFromCache property.
|
boolean |
isIsResponseInSynch()
Gets the value of the isResponseInSynch property.
|
void |
setIsResponseFromCache(boolean value)
Sets the value of the isResponseFromCache property.
|
void |
setIsResponseInSynch(boolean value)
Sets the value of the isResponseInSynch property.
|
void |
setLastSuccessfulSynch(String value)
Sets the value of the lastSuccessfulSynch property.
|
void |
setLastUnsuccessfulSynch(String value)
Sets the value of the lastUnsuccessfulSynch property.
|
void |
setLastUnsuccessfulSynchError(LastUnsuccessfulSynchErrorType value)
Sets the value of the lastUnsuccessfulSynchError property.
|
void |
setLogicalAddress(String value)
Sets the value of the logicalAddress property.
|
void |
setStatusCode(StatusCodeEnum value)
Sets the value of the statusCode property.
|
protected String logicalAddress
protected StatusCodeEnum statusCode
protected boolean isResponseFromCache
protected boolean isResponseInSynch
protected String lastSuccessfulSynch
protected String lastUnsuccessfulSynch
protected LastUnsuccessfulSynchErrorType lastUnsuccessfulSynchError
public String getLogicalAddress()
Stringpublic void setLogicalAddress(String value)
value - allowed object is
Stringpublic StatusCodeEnum getStatusCode()
StatusCodeEnumpublic void setStatusCode(StatusCodeEnum value)
value - allowed object is
StatusCodeEnumpublic boolean isIsResponseFromCache()
public void setIsResponseFromCache(boolean value)
public boolean isIsResponseInSynch()
public void setIsResponseInSynch(boolean value)
public String getLastSuccessfulSynch()
Stringpublic void setLastSuccessfulSynch(String value)
value - allowed object is
Stringpublic String getLastUnsuccessfulSynch()
Stringpublic void setLastUnsuccessfulSynch(String value)
value - allowed object is
Stringpublic LastUnsuccessfulSynchErrorType getLastUnsuccessfulSynchError()
LastUnsuccessfulSynchErrorTypepublic void setLastUnsuccessfulSynchError(LastUnsuccessfulSynchErrorType value)
value - allowed object is
LastUnsuccessfulSynchErrorTypeCopyright © 2015. All Rights Reserved.