@CodingStyleguideUnaware public class ContractExtensionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ContractExtensionType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addOptionsDescription(OptionsDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addRenewal(RenewalType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ContractExtensionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ContractExtensionType 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
|
MaximumNumberNumericType |
getMaximumNumberNumeric()
<pre>
<?
|
BigDecimal |
getMaximumNumberNumericValue()
Get the value of the contained MaximumNumberNumericType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MinimumNumberNumericType |
getMinimumNumberNumeric()
<pre>
<?
|
BigDecimal |
getMinimumNumberNumericValue()
Get the value of the contained MinimumNumberNumericType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<OptionsDescriptionType> |
getOptionsDescription()
<pre>
<?
|
OptionsDescriptionType |
getOptionsDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getOptionsDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PeriodType |
getOptionValidityPeriod()
<pre>
<?
|
List<RenewalType> |
getRenewal()
<pre>
<?
|
RenewalType |
getRenewalAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRenewalCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
RenewalsIndicatorType |
getRenewalsIndicator()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoOptionsDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRenewalEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasOptionsDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRenewalEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
isRenewalsIndicatorValue(boolean nullValue)
Get the value of the contained RenewalsIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MaximumNumberNumericType |
setMaximumNumberNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMaximumNumberNumeric(MaximumNumberNumericType value)
Sets the value of the maximumNumberNumeric property.
|
MinimumNumberNumericType |
setMinimumNumberNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMinimumNumberNumeric(MinimumNumberNumericType value)
Sets the value of the minimumNumberNumeric property.
|
void |
setOptionsDescription(List<OptionsDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setOptionValidityPeriod(PeriodType value)
Sets the value of the optionValidityPeriod property.
|
void |
setRenewal(List<RenewalType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
RenewalsIndicatorType |
setRenewalsIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setRenewalsIndicator(RenewalsIndicatorType value)
Sets the value of the renewalsIndicator property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ContractExtensionType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<OptionsDescriptionType> getOptionsDescription()
OptionsDescriptionType@Nullable public MinimumNumberNumericType getMinimumNumberNumeric()
MinimumNumberNumericTypepublic void setMinimumNumberNumeric(@Nullable MinimumNumberNumericType value)
value - allowed object is
MinimumNumberNumericType@Nullable public MaximumNumberNumericType getMaximumNumberNumeric()
MaximumNumberNumericTypepublic void setMaximumNumberNumeric(@Nullable MaximumNumberNumericType value)
value - allowed object is
MaximumNumberNumericType@Nullable public RenewalsIndicatorType getRenewalsIndicator()
RenewalsIndicatorTypepublic void setRenewalsIndicator(@Nullable RenewalsIndicatorType value)
value - allowed object is
RenewalsIndicatorType@Nullable public PeriodType getOptionValidityPeriod()
PeriodTypepublic void setOptionValidityPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<RenewalType> getRenewal()
RenewalTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setOptionsDescription(@Nullable List<OptionsDescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public void setRenewal(@Nullable List<RenewalType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasOptionsDescriptionEntries()
public boolean hasNoOptionsDescriptionEntries()
@Nonnegative public int getOptionsDescriptionCount()
@Nullable public OptionsDescriptionType getOptionsDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addOptionsDescription(@Nonnull OptionsDescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasRenewalEntries()
public boolean hasNoRenewalEntries()
@Nonnegative public int getRenewalCount()
@Nullable public RenewalType getRenewalAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addRenewal(@Nonnull RenewalType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ContractExtensionType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ContractExtensionType clone()
@Nonnull public RenewalsIndicatorType setRenewalsIndicator(boolean valueParam)
valueParam - The value to be set.@Nonnull public MinimumNumberNumericType setMinimumNumberNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MaximumNumberNumericType setMaximumNumberNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getMinimumNumberNumericValue()
@Nullable public BigDecimal getMaximumNumberNumericValue()
public boolean isRenewalsIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>Copyright © 2017–2021 Philip Helger. All rights reserved.