@CodingStyleguideUnaware public class CriterionItemType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
CriterionItemType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCriterionDescription(CriterionDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CriterionItemType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CriterionItemType 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<CriterionDescriptionType> |
getCriterionDescription()
Gets the value of the criterionDescription property.
|
CriterionDescriptionType |
getCriterionDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCriterionDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ItemType |
getDeclaredPropertyItem()
Gets the value of the declaredPropertyItem property.
|
IDType |
getID()
Gets the value of the id property.
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TypeCodeType |
getTypeCode()
Gets the value of the typeCode property.
|
String |
getTypeCodeValue()
Get the value of the contained TypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
boolean |
hasCriterionDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoCriterionDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCriterionDescription(List<CriterionDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDeclaredPropertyItem(ItemType value)
Sets the value of the declaredPropertyItem property.
|
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
|
TypeCodeType |
setTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTypeCode(TypeCodeType value)
Sets the value of the typeCode property.
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CriterionItemType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public TypeCodeType getTypeCode()
TypeCodeTypepublic void setTypeCode(@Nullable TypeCodeType value)
value - allowed object is
TypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CriterionDescriptionType> getCriterionDescription()
CriterionDescriptionType@Nullable public ItemType getDeclaredPropertyItem()
ItemTypepublic void setDeclaredPropertyItem(@Nullable ItemType value)
value - allowed object is
ItemTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setCriterionDescription(@Nullable List<CriterionDescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasCriterionDescriptionEntries()
public boolean hasNoCriterionDescriptionEntries()
@Nonnegative public int getCriterionDescriptionCount()
@Nullable public CriterionDescriptionType getCriterionDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addCriterionDescription(@Nonnull CriterionDescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull CriterionItemType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public CriterionItemType clone()
@Nonnull public TypeCodeType setTypeCode(@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>.@Nullable public String getIDValue()
Copyright © 2019–2021 Philip Helger. All rights reserved.