Package be.recipe.services.patient
Class GetExecutorProfileResult.Profile
- java.lang.Object
-
- be.recipe.services.patient.GetExecutorProfileResult.Profile
-
- Enclosing class:
- GetExecutorProfileResult
public static class GetExecutorProfileResult.Profile extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="reservation-feature" use="required" type="{http:/services.recipe.be/core}reservationFeature" /> <attribute name="communication-channel-specification" use="required" type="{http:/services.recipe.be/core}communicationChannelSpecification" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CommunicationChannelSpecificationcommunicationChannelSpecificationprotected ReservationFeaturereservationFeature
-
Constructor Summary
Constructors Constructor Description Profile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommunicationChannelSpecificationgetCommunicationChannelSpecification()Gets the value of the communicationChannelSpecification property.ReservationFeaturegetReservationFeature()Gets the value of the reservationFeature property.voidsetCommunicationChannelSpecification(CommunicationChannelSpecification value)Sets the value of the communicationChannelSpecification property.voidsetReservationFeature(ReservationFeature value)Sets the value of the reservationFeature property.
-
-
-
Field Detail
-
reservationFeature
protected ReservationFeature reservationFeature
-
communicationChannelSpecification
protected CommunicationChannelSpecification communicationChannelSpecification
-
-
Method Detail
-
getReservationFeature
public ReservationFeature getReservationFeature()
Gets the value of the reservationFeature property.- Returns:
- possible object is
ReservationFeature
-
setReservationFeature
public void setReservationFeature(ReservationFeature value)
Sets the value of the reservationFeature property.- Parameters:
value- allowed object isReservationFeature
-
getCommunicationChannelSpecification
public CommunicationChannelSpecification getCommunicationChannelSpecification()
Gets the value of the communicationChannelSpecification property.- Returns:
- possible object is
CommunicationChannelSpecification
-
setCommunicationChannelSpecification
public void setCommunicationChannelSpecification(CommunicationChannelSpecification value)
Sets the value of the communicationChannelSpecification property.- Parameters:
value- allowed object isCommunicationChannelSpecification
-
-