@CodingStyleguideUnaware public class DataRequestSubjectCVType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DataRequestSubjectCVType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
DataRequestSubjectCVType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DataRequestSubjectCVType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
LegalPersonIdentifierType |
getDataSubjectCompany()
Gets the value of the dataSubjectCompany property.
|
NaturalPersonIdentifierType |
getDataSubjectPerson()
Gets the value of the dataSubjectPerson property.
|
NaturalPersonIdentifierType |
getDataSubjectRepresentative()
Gets the value of the dataSubjectRepresentative property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setDataSubjectCompany(LegalPersonIdentifierType value)
Sets the value of the dataSubjectCompany property.
|
void |
setDataSubjectPerson(NaturalPersonIdentifierType value)
Sets the value of the dataSubjectPerson property.
|
void |
setDataSubjectRepresentative(NaturalPersonIdentifierType value)
Sets the value of the dataSubjectRepresentative property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DataRequestSubjectCVType()
@Nullable public NaturalPersonIdentifierType getDataSubjectPerson()
NaturalPersonIdentifierTypepublic void setDataSubjectPerson(@Nullable NaturalPersonIdentifierType value)
value - allowed object is
NaturalPersonIdentifierType@Nullable public LegalPersonIdentifierType getDataSubjectCompany()
LegalPersonIdentifierTypepublic void setDataSubjectCompany(@Nullable LegalPersonIdentifierType value)
value - allowed object is
LegalPersonIdentifierType@Nullable public NaturalPersonIdentifierType getDataSubjectRepresentative()
NaturalPersonIdentifierTypepublic void setDataSubjectRepresentative(@Nullable NaturalPersonIdentifierType value)
value - allowed object is
NaturalPersonIdentifierTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull DataRequestSubjectCVType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DataRequestSubjectCVType clone()
Copyright © 2021–2022 de4a. All rights reserved.