@CodingStyleguideUnaware public class QualificationResolutionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
QualificationResolutionType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addExclusionReason(ExclusionReasonType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addResolution(ResolutionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
QualificationResolutionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(QualificationResolutionType 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
|
AdmissionCodeType |
getAdmissionCode()
<pre>
<?
|
String |
getAdmissionCodeValue()
Get the value of the contained AdmissionCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<ExclusionReasonType> |
getExclusionReason()
<pre>
<?
|
ExclusionReasonType |
getExclusionReasonAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getExclusionReasonCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ProcurementProjectLotType |
getProcurementProjectLot()
<pre>
<?
|
List<ResolutionType> |
getResolution()
<pre>
<?
|
ResolutionType |
getResolutionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getResolutionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ResolutionDateType |
getResolutionDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getResolutionDateValue()
Get the value of the contained ResolutionDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getResolutionDateValueLocal()
Get the value of the contained ResolutionDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ResolutionTimeType |
getResolutionTime()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetTime |
getResolutionTimeValue()
Get the value of the contained ResolutionTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalTime |
getResolutionTimeValueLocal()
Get the value of the contained ResolutionTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasExclusionReasonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoExclusionReasonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoResolutionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasResolutionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdmissionCode(AdmissionCodeType value)
Sets the value of the admissionCode property.
|
AdmissionCodeType |
setAdmissionCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setExclusionReason(List<ExclusionReasonType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setProcurementProjectLot(ProcurementProjectLotType value)
Sets the value of the procurementProjectLot property.
|
void |
setResolution(List<ResolutionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ResolutionDateType |
setResolutionDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setResolutionDate(ResolutionDateType value)
Sets the value of the resolutionDate property.
|
ResolutionDateType |
setResolutionDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ResolutionTimeType |
setResolutionTime(LocalTime valueParam)
Special setter with value of type LocalTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setResolutionTime(ResolutionTimeType value)
Sets the value of the resolutionTime property.
|
ResolutionTimeType |
setResolutionTime(com.helger.commons.datetime.XMLOffsetTime valueParam)
Special setter with value of type XMLOffsetTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public QualificationResolutionType()
@Nullable public AdmissionCodeType getAdmissionCode()
AdmissionCodeTypepublic void setAdmissionCode(@Nullable AdmissionCodeType value)
value - allowed object is
AdmissionCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ExclusionReasonType> getExclusionReason()
ExclusionReasonType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ResolutionType> getResolution()
ResolutionType@Nullable public ResolutionDateType getResolutionDate()
ResolutionDateTypepublic void setResolutionDate(@Nullable ResolutionDateType value)
value - allowed object is
ResolutionDateType@Nullable public ResolutionTimeType getResolutionTime()
ResolutionTimeTypepublic void setResolutionTime(@Nullable ResolutionTimeType value)
value - allowed object is
ResolutionTimeType@Nullable public ProcurementProjectLotType getProcurementProjectLot()
ProcurementProjectLotTypepublic void setProcurementProjectLot(@Nullable ProcurementProjectLotType value)
value - allowed object is
ProcurementProjectLotTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setExclusionReason(@Nullable List<ExclusionReasonType> aList)
aList - The new list member to set. May be <code>null</code>.public void setResolution(@Nullable List<ResolutionType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasExclusionReasonEntries()
public boolean hasNoExclusionReasonEntries()
@Nonnegative public int getExclusionReasonCount()
@Nullable public ExclusionReasonType getExclusionReasonAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addExclusionReason(@Nonnull ExclusionReasonType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasResolutionEntries()
public boolean hasNoResolutionEntries()
@Nonnegative public int getResolutionCount()
@Nullable public ResolutionType getResolutionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addResolution(@Nonnull ResolutionType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull QualificationResolutionType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public QualificationResolutionType clone()
@Nonnull public AdmissionCodeType setAdmissionCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ResolutionDateType setResolutionDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ResolutionDateType setResolutionDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ResolutionTimeType setResolutionTime(@Nullable com.helger.commons.datetime.XMLOffsetTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ResolutionTimeType setResolutionTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getAdmissionCodeValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getResolutionDateValue()
@Nullable public LocalDate getResolutionDateValueLocal()
@Nullable public com.helger.commons.datetime.XMLOffsetTime getResolutionTimeValue()
@Nullable public LocalTime getResolutionTimeValueLocal()
Copyright © 2017–2021 Philip Helger. All rights reserved.