Class 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>