|
||||||||||
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.QuarterPeriodType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") public class QuarterPeriodType
Quarter period containing a quarter begin date and a quarter end date.
Java class for QuarterPeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuarterPeriodType"> <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"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
QuarterPeriodType()
|
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 QuarterPeriodType()
Method Detail |
---|
public String getBeginQuarter()
String
public void setBeginQuarter(String value)
value
- allowed object is
String
public String getEndQuarter()
String
public 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 |