@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:04:27+02:00", comments="JAXB RI v2.2.11") public class HealthCareOrganizationTypeV2 extends Object implements Serializable
Java class for HealthCareOrganizationTypeV2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HealthCareOrganizationTypeV2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{urn:be:fgov:ehealth:aa:complextype:v1}TypeCodeType"/>
<element ref="{urn:be:fgov:ehealth:aa:complextype:v1}OrganizationTypeCode" maxOccurs="unbounded"/>
<element ref="{urn:be:fgov:ehealth:aa:complextype:v1}OrganizationTypeFriendlyName" maxOccurs="unbounded"/>
<element ref="{urn:be:fgov:ehealth:aa:complextype:v1}Name" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HealthCareOrganizationTypeV2() |
| Modifier and Type | Method and Description |
|---|---|
TypeCodeType |
getId()
Gets the value of the id property.
|
List<NameType> |
getNames()
Gets the value of the names property.
|
List<TypeCodeType> |
getOrganizationTypeCodes()
Gets the value of the organizationTypeCodes property.
|
List<NameType> |
getOrganizationTypeFriendlyNames()
Gets the value of the organizationTypeFriendlyNames property.
|
void |
setId(TypeCodeType value)
Sets the value of the id property.
|
public TypeCodeType getId()
TypeCodeTypepublic void setId(TypeCodeType value)
value - allowed object is
TypeCodeTypepublic List<TypeCodeType> getOrganizationTypeCodes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the organizationTypeCodes property.
For example, to add a new item, do as follows:
getOrganizationTypeCodes().add(newItem);
Objects of the following type(s) are allowed in the list
TypeCodeType
public List<NameType> getOrganizationTypeFriendlyNames()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the organizationTypeFriendlyNames property.
For example, to add a new item, do as follows:
getOrganizationTypeFriendlyNames().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
public List<NameType> getNames()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the names property.
For example, to add a new item, do as follows:
getNames().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.