au.net.electronichealth.ns.pcehr.xsd.interfaces.getindividualdetailsview._2
Class GetIndividualDetailsViewResponse.Individual.ContactPersons
java.lang.Object
au.net.electronichealth.ns.pcehr.xsd.interfaces.getindividualdetailsview._2.GetIndividualDetailsViewResponse.Individual.ContactPersons
- Enclosing class:
- GetIndividualDetailsViewResponse.Individual
public static class GetIndividualDetailsViewResponse.Individual.ContactPersons
- extends java.lang.Object
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="contactPerson" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}contactPersonTypeSupp" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contactPersons
protected java.util.List<ContactPersonTypeSupp> contactPersons
GetIndividualDetailsViewResponse.Individual.ContactPersons
public GetIndividualDetailsViewResponse.Individual.ContactPersons()
getContactPersons
public java.util.List<ContactPersonTypeSupp> getContactPersons()
- Gets the value of the contactPersons property.
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 contactPersons property.
For example, to add a new item, do as follows:
getContactPersons().add(newItem);
Objects of the following type(s) are allowed in the list
ContactPersonTypeSupp