@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:31:52+02:00", comments="JAXB RI v2.2.11") public class SearchOrganizationsRequest extends PaginationRequestType implements Serializable
Java class for SearchOrganizationsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchOrganizationsRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}PaginationRequestType">
<sequence>
<choice minOccurs="0">
<element name="NIHII" type="{urn:be:fgov:ehealth:addressbook:core:v1}NIHIIType"/>
<element name="CBE" type="{urn:be:fgov:ehealth:addressbook:core:v1}EnterpriseType"/>
<element name="EHP" type="{urn:be:fgov:ehealth:addressbook:core:v1}EnterpriseType"/>
</choice>
<element name="InstitutionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InstitutionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice minOccurs="0">
<element name="City" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ZipCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<element name="EMail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SearchOrganizationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCBE()
Gets the value of the cbe property.
|
String |
getCity()
Gets the value of the city property.
|
String |
getEHP()
Gets the value of the ehp property.
|
String |
getEMail()
Gets the value of the eMail property.
|
String |
getInstitutionName()
Gets the value of the institutionName property.
|
String |
getInstitutionType()
Gets the value of the institutionType property.
|
String |
getNIHII()
Gets the value of the nihii property.
|
String |
getZipCode()
Gets the value of the zipCode property.
|
void |
setCBE(String value)
Sets the value of the cbe property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setEHP(String value)
Sets the value of the ehp property.
|
void |
setEMail(String value)
Sets the value of the eMail property.
|
void |
setInstitutionName(String value)
Sets the value of the institutionName property.
|
void |
setInstitutionType(String value)
Sets the value of the institutionType property.
|
void |
setNIHII(String value)
Sets the value of the nihii property.
|
void |
setZipCode(String value)
Sets the value of the zipCode property.
|
getMaxElements, getOffset, setMaxElements, setOffsetgetId, getIssueInstant, setId, setIssueInstantpublic String getEHP()
Stringpublic void setEHP(String value)
value - allowed object is
Stringpublic String getCBE()
Stringpublic void setCBE(String value)
value - allowed object is
Stringpublic String getNIHII()
Stringpublic void setNIHII(String value)
value - allowed object is
Stringpublic String getInstitutionName()
Stringpublic void setInstitutionName(String value)
value - allowed object is
Stringpublic String getInstitutionType()
Stringpublic void setInstitutionType(String value)
value - allowed object is
Stringpublic String getZipCode()
Stringpublic void setZipCode(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getEMail()
String
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.