@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:25:27+02:00", comments="JAXB RI v2.2.11") 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:mycarenet:commons:core:v2}PackageType"/> <element name="SiteID" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v2}ValueRefString" minOccurs="0"/> <element name="CareProvider" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v2}CareProviderType" minOccurs="0"/> <element name="Sender" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v2}PartyType" 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.
|
PartyType |
getSender()
Gets the value of the sender property.
|
ValueRefString |
getSiteID()
Gets the value of the siteID property.
|
void |
setCareProvider(CareProviderType value)
Sets the value of the careProvider property.
|
void |
setPackage(PackageType value)
Sets the value of the package property.
|
void |
setSender(PartyType value)
Sets the value of the sender property.
|
void |
setSiteID(ValueRefString value)
Sets the value of the siteID property.
|
public PackageType getPackage()
PackageType
public void setPackage(PackageType value)
value
- allowed object is
PackageType
public ValueRefString getSiteID()
ValueRefString
public void setSiteID(ValueRefString value)
value
- allowed object is
ValueRefString
public CareProviderType getCareProvider()
CareProviderType
public void setCareProvider(CareProviderType value)
value
- allowed object is
CareProviderType
public PartyType getSender()
PartyType
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.