|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.timestamping.protocol.v2.TimeStampBagType
@Generated(value="com.sun.tools.xjc.Driver", date="2021-04-20T04:21:10+02:00", comments="JAXB RI v2.2.11") public class TimeStampBagType
the time stamp bag that is send to behealth
Java class for TimeStampBagType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeStampBagType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="JournalEntry" type="{urn:be:fgov:ehealth:timestamping:protocol:v2}JournalEntryType" maxOccurs="unbounded"/> </sequence> <attribute name="Hash" use="required" type="{urn:be:fgov:ehealth:timestamping:protocol:v2}HashType" /> <attribute name="SequenceNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
TimeStampBagType()
|
Method Summary | |
---|---|
HashType |
getHash()
Gets the value of the hash property. |
List<JournalEntryType> |
getJournalEntries()
Gets the value of the journalEntries property. |
long |
getSequenceNumber()
Gets the value of the sequenceNumber property. |
void |
setHash(HashType value)
Sets the value of the hash property. |
void |
setSequenceNumber(long 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 TimeStampBagType()
Method Detail |
---|
public List<JournalEntryType> getJournalEntries()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the journalEntries property.
For example, to add a new item, do as follows:
getJournalEntries().add(newItem);
Objects of the following type(s) are allowed in the list
JournalEntryType
public HashType getHash()
HashType
public void setHash(HashType value)
value
- allowed object is
HashType
public long getSequenceNumber()
public void setSequenceNumber(long value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |