@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:21:18+02:00", comments="JAXB RI v2.2.11") public class TimeStampIdentification extends Object implements Serializable
Java class for TimeStampIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeStampIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sequenceNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dateTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TimeStampIdentification() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDateTime()
Gets the value of the dateTime property.
|
String |
getSequenceNumber()
Gets the value of the sequenceNumber property.
|
void |
setDateTime(long value)
Sets the value of the dateTime property.
|
void |
setSequenceNumber(String value)
Sets the value of the sequenceNumber property.
|
public String getSequenceNumber()
Stringpublic void setSequenceNumber(String value)
value - allowed object is
Stringpublic long getDateTime()
public void setDateTime(long value)
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.