@CodingStyleguideUnaware public class SocialMediaProfileType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
SocialMediaProfileType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
SocialMediaProfileType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SocialMediaProfileType 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
|
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
|
SocialMediaTypeCodeType |
getSocialMediaTypeCode()
<pre>
<?
|
String |
getSocialMediaTypeCodeValue()
Get the value of the contained SocialMediaTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
URIType |
getURI()
<pre>
<?
|
String |
getURIValue()
Get the value of the contained URIType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
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 |
setSocialMediaTypeCode(SocialMediaTypeCodeType value)
Sets the value of the socialMediaTypeCode property.
|
SocialMediaTypeCodeType |
setSocialMediaTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
URIType |
setURI(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setURI(URIType value)
Sets the value of the uri property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SocialMediaProfileType()
@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 SocialMediaTypeCodeType getSocialMediaTypeCode()
SocialMediaTypeCodeTypepublic void setSocialMediaTypeCode(@Nullable SocialMediaTypeCodeType value)
value - allowed object is
SocialMediaTypeCodeType@Nullable public URIType getURI()
URITypepublic void setURI(@Nullable URIType value)
value - allowed object is
URITypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull SocialMediaProfileType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public SocialMediaProfileType clone()
@Nonnull public SocialMediaTypeCodeType setSocialMediaTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public URIType setURI(@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 getSocialMediaTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.