@CodingStyleguideUnaware public class UBLExtensionsType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
UBLExtensionsType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addUBLExtension(UBLExtensionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
UBLExtensionsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(UBLExtensionsType 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<UBLExtensionType> |
getUBLExtension()
A single extension for private use.
|
UBLExtensionType |
getUBLExtensionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getUBLExtensionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoUBLExtensionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasUBLExtensionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setUBLExtension(List<UBLExtensionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public UBLExtensionsType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<UBLExtensionType> getUBLExtension()
UBLExtensionTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setUBLExtension(@Nullable List<UBLExtensionType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasUBLExtensionEntries()
public boolean hasNoUBLExtensionEntries()
@Nonnegative public int getUBLExtensionCount()
@Nullable public UBLExtensionType getUBLExtensionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addUBLExtension(@Nonnull UBLExtensionType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull UBLExtensionsType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public UBLExtensionsType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.