|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.hubservices.core.v3.PutAccessRightRequest
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:19:54+02:00",
comments="JAXB RI v2.3.6")
public class PutAccessRightRequest
Java class for PutAccessRightRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PutAccessRightRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="request" type="{http://www.ehealth.fgov.be/hubservices/core/v3}RequestType"/>
<element name="accessright" type="{http://www.ehealth.fgov.be/hubservices/core/v3}AccessRightType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PutAccessRightRequest()
|
|
| Method Summary | |
|---|---|
AccessRightType |
getAccessright()
Gets the value of the accessright property. |
RequestType |
getRequest()
Gets the value of the request property. |
void |
setAccessright(AccessRightType value)
Sets the value of the accessright property. |
void |
setRequest(RequestType value)
Sets the value of the request property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PutAccessRightRequest()
| Method Detail |
|---|
public RequestType getRequest()
RequestTypepublic void setRequest(RequestType value)
value - allowed object is
RequestTypepublic AccessRightType getAccessright()
AccessRightTypepublic void setAccessright(AccessRightType value)
value - allowed object is
AccessRightType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||