public class ThreadTime extends Object implements Serializable
Java class for ThreadTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreadTime"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="transactionid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="responsetimems" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
action |
protected long |
responsetimems |
protected boolean |
success |
protected Calendar |
timestamp |
protected String |
transactionid |
protected String |
uri |
Constructor and Description |
---|
ThreadTime() |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets the value of the action property.
|
long |
getResponsetimems()
Gets the value of the responsetimems property.
|
Calendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getTransactionid()
Gets the value of the transactionid property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetAction() |
boolean |
isSetResponsetimems() |
boolean |
isSetSuccess() |
boolean |
isSetTimestamp() |
boolean |
isSetTransactionid() |
boolean |
isSetUri() |
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setResponsetimems(long value)
Sets the value of the responsetimems property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
void |
setTimestamp(Calendar value)
Sets the value of the timestamp property.
|
void |
setTransactionid(String value)
Sets the value of the transactionid property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected String uri
protected String action
protected boolean success
protected String transactionid
protected Calendar timestamp
protected long responsetimems
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public String getAction()
String
public void setAction(String value)
value
- allowed object is
String
public boolean isSetAction()
public boolean isSuccess()
public void setSuccess(boolean value)
public boolean isSetSuccess()
public String getTransactionid()
String
public void setTransactionid(String value)
value
- allowed object is
String
public boolean isSetTransactionid()
public Calendar getTimestamp()
Calendar
public void setTimestamp(Calendar value)
value
- allowed object is
Calendar
public boolean isSetTimestamp()
public long getResponsetimems()
public void setResponsetimems(long value)
public boolean isSetResponsetimems()
Copyright © 2008–2017 MIL-OSS. All rights reserved.