@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:35:17+02:00", comments="JAXB RI v2.2.11") public class OrganizationIdentificationType extends Object implements Serializable
Java class for OrganizationIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganizationIdentificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="CbeNumber" type="{urn:be:fgov:ehealth:rn:commons:business:v1}CbeNumberType"/>
<sequence>
<element name="Sector">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}unsignedShort">
</restriction>
</simpleType>
</element>
<element name="Institution">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}unsignedShort">
</restriction>
</simpleType>
</element>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
OrganizationIdentificationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCbeNumber()
Gets the value of the cbeNumber property.
|
Integer |
getInstitution()
Gets the value of the institution property.
|
Integer |
getSector()
Gets the value of the sector property.
|
void |
setCbeNumber(String value)
Sets the value of the cbeNumber property.
|
void |
setInstitution(Integer value)
Sets the value of the institution property.
|
void |
setSector(Integer value)
Sets the value of the sector property.
|
public Integer getSector()
Integerpublic void setSector(Integer value)
value - allowed object is
Integerpublic Integer getInstitution()
Integerpublic void setInstitution(Integer value)
value - allowed object is
Integerpublic String getCbeNumber()
String
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.