|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons.protocol.v1.RequestType
be.fgov.ehealth.recipe.protocol.v1.CreateFeedbackRequest
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-07-06T09:29:02+02:00",
comments="JAXB RI v2.2.6")
public class CreateFeedbackRequest
Java class for CreateFeedbackRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateFeedbackRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v1}RequestType">
<sequence>
<element name="SecuredCreateFeedbackRequest" type="{urn:be:fgov:ehealth:recipe:core:v1}SecuredContentType"/>
<element name="AdministrativeInformation" type="{urn:be:fgov:ehealth:recipe:core:v1}ExecutorServiceAdministrativeInformationType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CreateFeedbackRequest()
|
|
| Method Summary | |
|---|---|
ExecutorServiceAdministrativeInformationType |
getAdministrativeInformation()
Gets the value of the administrativeInformation property. |
SecuredContentType |
getSecuredCreateFeedbackRequest()
Gets the value of the securedCreateFeedbackRequest property. |
void |
setAdministrativeInformation(ExecutorServiceAdministrativeInformationType value)
Sets the value of the administrativeInformation property. |
void |
setSecuredCreateFeedbackRequest(SecuredContentType value)
Sets the value of the securedCreateFeedbackRequest property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateFeedbackRequest()
| Method Detail |
|---|
public SecuredContentType getSecuredCreateFeedbackRequest()
SecuredContentTypepublic void setSecuredCreateFeedbackRequest(SecuredContentType value)
value - allowed object is
SecuredContentTypepublic ExecutorServiceAdministrativeInformationType getAdministrativeInformation()
ExecutorServiceAdministrativeInformationTypepublic void setAdministrativeInformation(ExecutorServiceAdministrativeInformationType value)
value - allowed object is
ExecutorServiceAdministrativeInformationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||