@CodingStyleguideUnaware public class CodeType extends com.helger.xsds.ccts.cct.schemamodule.CodeType implements Serializable
| Constructor and Description |
|---|
CodeType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
CodeType(String valueParam)
Constructor for value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
CodeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CodeType 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
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
cloneTo, getLanguageID, getListAgencyID, getListAgencyName, getListID, getListName, getListSchemeURI, getListURI, getListVersionID, getName, getValue, setLanguageID, setListAgencyID, setListAgencyName, setListID, setListName, setListSchemeURI, setListURI, setListVersionID, setName, setValue, toStringpublic CodeType()
public boolean equals(Object o)
equals in class com.helger.xsds.ccts.cct.schemamodule.CodeTypepublic int hashCode()
hashCode in class com.helger.xsds.ccts.cct.schemamodule.CodeTypepublic void cloneTo(@Nonnull CodeType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public CodeType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class com.helger.xsds.ccts.cct.schemamodule.CodeTypeCopyright © 2017–2021 Philip Helger. All rights reserved.