Package com.helger.regrep.rim
Class PersonType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class PersonType extends PartyType
Represents a Person 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:4.0}PartyType"> <sequence> <element name="PersonName" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}PersonNameType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>This class was annotated by ph-jaxb-plugin -Xph-annotate
This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb-plugin -Xph-tostring
This class contains methods created by ph-jaxb-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb-plugin -Xph-value-extender
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersonType()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersonTypeclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(PersonType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb-plugin -Xph-equalshashcodePersonNameTypegetPersonName()Gets the value of the personName property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodevoidsetPersonName(PersonNameType value)Sets the value of the personName property.StringtoString()Created by ph-jaxb-plugin -Xph-tostring-
Methods inherited from class com.helger.regrep.rim.PartyType
addEmailAddress, addPostalAddress, addTelephoneNumber, cloneTo, getEmailAddress, getEmailAddressAtIndex, getEmailAddressCount, getPostalAddress, getPostalAddressAtIndex, getPostalAddressCount, getTelephoneNumber, getTelephoneNumberAtIndex, getTelephoneNumberCount, hasEmailAddressEntries, hasNoEmailAddressEntries, hasNoPostalAddressEntries, hasNoTelephoneNumberEntries, hasPostalAddressEntries, hasTelephoneNumberEntries, setEmailAddress, setPostalAddress, setTelephoneNumber
-
Methods inherited from class com.helger.regrep.rim.RegistryObjectType
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, setVersionInfo
-
Methods inherited from class com.helger.regrep.rim.IdentifiableType
cloneTo, getId, setId
-
Methods inherited from class com.helger.regrep.rim.ExtensibleObjectType
addSlot, cloneTo, getSlot, getSlotAtIndex, getSlotCount, hasNoSlotEntries, hasSlotEntries, setSlot
-
-
-
-
Method Detail
-
getPersonName
@Nullable public PersonNameType getPersonName()
Gets the value of the personName property.- Returns:
- possible object is
PersonNameType
-
setPersonName
public void setPersonName(@Nullable PersonNameType value)
Sets the value of the personName property.- Parameters:
value- allowed object isPersonNameType
-
equals
public boolean equals(Object o)
Created by ph-jaxb-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull PersonType ret)
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public PersonType clone()
Created by ph-jaxb-plugin -Xph-cloneable2
-
-