|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
oasis.names.tc.ebxml_regrep.xsd.rim._3.PersonType
public class PersonType
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 |
---|
protected java.util.List<PostalAddressType> addresses
protected PersonName personName
protected java.util.List<TelephoneNumber> telephoneNumbers
protected java.util.List<EmailAddress> emailAddresses
Constructor Detail |
---|
public PersonType()
Method Detail |
---|
public java.util.List<PostalAddressType> getAddresses()
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
public PersonName getPersonName()
PersonName
public void setPersonName(PersonName value)
value
- allowed object is
PersonName
public java.util.List<TelephoneNumber> getTelephoneNumbers()
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
public java.util.List<EmailAddress> getEmailAddresses()
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |