@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:27:00+02:00", comments="JAXB RI v2.3.7") public class AccessRightType extends Object implements Serializable
Java class for AccessRightType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessRightType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="transaction" type="{http://www.ehealth.fgov.be/hubservices/core/v3}TransactionIdType"/>
<element name="hcparty" type="{http://www.ehealth.fgov.be/hubservices/core/v3}hcpartyType"/>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-ACCESSRIGHT"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AccessRightType() |
| Modifier and Type | Method and Description |
|---|---|
CDACCESSRIGHT |
getCd()
Gets the value of the cd property.
|
HcpartyType |
getHcparty()
Gets the value of the hcparty property.
|
TransactionIdType |
getTransaction()
Gets the value of the transaction property.
|
void |
setCd(CDACCESSRIGHT value)
Sets the value of the cd property.
|
void |
setHcparty(HcpartyType value)
Sets the value of the hcparty property.
|
void |
setTransaction(TransactionIdType value)
Sets the value of the transaction property.
|
public TransactionIdType getTransaction()
TransactionIdTypepublic void setTransaction(TransactionIdType value)
value - allowed object is
TransactionIdTypepublic HcpartyType getHcparty()
HcpartyTypepublic void setHcparty(HcpartyType value)
value - allowed object is
HcpartyTypepublic CDACCESSRIGHT getCd()
CDACCESSRIGHTpublic void setCd(CDACCESSRIGHT value)
value - allowed object is
CDACCESSRIGHT
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.