@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:26:42+02:00", comments="JAXB RI v2.3.7") public class PutAccessRightRequest extends Object implements Serializable
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/v2}RequestType"/>
<element name="accessright" type="{http://www.ehealth.fgov.be/hubservices/core/v2}AccessRightType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PutAccessRightRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.