@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:19:58+02:00", comments="JAXB RI v2.3.7") public class JournalEntryType extends Object implements Serializable
Java class for JournalEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JournalEntryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Hash" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Ref" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
JournalEntryType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHash()
Gets the value of the hash property.
|
long |
getRef()
Gets the value of the ref property.
|
void |
setHash(String value)
Sets the value of the hash property.
|
void |
setRef(long value)
Sets the value of the ref property.
|
public String getHash()
Stringpublic void setHash(String value)
value - allowed object is
Stringpublic long getRef()
public void setRef(long value)
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.