|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.hubservices.core.v2.GetAccessRightResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:42:16+02:00", comments="JAXB RI v2.2.11") public class GetAccessRightResponse
Java class for GetAccessRightResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetAccessRightResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="response" type="{http://www.ehealth.fgov.be/hubservices/core/v2}ResponseType"/> <element name="acknowledge" type="{http://www.ehealth.fgov.be/hubservices/core/v2}AcknowledgeType"/> <element name="accessrightlist" type="{http://www.ehealth.fgov.be/hubservices/core/v2}AccessRightListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
GetAccessRightResponse()
|
Method Summary | |
---|---|
AccessRightListType |
getAccessrightlist()
Gets the value of the accessrightlist property. |
AcknowledgeType |
getAcknowledge()
Gets the value of the acknowledge property. |
ResponseType |
getResponse()
Gets the value of the response property. |
void |
setAccessrightlist(AccessRightListType value)
Sets the value of the accessrightlist property. |
void |
setAcknowledge(AcknowledgeType value)
Sets the value of the acknowledge property. |
void |
setResponse(ResponseType value)
Sets the value of the response property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetAccessRightResponse()
Method Detail |
---|
public ResponseType getResponse()
ResponseType
public void setResponse(ResponseType value)
value
- allowed object is
ResponseType
public AcknowledgeType getAcknowledge()
AcknowledgeType
public void setAcknowledge(AcknowledgeType value)
value
- allowed object is
AcknowledgeType
public AccessRightListType getAccessrightlist()
AccessRightListType
public void setAccessrightlist(AccessRightListType value)
value
- allowed object is
AccessRightListType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |