@CodingStyleguideUnaware public class ContactType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ContactType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNote(NoteType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addOtherCommunication(CommunicationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ContactType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ContactType 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
|
ElectronicMailType |
getElectronicMail()
<pre>
<?
|
String |
getElectronicMailValue()
Get the value of the contained ElectronicMailType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
NameType |
getName()
<pre>
<?
|
String |
getNameValue()
Get the value of the contained NameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<NoteType> |
getNote()
<pre>
<?
|
NoteType |
getNoteAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<CommunicationType> |
getOtherCommunication()
<pre>
<?
|
CommunicationType |
getOtherCommunicationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getOtherCommunicationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TelefaxType |
getTelefax()
<pre>
<?
|
String |
getTelefaxValue()
Get the value of the contained TelefaxType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TelephoneType |
getTelephone()
<pre>
<?
|
String |
getTelephoneValue()
Get the value of the contained TelephoneType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoOtherCommunicationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasOtherCommunicationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setElectronicMail(ElectronicMailType value)
Sets the value of the electronicMail property.
|
ElectronicMailType |
setElectronicMail(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setName(NameType value)
Sets the value of the name property.
|
NameType |
setName(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setNote(List<NoteType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setOtherCommunication(List<CommunicationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TelefaxType |
setTelefax(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTelefax(TelefaxType value)
Sets the value of the telefax property.
|
TelephoneType |
setTelephone(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTelephone(TelephoneType value)
Sets the value of the telephone property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ContactType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public NameType getName()
NameTypepublic void setName(@Nullable NameType value)
value - allowed object is
NameType@Nullable public TelephoneType getTelephone()
TelephoneTypepublic void setTelephone(@Nullable TelephoneType value)
value - allowed object is
TelephoneType@Nullable public TelefaxType getTelefax()
TelefaxTypepublic void setTelefax(@Nullable TelefaxType value)
value - allowed object is
TelefaxType@Nullable public ElectronicMailType getElectronicMail()
ElectronicMailTypepublic void setElectronicMail(@Nullable ElectronicMailType value)
value - allowed object is
ElectronicMailType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NoteType> getNote()
NoteType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CommunicationType> getOtherCommunication()
CommunicationTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setNote(@Nullable List<NoteType> aList)
aList - The new list member to set. May be <code>null</code>.public void setOtherCommunication(@Nullable List<CommunicationType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasNoteEntries()
public boolean hasNoNoteEntries()
@Nonnegative public int getNoteCount()
@Nullable public NoteType getNoteAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addNote(@Nonnull NoteType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasOtherCommunicationEntries()
public boolean hasNoOtherCommunicationEntries()
@Nonnegative public int getOtherCommunicationCount()
@Nullable public CommunicationType getOtherCommunicationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addOtherCommunication(@Nonnull CommunicationType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ContactType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ContactType clone()
@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TelephoneType setTelephone(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TelefaxType setTelefax(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ElectronicMailType setElectronicMail(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public NameType setName(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getNameValue()
@Nullable public String getTelephoneValue()
@Nullable public String getTelefaxValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.