@CodingStyleguideUnaware public class ContractingRepresentationTypeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ContractingRepresentationTypeType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRepresentationType(RepresentationTypeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ContractingRepresentationTypeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ContractingRepresentationTypeType 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<RepresentationTypeType> |
getRepresentationType()
Gets the value of the representationType property.
|
RepresentationTypeType |
getRepresentationTypeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
RepresentationTypeCodeType |
getRepresentationTypeCode()
Gets the value of the representationTypeCode property.
|
String |
getRepresentationTypeCodeValue()
Get the value of the contained RepresentationTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
getRepresentationTypeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoRepresentationTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRepresentationTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRepresentationType(List<RepresentationTypeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRepresentationTypeCode(RepresentationTypeCodeType value)
Sets the value of the representationTypeCode property.
|
RepresentationTypeCodeType |
setRepresentationTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ContractingRepresentationTypeType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public RepresentationTypeCodeType getRepresentationTypeCode()
RepresentationTypeCodeTypepublic void setRepresentationTypeCode(@Nullable RepresentationTypeCodeType value)
value - allowed object is
RepresentationTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<RepresentationTypeType> getRepresentationType()
RepresentationTypeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setRepresentationType(@Nullable List<RepresentationTypeType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasRepresentationTypeEntries()
public boolean hasNoRepresentationTypeEntries()
@Nonnegative public int getRepresentationTypeCount()
@Nullable public RepresentationTypeType getRepresentationTypeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addRepresentationType(@Nonnull RepresentationTypeType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ContractingRepresentationTypeType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ContractingRepresentationTypeType clone()
@Nonnull public RepresentationTypeCodeType setRepresentationTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getRepresentationTypeCodeValue()
Copyright © 2019–2021 Philip Helger. All rights reserved.