|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.insurability.core.v1.OriginType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:10:50+02:00", comments="JAXB RI v2.2.11") public class OriginType
Information about the originator of the request.
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:v1}PackageType"/> <element name="CareProvider" type="{urn:be:fgov:ehealth:insurability:core:v1}CareProviderType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
OriginType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OriginType()
Method Detail |
---|
public PackageType getPackage()
PackageType
public void setPackage(PackageType value)
value
- allowed object is
PackageType
public CareProviderType getCareProvider()
CareProviderType
public void setCareProvider(CareProviderType value)
value
- allowed object is
CareProviderType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |