Package be.recipe.services.executor
Class GetProfileResult
- java.lang.Object
-
- be.recipe.services.executor.GetProfileResult
-
public class GetProfileResult extends Object
Java class for getProfileResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getProfileResult"> <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 classGetProfileResult.ProfileJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected GetProfileResult.Profileprofileprotected StatusTypestatus
-
Constructor Summary
Constructors Constructor Description GetProfileResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.GetProfileResult.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(GetProfileResult.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 GetProfileResult.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 GetProfileResult.Profile getProfile()
Gets the value of the profile property.- Returns:
- possible object is
GetProfileResult.Profile
-
setProfile
public void setProfile(GetProfileResult.Profile value)
Sets the value of the profile property.- Parameters:
value- allowed object isGetProfileResult.Profile
-
-