Package be.recipe.services.patient
Class GetExecutorProfileResult
- java.lang.Object
-
- be.recipe.services.patient.GetExecutorProfileResult
-
public class GetExecutorProfileResult extends Object
Java class for getExecutorProfileResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getExecutorProfileResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="status" type="{http:/services.recipe.be/core}StatusType"/> <element name="profile" minOccurs="0"> <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> </element> </all> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetExecutorProfileResult.ProfileJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected GetExecutorProfileResult.Profileprofileprotected StatusTypestatus
-
Constructor Summary
Constructors Constructor Description GetExecutorProfileResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.GetExecutorProfileResult.ProfilegetProfile()Gets the value of the profile property.StatusTypegetStatus()Gets the value of the status property.voidsetId(String value)Sets the value of the id property.voidsetProfile(GetExecutorProfileResult.Profile value)Sets the value of the profile property.voidsetStatus(StatusType value)Sets the value of the status property.
-
-
-
Field Detail
-
status
protected StatusType status
-
profile
protected GetExecutorProfileResult.Profile profile
-
id
protected String id
-
-
Method Detail
-
getStatus
public StatusType getStatus()
Gets the value of the status property.- Returns:
- possible object is
StatusType
-
setStatus
public void setStatus(StatusType value)
Sets the value of the status property.- Parameters:
value- allowed object isStatusType
-
getProfile
public GetExecutorProfileResult.Profile getProfile()
Gets the value of the profile property.- Returns:
- possible object is
GetExecutorProfileResult.Profile
-
setProfile
public void setProfile(GetExecutorProfileResult.Profile value)
Sets the value of the profile property.- Parameters:
value- allowed object isGetExecutorProfileResult.Profile
-
-