@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:58:05+01:00", comments="JAXB RI v2.2.11") public class Organization extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NameFr" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="NameNl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Identifier"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Organization() |
Modifier and Type | Method and Description |
---|---|
Identifier |
getIdentifier()
Gets the value of the identifier property.
|
String |
getNameFr()
Gets the value of the nameFr property.
|
String |
getNameNl()
Gets the value of the nameNl property.
|
void |
setIdentifier(Identifier value)
Sets the value of the identifier property.
|
void |
setNameFr(String value)
Sets the value of the nameFr property.
|
void |
setNameNl(String value)
Sets the value of the nameNl property.
|
public String getNameFr()
String
public void setNameFr(String value)
value
- allowed object is
String
public String getNameNl()
String
public void setNameNl(String value)
value
- allowed object is
String
public Identifier getIdentifier()
Identifier
public void setIdentifier(Identifier value)
value
- allowed object is
Identifier
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.