|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.rn.commons.business.v1.OrganizationIdentificationType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") public class OrganizationIdentificationType
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 Summary | |
---|---|
OrganizationIdentificationType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrganizationIdentificationType()
Method Detail |
---|
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
public void setCbeNumber(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |