|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.hubservices.core.v2.AccessRightType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T04:59:22+01:00",
comments="JAXB RI v2.2.11")
public class AccessRightType
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/v2}TransactionIdType"/>
<element name="hcparty" type="{http://www.ehealth.fgov.be/hubservices/core/v2}BasicHcPartyType"/>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-ACCESSRIGHT"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AccessRightType()
|
|
| Method Summary | |
|---|---|
CDACCESSRIGHT |
getCd()
Gets the value of the cd property. |
BasicHcPartyType |
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(BasicHcPartyType value)
Sets the value of the hcparty property. |
void |
setTransaction(TransactionIdType value)
Sets the value of the transaction property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessRightType()
| Method Detail |
|---|
public TransactionIdType getTransaction()
TransactionIdTypepublic void setTransaction(TransactionIdType value)
value - allowed object is
TransactionIdTypepublic BasicHcPartyType getHcparty()
BasicHcPartyTypepublic void setHcparty(BasicHcPartyType value)
value - allowed object is
BasicHcPartyTypepublic CDACCESSRIGHT getCd()
CDACCESSRIGHTpublic void setCd(CDACCESSRIGHT value)
value - allowed object is
CDACCESSRIGHT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||