@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:58:44+01:00", comments="JAXB RI v2.2.11") public class PeriodType extends Object implements Serializable
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 and Description |
|---|
PeriodType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public long getStart()
public void setStart(long value)
public long getEnd()
public void setEnd(long value)
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.