public class TransactionLog extends Object implements Serializable
Java class for TransactionLog complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionLog"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Action" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Identity" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> <element name="IsFault" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="IsSLAFault" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="slaFaultMsg" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="MonitorHostname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ResponseTime" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="ServiceHostname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="hasRequestMessage" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="hasResponseMessage" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="requestSize" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="responseSize" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="transactionId" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}guid"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
action |
protected boolean |
hasRequestMessage |
protected boolean |
hasResponseMessage |
protected List<String> |
identity |
protected boolean |
isFault |
protected boolean |
isSLAFault |
protected String |
monitorHostname |
protected long |
requestSize |
protected long |
responseSize |
protected long |
responseTime |
protected String |
serviceHostname |
protected String |
slaFaultMsg |
protected Calendar |
timestamp |
protected String |
transactionId |
protected String |
url |
Constructor and Description |
---|
TransactionLog() |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets the value of the action property.
|
List<String> |
getIdentity()
Gets the value of the identity property.
|
String |
getMonitorHostname()
Gets the value of the monitorHostname property.
|
long |
getRequestSize()
Gets the value of the requestSize property.
|
long |
getResponseSize()
Gets the value of the responseSize property.
|
long |
getResponseTime()
Gets the value of the responseTime property.
|
String |
getServiceHostname()
Gets the value of the serviceHostname property.
|
String |
getSlaFaultMsg()
Gets the value of the slaFaultMsg property.
|
Calendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getTransactionId()
Gets the value of the transactionId property.
|
String |
getURL()
Gets the value of the url property.
|
boolean |
isHasRequestMessage()
Gets the value of the hasRequestMessage property.
|
boolean |
isHasResponseMessage()
Gets the value of the hasResponseMessage property.
|
boolean |
isIsFault()
Gets the value of the isFault property.
|
boolean |
isIsSLAFault()
Gets the value of the isSLAFault property.
|
boolean |
isSetAction() |
boolean |
isSetHasRequestMessage() |
boolean |
isSetHasResponseMessage() |
boolean |
isSetIdentity() |
boolean |
isSetIsFault() |
boolean |
isSetIsSLAFault() |
boolean |
isSetMonitorHostname() |
boolean |
isSetRequestSize() |
boolean |
isSetResponseSize() |
boolean |
isSetResponseTime() |
boolean |
isSetServiceHostname() |
boolean |
isSetSlaFaultMsg() |
boolean |
isSetTimestamp() |
boolean |
isSetTransactionId() |
boolean |
isSetURL() |
void |
setAction(String value)
Sets the value of the action property.
|
void |
setHasRequestMessage(boolean value)
Sets the value of the hasRequestMessage property.
|
void |
setHasResponseMessage(boolean value)
Sets the value of the hasResponseMessage property.
|
void |
setIsFault(boolean value)
Sets the value of the isFault property.
|
void |
setIsSLAFault(boolean value)
Sets the value of the isSLAFault property.
|
void |
setMonitorHostname(String value)
Sets the value of the monitorHostname property.
|
void |
setRequestSize(long value)
Sets the value of the requestSize property.
|
void |
setResponseSize(long value)
Sets the value of the responseSize property.
|
void |
setResponseTime(long value)
Sets the value of the responseTime property.
|
void |
setServiceHostname(String value)
Sets the value of the serviceHostname property.
|
void |
setSlaFaultMsg(String value)
Sets the value of the slaFaultMsg property.
|
void |
setTimestamp(Calendar value)
Sets the value of the timestamp property.
|
void |
setTransactionId(String value)
Sets the value of the transactionId property.
|
void |
setURL(String value)
Sets the value of the url property.
|
void |
unsetIdentity() |
protected String action
protected String url
protected boolean isFault
protected boolean isSLAFault
protected String slaFaultMsg
protected String monitorHostname
protected long responseTime
protected String serviceHostname
protected boolean hasRequestMessage
protected boolean hasResponseMessage
protected long requestSize
protected long responseSize
protected Calendar timestamp
protected String transactionId
public String getAction()
String
public void setAction(String value)
value
- allowed object is
String
public boolean isSetAction()
public void setURL(String value)
value
- allowed object is
String
public boolean isSetURL()
public List<String> getIdentity()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the identity property.
For example, to add a new item, do as follows:
getIdentity().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetIdentity()
public void unsetIdentity()
public boolean isIsFault()
public void setIsFault(boolean value)
public boolean isSetIsFault()
public boolean isIsSLAFault()
public void setIsSLAFault(boolean value)
public boolean isSetIsSLAFault()
public String getSlaFaultMsg()
String
public void setSlaFaultMsg(String value)
value
- allowed object is
String
public boolean isSetSlaFaultMsg()
public String getMonitorHostname()
String
public void setMonitorHostname(String value)
value
- allowed object is
String
public boolean isSetMonitorHostname()
public long getResponseTime()
public void setResponseTime(long value)
public boolean isSetResponseTime()
public String getServiceHostname()
String
public void setServiceHostname(String value)
value
- allowed object is
String
public boolean isSetServiceHostname()
public boolean isHasRequestMessage()
public void setHasRequestMessage(boolean value)
public boolean isSetHasRequestMessage()
public boolean isHasResponseMessage()
public void setHasResponseMessage(boolean value)
public boolean isSetHasResponseMessage()
public long getRequestSize()
public void setRequestSize(long value)
public boolean isSetRequestSize()
public long getResponseSize()
public void setResponseSize(long value)
public boolean isSetResponseSize()
public Calendar getTimestamp()
Calendar
public void setTimestamp(Calendar value)
value
- allowed object is
Calendar
public boolean isSetTimestamp()
public String getTransactionId()
String
public void setTransactionId(String value)
value
- allowed object is
String
public boolean isSetTransactionId()
Copyright © 2008–2017 MIL-OSS. All rights reserved.