@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:25:22+01:00", comments="JAXB RI v2.3.7") public class OriginType extends Object implements Serializable
Java class for OriginType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Package" type="{urn:be:fgov:ehealth:insurability:core:v2}PackageType"/>
<element name="CareProvider" type="{urn:be:fgov:ehealth:insurability:core:v2}CareProviderType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
OriginType() |
| Modifier and Type | Method and Description |
|---|---|
CareProviderType |
getCareProvider()
Gets the value of the careProvider property.
|
PackageType |
getPackage()
Gets the value of the package property.
|
void |
setCareProvider(CareProviderType value)
Sets the value of the careProvider property.
|
void |
setPackage(PackageType value)
Sets the value of the package property.
|
public PackageType getPackage()
PackageTypepublic void setPackage(PackageType value)
value - allowed object is
PackageTypepublic CareProviderType getCareProvider()
CareProviderTypepublic void setCareProvider(CareProviderType value)
value - allowed object is
CareProviderType
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.