be.fgov.ehealth.addressbook.protocol.v1
Class GetOrganizationContactInfoResponse

java.lang.Object
  extended by be.fgov.ehealth.commons.protocol.v2.ResponseType
      extended by be.fgov.ehealth.commons.protocol.v2.StatusResponseType
          extended by be.fgov.ehealth.addressbook.protocol.v1.GetOrganizationContactInfoResponse
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-07-06T09:33:15+02:00",
           comments="JAXB RI v2.2.6")
public class GetOrganizationContactInfoResponse
extends StatusResponseType
implements Serializable

Return healthcare organization contact data

Java class for GetOrganizationContactInfoResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetOrganizationContactInfoResponseType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType">
       <sequence>
         <element name="OrganizationContactInformation" type="{urn:be:fgov:ehealth:addressbook:core:v1}OrganizationContactInformationType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetOrganizationContactInfoResponse()
           
 
Method Summary
 OrganizationContactInformationType getOrganizationContactInformation()
          Gets the value of the organizationContactInformation property.
 void setOrganizationContactInformation(OrganizationContactInformationType value)
          Sets the value of the organizationContactInformation property.
 
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.StatusResponseType
getStatus, setStatus
 
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.ResponseType
getId, getInResponseTo, getIssueInstant, setId, setInResponseTo, setIssueInstant
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetOrganizationContactInfoResponse

public GetOrganizationContactInfoResponse()
Method Detail

getOrganizationContactInformation

public OrganizationContactInformationType getOrganizationContactInformation()
Gets the value of the organizationContactInformation property.

Returns:
possible object is OrganizationContactInformationType

setOrganizationContactInformation

public void setOrganizationContactInformation(OrganizationContactInformationType value)
Sets the value of the organizationContactInformation property.

Parameters:
value - allowed object is OrganizationContactInformationType



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.