@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:25:57+02:00", comments="JAXB RI v2.3.7") public class ReimbursementType extends BaseType implements Serializable
Java class for ReimbursementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReimbursementType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:samcivics:type:v2}BaseType">
<sequence>
<element name="DeliveryEnvironment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ReferenceBaseInd" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="PackageAgreement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ReimbursementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeliveryEnvironment()
Gets the value of the deliveryEnvironment property.
|
String |
getPackageAgreement()
Gets the value of the packageAgreement property.
|
Boolean |
isReferenceBaseInd()
Gets the value of the referenceBaseInd property.
|
void |
setDeliveryEnvironment(String value)
Sets the value of the deliveryEnvironment property.
|
void |
setPackageAgreement(String value)
Sets the value of the packageAgreement property.
|
void |
setReferenceBaseInd(Boolean value)
Sets the value of the referenceBaseInd property.
|
getEndDate, getStartDate, setEndDate, setStartDatepublic String getDeliveryEnvironment()
Stringpublic void setDeliveryEnvironment(String value)
value - allowed object is
Stringpublic Boolean isReferenceBaseInd()
Booleanpublic void setReferenceBaseInd(Boolean value)
value - allowed object is
Booleanpublic String getPackageAgreement()
String
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.