@CodingStyleguideUnaware public class FrameworkAgreementType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
FrameworkAgreementType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFrequency(FrequencyType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addJustification(JustificationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSubsequentProcessTenderRequirement(TenderRequirementType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
FrameworkAgreementType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(FrameworkAgreementType 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
|
PeriodType |
getDurationPeriod()
<pre>
<?
|
ExpectedOperatorQuantityType |
getExpectedOperatorQuantity()
<pre>
<?
|
BigDecimal |
getExpectedOperatorQuantityValue()
Get the value of the contained ExpectedOperatorQuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<FrequencyType> |
getFrequency()
<pre>
<?
|
FrequencyType |
getFrequencyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getFrequencyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<JustificationType> |
getJustification()
<pre>
<?
|
JustificationType |
getJustificationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getJustificationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
MaximumOperatorQuantityType |
getMaximumOperatorQuantity()
<pre>
<?
|
BigDecimal |
getMaximumOperatorQuantityValue()
Get the value of the contained MaximumOperatorQuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<TenderRequirementType> |
getSubsequentProcessTenderRequirement()
<pre>
<?
|
TenderRequirementType |
getSubsequentProcessTenderRequirementAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSubsequentProcessTenderRequirementCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasFrequencyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasJustificationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoFrequencyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoJustificationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSubsequentProcessTenderRequirementEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSubsequentProcessTenderRequirementEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDurationPeriod(PeriodType value)
Sets the value of the durationPeriod property.
|
ExpectedOperatorQuantityType |
setExpectedOperatorQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setExpectedOperatorQuantity(ExpectedOperatorQuantityType value)
Sets the value of the expectedOperatorQuantity property.
|
void |
setFrequency(List<FrequencyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setJustification(List<JustificationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
MaximumOperatorQuantityType |
setMaximumOperatorQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMaximumOperatorQuantity(MaximumOperatorQuantityType value)
Sets the value of the maximumOperatorQuantity property.
|
void |
setSubsequentProcessTenderRequirement(List<TenderRequirementType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public FrameworkAgreementType()
@Nullable public ExpectedOperatorQuantityType getExpectedOperatorQuantity()
ExpectedOperatorQuantityTypepublic void setExpectedOperatorQuantity(@Nullable ExpectedOperatorQuantityType value)
value - allowed object is
ExpectedOperatorQuantityType@Nullable public MaximumOperatorQuantityType getMaximumOperatorQuantity()
MaximumOperatorQuantityTypepublic void setMaximumOperatorQuantity(@Nullable MaximumOperatorQuantityType value)
value - allowed object is
MaximumOperatorQuantityType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<JustificationType> getJustification()
JustificationType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<FrequencyType> getFrequency()
FrequencyType@Nullable public PeriodType getDurationPeriod()
PeriodTypepublic void setDurationPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TenderRequirementType> getSubsequentProcessTenderRequirement()
TenderRequirementTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setJustification(@Nullable List<JustificationType> aList)
aList - The new list member to set. May be <code>null</code>.public void setFrequency(@Nullable List<FrequencyType> aList)
aList - The new list member to set. May be <code>null</code>.public void setSubsequentProcessTenderRequirement(@Nullable List<TenderRequirementType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasJustificationEntries()
public boolean hasNoJustificationEntries()
@Nonnegative public int getJustificationCount()
@Nullable public JustificationType getJustificationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addJustification(@Nonnull JustificationType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasFrequencyEntries()
public boolean hasNoFrequencyEntries()
@Nonnegative public int getFrequencyCount()
@Nullable public FrequencyType getFrequencyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addFrequency(@Nonnull FrequencyType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasSubsequentProcessTenderRequirementEntries()
public boolean hasNoSubsequentProcessTenderRequirementEntries()
@Nonnegative public int getSubsequentProcessTenderRequirementCount()
@Nullable public TenderRequirementType getSubsequentProcessTenderRequirementAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addSubsequentProcessTenderRequirement(@Nonnull TenderRequirementType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull FrameworkAgreementType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public FrameworkAgreementType clone()
@Nonnull public ExpectedOperatorQuantityType setExpectedOperatorQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MaximumOperatorQuantityType setMaximumOperatorQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getExpectedOperatorQuantityValue()
@Nullable public BigDecimal getMaximumOperatorQuantityValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.