|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.hubservices.core.v3.AccessRightType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-09-25T04:37:03+02: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/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 Summary | |
|---|---|
AccessRightType()
|
|
| Method Summary | |
|---|---|
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. |
| 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 HcpartyType getHcparty()
HcpartyTypepublic void setHcparty(HcpartyType value)
value - allowed object is
HcpartyTypepublic 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 | |||||||||