@CodingStyleguideUnaware public class ClassificationCategoryType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ClassificationCategoryType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCategorizesClassificationCategory(ClassificationCategoryType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ClassificationCategoryType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ClassificationCategoryType 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
|
List<ClassificationCategoryType> |
getCategorizesClassificationCategory()
<pre>
<?
|
ClassificationCategoryType |
getCategorizesClassificationCategoryAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCategorizesClassificationCategoryCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CodeValueType |
getCodeValue()
<pre>
<?
|
String |
getCodeValueValue()
Get the value of the contained CodeValueType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<DescriptionType> |
getDescription()
<pre>
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
NameType |
getName()
<pre>
<?
|
String |
getNameValue()
Get the value of the contained NameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasCategorizesClassificationCategoryEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoCategorizesClassificationCategoryEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCategorizesClassificationCategory(List<ClassificationCategoryType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCodeValue(CodeValueType value)
Sets the value of the codeValue property.
|
CodeValueType |
setCodeValue(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
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
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ClassificationCategoryType()
@Nullable public NameType getName()
NameTypepublic void setName(@Nullable NameType value)
value - allowed object is
NameType@Nullable public CodeValueType getCodeValue()
CodeValueTypepublic void setCodeValue(@Nullable CodeValueType value)
value - allowed object is
CodeValueType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ClassificationCategoryType> getCategorizesClassificationCategory()
ClassificationCategoryTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public void setCategorizesClassificationCategory(@Nullable List<ClassificationCategoryType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDescriptionEntries()
public boolean hasNoDescriptionEntries()
@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasCategorizesClassificationCategoryEntries()
public boolean hasNoCategorizesClassificationCategoryEntries()
@Nonnegative public int getCategorizesClassificationCategoryCount()
@Nullable public ClassificationCategoryType getCategorizesClassificationCategoryAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addCategorizesClassificationCategory(@Nonnull ClassificationCategoryType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ClassificationCategoryType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ClassificationCategoryType clone()
@Nonnull public CodeValueType setCodeValue(@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 getNameValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.