@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T02:57:10+02:00", comments="JAXB RI v2.3.7") 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="{http://www.behealth.be/webservices/tsa}JournalEntryType" maxOccurs="unbounded"/>
</sequence>
<attribute name="Hash" use="required" type="{http://www.behealth.be/webservices/tsa}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 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.