public class TransactionIdentificationType extends Object
Java class for TransactionIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionIdentificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="TransactionID" use="required" type="{}TransactionIDType" />
<attribute name="TimeStamp" use="required" type="{}TimeStampType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
timeStamp |
protected String |
transactionID |
| Constructor and Description |
|---|
TransactionIdentificationType() |
| 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 © 2018. All rights reserved.