|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.certra.core.v2.OrganizationType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:38:57+02:00", comments="JAXB RI v2.2.11") public class OrganizationType
Describes an organization. Organizations are uniquely identified by their identifier and have a name in at least one language.
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 Summary | |
---|---|
OrganizationType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrganizationType()
Method Detail |
---|
public TextType getName()
TextType
public void setName(TextType value)
value
- allowed object is
TextType
public Id getIdentifier()
Id
public void setIdentifier(Id value)
value
- allowed object is
Id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |