public class PersonReference
extends java.lang.Object
Java-Klasse für PersonReference complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PersonReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://extension-point-uri/15/03}Extension" minOccurs="0"/>
<element name="Identification" type="{http://domain-model-uri/15/04}InstanceIdentifier" maxOccurs="unbounded"/>
<element name="Name" type="{http://domain-model-uri/15/04}BaseDemographics" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Extension |
extension |
protected java.util.List<InstanceIdentifier> |
identification |
protected java.util.List<BaseDemographics> |
name |
| Constructor and Description |
|---|
PersonReference() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Ruft den Wert der extension-Eigenschaft ab.
|
java.util.List<InstanceIdentifier> |
getIdentification()
Gets the value of the identification property.
|
java.util.List<BaseDemographics> |
getName()
Gets the value of the name property.
|
void |
setExtension(Extension value)
Legt den Wert der extension-Eigenschaft fest.
|
protected Extension extension
protected java.util.List<InstanceIdentifier> identification
protected java.util.List<BaseDemographics> name
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic java.util.List<InstanceIdentifier> getIdentification()
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 identification property.
For example, to add a new item, do as follows:
getIdentification().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceIdentifier
public java.util.List<BaseDemographics> getName()
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
BaseDemographics