@CodingStyleguideUnaware public abstract class PartyType extends RegistryObjectType
Java class for PartyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}RegistryObjectType">
<sequence>
<element name="PostalAddress" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}PostalAddressType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TelephoneNumber" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}TelephoneNumberType" maxOccurs="unbounded" minOccurs="0"/>
<element name="EmailAddress" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}EmailAddressType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
PartyType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addEmailAddress(EmailAddressType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPostalAddress(PostalAddressType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTelephoneNumber(TelephoneNumberType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
abstract PartyType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PartyType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<EmailAddressType> |
getEmailAddress()
Gets the value of the emailAddress property.
|
EmailAddressType |
getEmailAddressAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEmailAddressCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<PostalAddressType> |
getPostalAddress()
Gets the value of the postalAddress property.
|
PostalAddressType |
getPostalAddressAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPostalAddressCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<TelephoneNumberType> |
getTelephoneNumber()
Gets the value of the telephoneNumber property.
|
TelephoneNumberType |
getTelephoneNumberAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTelephoneNumberCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasEmailAddressEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoEmailAddressEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPostalAddressEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTelephoneNumberEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPostalAddressEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTelephoneNumberEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEmailAddress(List<EmailAddressType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPostalAddress(List<PostalAddressType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTelephoneNumber(List<TelephoneNumberType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
addClassification, addExternalIdentifier, addExternalLink, cloneTo, getClassification, getClassificationAtIndex, getClassificationCount, getDescription, getExternalIdentifier, getExternalIdentifierAtIndex, getExternalIdentifierCount, getExternalLink, getExternalLinkAtIndex, getExternalLinkCount, getLid, getName, getObjectType, getOwner, getStatus, getVersionInfo, hasClassificationEntries, hasExternalIdentifierEntries, hasExternalLinkEntries, hasNoClassificationEntries, hasNoExternalIdentifierEntries, hasNoExternalLinkEntries, setClassification, setDescription, setExternalIdentifier, setExternalLink, setLid, setName, setObjectType, setOwner, setStatus, setVersionInfocloneTo, getId, setIdaddSlot, cloneTo, getSlot, getSlotAtIndex, getSlotCount, hasNoSlotEntries, hasSlotEntries, setSlotpublic PartyType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PostalAddressType> getPostalAddress()
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 postalAddress property.
For example, to add a new item, do as follows:
getPostalAddress().add(newItem);
Objects of the following type(s) are allowed in the list
PostalAddressType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public 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
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") 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
public boolean equals(Object o)
equals in class RegistryObjectTypepublic int hashCode()
hashCode in class RegistryObjectTypepublic String toString()
toString in class RegistryObjectTypepublic void setPostalAddress(@Nullable List<PostalAddressType> aList)
aList - The new list member to set. May be null.public void setTelephoneNumber(@Nullable List<TelephoneNumberType> aList)
aList - The new list member to set. May be null.public void setEmailAddress(@Nullable List<EmailAddressType> aList)
aList - The new list member to set. May be null.public boolean hasPostalAddressEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPostalAddressEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPostalAddressCount()
@Nullable public PostalAddressType getPostalAddressAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPostalAddress(@Nonnull PostalAddressType elem)
elem - The element to be added. May not be null.public boolean hasTelephoneNumberEntries()
true if at least one item is contained, false otherwise.public boolean hasNoTelephoneNumberEntries()
true if no item is contained, false otherwise.@Nonnegative public int getTelephoneNumberCount()
@Nullable public TelephoneNumberType getTelephoneNumberAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addTelephoneNumber(@Nonnull TelephoneNumberType elem)
elem - The element to be added. May not be null.public boolean hasEmailAddressEntries()
true if at least one item is contained, false otherwise.public boolean hasNoEmailAddressEntries()
true if no item is contained, false otherwise.@Nonnegative public int getEmailAddressCount()
@Nullable public EmailAddressType getEmailAddressAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addEmailAddress(@Nonnull EmailAddressType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull PartyType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public abstract PartyType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class RegistryObjectTypenull.Copyright © 2020 TOOP. All rights reserved.