@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:32:03+02:00", comments="JAXB RI v2.3.7") 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()
Integer
public void setSector(Integer value)
value
- allowed object is
Integer
public Integer getInstitution()
Integer
public void setInstitution(Integer value)
value
- allowed object is
Integer
public String getCbeNumber()
String
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.