@CodingStyleguideUnaware public class ExtensionContentType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ExtensionContentType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionContentType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ExtensionContentType 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
|
Object |
getAny()
Gets the value of the any property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAny(Object value)
Sets the value of the any property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ExtensionContentType()
public boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ExtensionContentType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ExtensionContentType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.