oasis.names.tc.ebxml_regrep.xsd.rim._3
Class PersonType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
      extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
          extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.PersonType
Direct Known Subclasses:
UserType

public class PersonType
extends RegistryObjectType

Mapping of the same named interface in ebRIM.

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>
 


Field Summary
protected  java.util.List<PostalAddressType> addresses
           
protected  java.util.List<EmailAddress> emailAddresses
           
protected  PersonName personName
           
protected  java.util.List<TelephoneNumber> telephoneNumbers
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
classifications, description, externalIdentifiers, lid, name, objectType, status, versionInfo
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slots
 
Constructor Summary
PersonType()
           
 
Method Summary
 java.util.List<PostalAddressType> getAddresses()
          Gets the value of the addresses property.
 java.util.List<EmailAddress> getEmailAddresses()
          Gets the value of the emailAddresses property.
 PersonName getPersonName()
          Gets the value of the personName property.
 java.util.List<TelephoneNumber> getTelephoneNumbers()
          Gets the value of the telephoneNumbers property.
 void setPersonName(PersonName value)
          Sets the value of the personName property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
getHome, getId, getSlots, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addresses

protected java.util.List<PostalAddressType> addresses

personName

protected PersonName personName

telephoneNumbers

protected java.util.List<TelephoneNumber> telephoneNumbers

emailAddresses

protected java.util.List<EmailAddress> emailAddresses
Constructor Detail

PersonType

public PersonType()
Method Detail

getAddresses

public java.util.List<PostalAddressType> getAddresses()
Gets the value of the addresses 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 addresses property.

For example, to add a new item, do as follows:

    getAddresses().add(newItem);
 

Objects of the following type(s) are allowed in the list PostalAddressType


getPersonName

public PersonName getPersonName()
Gets the value of the personName property.

Returns:
possible object is PersonName

setPersonName

public void setPersonName(PersonName value)
Sets the value of the personName property.

Parameters:
value - allowed object is PersonName

getTelephoneNumbers

public java.util.List<TelephoneNumber> getTelephoneNumbers()
Gets the value of the telephoneNumbers 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 telephoneNumbers property.

For example, to add a new item, do as follows:

    getTelephoneNumbers().add(newItem);
 

Objects of the following type(s) are allowed in the list TelephoneNumber


getEmailAddresses

public java.util.List<EmailAddress> getEmailAddresses()
Gets the value of the emailAddresses 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 emailAddresses property.

For example, to add a new item, do as follows:

    getEmailAddresses().add(newItem);
 

Objects of the following type(s) are allowed in the list EmailAddress