@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:24:15+02:00", comments="JAXB RI v2.3.7") public class OrganizationType extends Object implements Serializable
Java class for OrganizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganizationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{urn:be:fgov:ehealth:certra:core:v2}TextType"/> <element name="Identifier" type="{urn:be:fgov:ehealth:commons:core:v2}IdType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
OrganizationType() |
Modifier and Type | Method and Description |
---|---|
Id |
getIdentifier()
Gets the value of the identifier property.
|
TextType |
getName()
Gets the value of the name property.
|
void |
setIdentifier(Id value)
Sets the value of the identifier property.
|
void |
setName(TextType value)
Sets the value of the name property.
|
public TextType getName()
TextType
public void setName(TextType value)
value
- allowed object is
TextType
public Id getIdentifier()
Id
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.