public class GetSLAFaultRecordsResponseMsg extends Object implements Serializable
Java class for GetSLAFaultRecordsResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetSLAFaultRecordsResponseMsg"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="RelatedTransaction" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="IncidentID" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected String |
incidentID |
protected String |
message |
protected String |
relatedTransaction |
protected Calendar |
timestamp |
Constructor and Description |
---|
GetSLAFaultRecordsResponseMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getIncidentID()
Gets the value of the incidentID property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getRelatedTransaction()
Gets the value of the relatedTransaction property.
|
Calendar |
getTimestamp()
Gets the value of the timestamp property.
|
boolean |
isSetClassification() |
boolean |
isSetIncidentID() |
boolean |
isSetMessage() |
boolean |
isSetRelatedTransaction() |
boolean |
isSetTimestamp() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setIncidentID(String value)
Sets the value of the incidentID property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setRelatedTransaction(String value)
Sets the value of the relatedTransaction property.
|
void |
setTimestamp(Calendar value)
Sets the value of the timestamp property.
|
protected SecurityWrapper classification
protected String message
protected Calendar timestamp
protected String relatedTransaction
protected String incidentID
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public boolean isSetMessage()
public Calendar getTimestamp()
Calendar
public void setTimestamp(Calendar value)
value
- allowed object is
Calendar
public boolean isSetTimestamp()
public String getRelatedTransaction()
String
public void setRelatedTransaction(String value)
value
- allowed object is
String
public boolean isSetRelatedTransaction()
public String getIncidentID()
String
public void setIncidentID(String value)
value
- allowed object is
String
public boolean isSetIncidentID()
Copyright © 2008–2017 MIL-OSS. All rights reserved.