@CodingStyleguideUnaware public class ProcessJustificationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ProcessJustificationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addProcessReason(ProcessReasonType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ProcessJustificationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ProcessJustificationType 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<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
|
PreviousCancellationReasonCodeType |
getPreviousCancellationReasonCode()
<pre>
<?
|
String |
getPreviousCancellationReasonCodeValue()
Get the value of the contained PreviousCancellationReasonCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<ProcessReasonType> |
getProcessReason()
<pre>
<?
|
ProcessReasonType |
getProcessReasonAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ProcessReasonCodeType |
getProcessReasonCode()
<pre>
<?
|
String |
getProcessReasonCodeValue()
Get the value of the contained ProcessReasonCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
getProcessReasonCount()
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 |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoProcessReasonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasProcessReasonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPreviousCancellationReasonCode(PreviousCancellationReasonCodeType value)
Sets the value of the previousCancellationReasonCode property.
|
PreviousCancellationReasonCodeType |
setPreviousCancellationReasonCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setProcessReason(List<ProcessReasonType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setProcessReasonCode(ProcessReasonCodeType value)
Sets the value of the processReasonCode property.
|
ProcessReasonCodeType |
setProcessReasonCode(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 ProcessJustificationType()
@Nullable public PreviousCancellationReasonCodeType getPreviousCancellationReasonCode()
PreviousCancellationReasonCodeTypepublic void setPreviousCancellationReasonCode(@Nullable PreviousCancellationReasonCodeType value)
value - allowed object is
PreviousCancellationReasonCodeType@Nullable public ProcessReasonCodeType getProcessReasonCode()
ProcessReasonCodeTypepublic void setProcessReasonCode(@Nullable ProcessReasonCodeType value)
value - allowed object is
ProcessReasonCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ProcessReasonType> getProcessReason()
ProcessReasonType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setProcessReason(@Nullable List<ProcessReasonType> aList)
aList - The new list member to set. May be <code>null</code>.public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasProcessReasonEntries()
public boolean hasNoProcessReasonEntries()
@Nonnegative public int getProcessReasonCount()
@Nullable public ProcessReasonType getProcessReasonAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addProcessReason(@Nonnull ProcessReasonType elem)
elem - The element to be added. May not 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 void cloneTo(@Nonnull ProcessJustificationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ProcessJustificationType clone()
@Nonnull public PreviousCancellationReasonCodeType setPreviousCancellationReasonCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ProcessReasonCodeType setProcessReasonCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getPreviousCancellationReasonCodeValue()
@Nullable public String getProcessReasonCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.