|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.timestamping.protocol.v2.PeriodType
@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T04:16:46+02:00", comments="JAXB RI v2.3.6") public class PeriodType
Both start and end time are included in the interval.
Java class for PeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PeriodType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Start" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="End" type="{http://www.w3.org/2001/XMLSchema}long"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
PeriodType()
|
Method Summary | |
---|---|
long |
getEnd()
Gets the value of the end property. |
long |
getStart()
Gets the value of the start property. |
void |
setEnd(long value)
Sets the value of the end property. |
void |
setStart(long value)
Sets the value of the start property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PeriodType()
Method Detail |
---|
public long getStart()
public void setStart(long value)
public long getEnd()
public void setEnd(long value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |