@CodingStyleguideUnaware public class ContactPersonType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for ContactPersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactPersonType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GivenName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="MiddleName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="FamilyName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
</sequence>
</restriction>
</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-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
ContactPersonType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
ContactPersonType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ContactPersonType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
TextType |
getFamilyName()
Gets the value of the familyName property.
|
String |
getFamilyNameValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getGivenName()
Gets the value of the givenName property.
|
String |
getGivenNameValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getMiddleName()
Gets the value of the middleName property.
|
String |
getMiddleNameValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
TextType |
setFamilyName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setFamilyName(TextType value)
Sets the value of the familyName property.
|
TextType |
setGivenName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setGivenName(TextType value)
Sets the value of the givenName property.
|
TextType |
setMiddleName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setMiddleName(TextType value)
Sets the value of the middleName property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ContactPersonType()
@Nullable public TextType getGivenName()
TextTypepublic void setGivenName(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getMiddleName()
TextTypepublic void setMiddleName(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getFamilyName()
TextTypepublic void setFamilyName(@Nullable TextType value)
value - allowed object is
TextTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ContactPersonType 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 ContactPersonType clone()
@Nonnull public TextType setGivenName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setMiddleName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setFamilyName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getGivenNameValue()
null@Nullable public String getMiddleNameValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.