|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.rn.commons.business.v1.OpenQuarterPeriodType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:58:15+02:00",
comments="JAXB RI v2.2.11")
public class OpenQuarterPeriodTypeQuarter period containing a quarter begin date and an optional quarter end date.
Java class for OpenQuarterPeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpenQuarterPeriodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BeginQuarter" type="{urn:be:fgov:ehealth:rn:commons:business:v1}YearQuarterType"/>
<element name="EndQuarter" type="{urn:be:fgov:ehealth:rn:commons:business:v1}YearQuarterType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
OpenQuarterPeriodType()
|
|
| Method Summary | |
|---|---|
String |
getBeginQuarter()
Gets the value of the beginQuarter property. |
String |
getEndQuarter()
Gets the value of the endQuarter property. |
void |
setBeginQuarter(String value)
Sets the value of the beginQuarter property. |
void |
setEndQuarter(String value)
Sets the value of the endQuarter property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenQuarterPeriodType()
| Method Detail |
|---|
public String getBeginQuarter()
Stringpublic void setBeginQuarter(String value)
value - allowed object is
Stringpublic String getEndQuarter()
Stringpublic void setEndQuarter(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||