|
||||||||||
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="2016-10-28T03:09:45+02:00", comments="JAXB RI v2.2.6") 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()
String
public void setHash(String value)
value
- allowed object is
String
public long getRef()
public void setRef(long value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |