@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:58:44+01:00", comments="JAXB RI v2.2.11") public class TimeStampBagType extends Object implements Serializable
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 and Description |
|---|
TimeStampBagType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
HashTypepublic void setHash(HashType value)
value - allowed object is
HashTypepublic long getSequenceNumber()
public void setSequenceNumber(long value)
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.