|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.aa.complextype.v1.HealthCareOrganizationTypeV2
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:11:51+02:00", comments="JAXB RI v2.2.11") public class HealthCareOrganizationTypeV2
Identifier(s) and name(s) of a healthcare organization.
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 Summary | |
---|---|
HealthCareOrganizationTypeV2()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HealthCareOrganizationTypeV2()
Method Detail |
---|
public TypeCodeType getId()
TypeCodeType
public void setId(TypeCodeType value)
value
- allowed object is
TypeCodeType
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |