be.fgov.ehealth.rn.commons.business.v1
Class OpenQuarterPeriodType

java.lang.Object
  extended by be.fgov.ehealth.rn.commons.business.v1.OpenQuarterPeriodType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2022-09-22T05:58:15+02:00",
           comments="JAXB RI v2.2.11")
public class OpenQuarterPeriodType
extends Object
implements Serializable

Quarter 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>
 

See Also:
Serialized Form

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

OpenQuarterPeriodType

public OpenQuarterPeriodType()
Method Detail

getBeginQuarter

public String getBeginQuarter()
Gets the value of the beginQuarter property.

Returns:
possible object is String

setBeginQuarter

public void setBeginQuarter(String value)
Sets the value of the beginQuarter property.

Parameters:
value - allowed object is String

getEndQuarter

public String getEndQuarter()
Gets the value of the endQuarter property.

Returns:
possible object is String

setEndQuarter

public void setEndQuarter(String value)
Sets the value of the endQuarter property.

Parameters:
value - allowed object is String



Connector Packaging PERSNURSE 3.23.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.