@CodingStyleguideUnaware public class AttestationLineType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
AttestationLineType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCriterionItem(CriterionItemType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSubAttestationLine(AttestationLineType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
AttestationLineType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AttestationLineType 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<CriterionItemType> |
getCriterionItem()
Gets the value of the criterionItem property.
|
CriterionItemType |
getCriterionItemAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCriterionItemCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
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
|
List<AttestationLineType> |
getSubAttestationLine()
Gets the value of the subAttestationLine property.
|
AttestationLineType |
getSubAttestationLineAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSubAttestationLineCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
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 |
hasCriterionItemEntries()
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 |
hasNoCriterionItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSubAttestationLineEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSubAttestationLineEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCriterionItem(List<CriterionItemType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
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 |
setSubAttestationLine(List<AttestationLineType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
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 AttestationLineType()
@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<DescriptionType> getDescription()
DescriptionType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CriterionItemType> getCriterionItem()
CriterionItemType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AttestationLineType> getSubAttestationLine()
AttestationLineTypepublic 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 setCriterionItem(@Nullable List<CriterionItemType> aList)
aList - The new list member to set. May be <code>null</code>.public void setSubAttestationLine(@Nullable List<AttestationLineType> 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 hasCriterionItemEntries()
public boolean hasNoCriterionItemEntries()
@Nonnegative public int getCriterionItemCount()
@Nullable public CriterionItemType getCriterionItemAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addCriterionItem(@Nonnull CriterionItemType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasSubAttestationLineEntries()
public boolean hasNoSubAttestationLineEntries()
@Nonnegative public int getSubAttestationLineCount()
@Nullable public AttestationLineType getSubAttestationLineAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addSubAttestationLine(@Nonnull AttestationLineType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull AttestationLineType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public AttestationLineType 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.