|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.timestamping.protocol.v2.TimeStampIdentification
@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T04:16:46+02:00", comments="JAXB RI v2.3.6") public class TimeStampIdentification
unique identification of the TSBag and response * sequence number of the time stamp response * MMDDYYYY UU:MM of the time stamp response
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 Summary | |
---|---|
TimeStampIdentification()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeStampIdentification()
Method Detail |
---|
public String getSequenceNumber()
String
public void setSequenceNumber(String value)
value
- allowed object is
String
public long getDateTime()
public void setDateTime(long value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |