@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:58:44+01:00", comments="JAXB RI v2.2.11") 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()
String
public void setHash(String value)
value
- allowed object is
String
public long getRef()
public void setRef(long value)
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.