public class TransactionIdentification extends Object
Java class for TransactionIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="TransactionID" use="required" type="{}TransactionID" />
<attribute name="TimeStamp" use="required" type="{}TimeStamp" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
timeStamp
The Time stamp.
|
protected String |
transactionID
The Transaction id.
|
| Constructor and Description |
|---|
TransactionIdentification() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
String |
getTransactionID()
Gets the value of the transactionID property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
void |
setTransactionID(String value)
Sets the value of the transactionID property.
|
protected String transactionID
protected XMLGregorianCalendar timeStamp
public String getTransactionID()
Stringpublic void setTransactionID(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarCopyright © 2022. All rights reserved.