@CodingStyleguideUnaware public class SubcontractTermsType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
SubcontractTermsType()
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
|
SubcontractTermsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SubcontractTermsType 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
|
AmountType |
getAmount()
<pre>
<?
|
BigDecimal |
getAmountValue()
Get the value of the contained AmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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
|
MaximumPercentType |
getMaximumPercent()
<pre>
<?
|
BigDecimal |
getMaximumPercentValue()
Get the value of the contained MaximumPercentType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MinimumPercentType |
getMinimumPercent()
<pre>
<?
|
BigDecimal |
getMinimumPercentValue()
Get the value of the contained MinimumPercentType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
RateType |
getRate()
<pre>
<?
|
BigDecimal |
getRateValue()
Get the value of the contained RateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SubcontractingConditionsCodeType |
getSubcontractingConditionsCode()
<pre>
<?
|
String |
getSubcontractingConditionsCodeValue()
Get the value of the contained SubcontractingConditionsCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
UnknownPriceIndicatorType |
getUnknownPriceIndicator()
<pre>
<?
|
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 |
isUnknownPriceIndicatorValue(boolean nullValue)
Get the value of the contained UnknownPriceIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setAmount(AmountType value)
Sets the value of the amount property.
|
AmountType |
setAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
MaximumPercentType |
setMaximumPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMaximumPercent(MaximumPercentType value)
Sets the value of the maximumPercent property.
|
MinimumPercentType |
setMinimumPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMinimumPercent(MinimumPercentType value)
Sets the value of the minimumPercent property.
|
RateType |
setRate(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setRate(RateType value)
Sets the value of the rate property.
|
SubcontractingConditionsCodeType |
setSubcontractingConditionsCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSubcontractingConditionsCode(SubcontractingConditionsCodeType value)
Sets the value of the subcontractingConditionsCode property.
|
UnknownPriceIndicatorType |
setUnknownPriceIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setUnknownPriceIndicator(UnknownPriceIndicatorType value)
Sets the value of the unknownPriceIndicator property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SubcontractTermsType()
@Nullable public RateType getRate()
RateTypepublic void setRate(@Nullable RateType value)
value - allowed object is
RateType@Nullable public UnknownPriceIndicatorType getUnknownPriceIndicator()
UnknownPriceIndicatorTypepublic void setUnknownPriceIndicator(@Nullable UnknownPriceIndicatorType value)
value - allowed object is
UnknownPriceIndicatorType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public AmountType getAmount()
AmountTypepublic void setAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public SubcontractingConditionsCodeType getSubcontractingConditionsCode()
SubcontractingConditionsCodeTypepublic void setSubcontractingConditionsCode(@Nullable SubcontractingConditionsCodeType value)
value - allowed object is
SubcontractingConditionsCodeType@Nullable public MaximumPercentType getMaximumPercent()
MaximumPercentTypepublic void setMaximumPercent(@Nullable MaximumPercentType value)
value - allowed object is
MaximumPercentType@Nullable public MinimumPercentType getMinimumPercent()
MinimumPercentTypepublic void setMinimumPercent(@Nullable MinimumPercentType value)
value - allowed object is
MinimumPercentTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May 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 SubcontractTermsType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public SubcontractTermsType clone()
@Nonnull public AmountType setAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SubcontractingConditionsCodeType setSubcontractingConditionsCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public UnknownPriceIndicatorType setUnknownPriceIndicator(boolean valueParam)
valueParam - The value to be set.@Nonnull public MaximumPercentType setMaximumPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MinimumPercentType setMinimumPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public RateType setRate(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getRateValue()
public boolean isUnknownPriceIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>@Nullable public BigDecimal getAmountValue()
@Nullable public String getSubcontractingConditionsCodeValue()
@Nullable public BigDecimal getMaximumPercentValue()
@Nullable public BigDecimal getMinimumPercentValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.