public class PersonType extends RegistryObjectType
Java class for PersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
<sequence>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}Address" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}PersonName" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}TelephoneNumber" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}EmailAddress" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PersonType() |
| Modifier and Type | Method and Description |
|---|---|
List<PostalAddressType> |
getAddress()
Gets the value of the address property.
|
List<EmailAddressType> |
getEmailAddress()
Gets the value of the emailAddress property.
|
PersonNameType |
getPersonName()
Gets the value of the personName property.
|
List<TelephoneNumberType> |
getTelephoneNumber()
Gets the value of the telephoneNumber property.
|
void |
setPersonName(PersonNameType value)
Sets the value of the personName property.
|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfopublic List<PostalAddressType> getAddress()
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 address property.
For example, to add a new item, do as follows:
getAddress().add(newItem);
Objects of the following type(s) are allowed in the list
PostalAddressType
public PersonNameType getPersonName()
PersonNameTypepublic void setPersonName(PersonNameType value)
value - allowed object is
PersonNameTypepublic List<TelephoneNumberType> getTelephoneNumber()
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 telephoneNumber property.
For example, to add a new item, do as follows:
getTelephoneNumber().add(newItem);
Objects of the following type(s) are allowed in the list
TelephoneNumberType
public List<EmailAddressType> getEmailAddress()
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 emailAddress property.
For example, to add a new item, do as follows:
getEmailAddress().add(newItem);
Objects of the following type(s) are allowed in the list
EmailAddressType
Copyright © 2010–2025. All rights reserved.