|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.behealth.webservices.tsa.JournalEntryType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-03-19T04:09:03+01:00",
comments="JAXB RI v2.2.11")
public class JournalEntryType
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 Summary | |
|---|---|
JournalEntryType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JournalEntryType()
| Method Detail |
|---|
public String getHash()
Stringpublic void setHash(String value)
value - allowed object is
Stringpublic long getRef()
public void setRef(long value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||