Class RequestType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.RequestType
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CreateFeedbackRequestType,CreatePrescriptionRequestType,CreateRelationRequestType,CreateReservationRequestType,GetExecutorProfileRequestType,GetOpenPrescriptionListRequestType,GetPrescriptionForExecutorRequestType,GetPrescriptionRequestType,GetPrescriptionStatusRequestType,GetProfileRequestType,GetValidationPropertiesRequestType,GetVisionRequestType,ListFeedbacksRequestType,ListMandatesRequestType,ListNotificationsRequestType,ListOpenPrescriptionsRequestType,ListOpenRidsRequestType,ListPrescriptionHistoryRequestType,ListPrescriptionsRequestType,ListRelationsRequestType,ListReservationsRequestType,ListRidsHistoryRequestType,ListRidsInProcessRequestType,MarkAsArchivedRequestType,MarkAsDeliveredRequestType,MarkAsUnDeliveredRequestType,PutFeedbackFlagRequestType,PutRidsInProcessRequestType,PutVisionForPatientRequestType,PutVisionForPrescriberRequestType,RevokePrescriptionRequestType,RevokeRelationRequestType,SendNotificationRequestType,UpdateProfileRequestType,UpdateReservationRequestType,UploadFileRequestType
public class RequestType extends be.fgov.ehealth.commons.protocol.v2.RequestTypeJava class for RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType"> <attribute name="ProgramId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProgramId()Gets the value of the programId property.voidsetProgramId(String value)Sets the value of the programId property.
-
-
-
Field Detail
-
programId
protected String programId
-
-