@CodingStyleguideUnaware public class DeliveryTermsType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DeliveryTermsType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLossRisk(LossRiskType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSpecialTerms(SpecialTermsType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
DeliveryTermsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DeliveryTermsType 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
|
AllowanceChargeType |
getAllowanceCharge()
<pre>
<?
|
AmountType |
getAmount()
<pre>
<?
|
BigDecimal |
getAmountValue()
Get the value of the contained AmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocationType |
getDeliveryLocation()
<pre>
<?
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<LossRiskType> |
getLossRisk()
<pre>
<?
|
LossRiskType |
getLossRiskAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getLossRiskCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
LossRiskResponsibilityCodeType |
getLossRiskResponsibilityCode()
<pre>
<?
|
String |
getLossRiskResponsibilityCodeValue()
Get the value of the contained LossRiskResponsibilityCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<SpecialTermsType> |
getSpecialTerms()
<pre>
<?
|
SpecialTermsType |
getSpecialTermsAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSpecialTermsCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasLossRiskEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoLossRiskEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSpecialTermsEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSpecialTermsEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAllowanceCharge(AllowanceChargeType value)
Sets the value of the allowanceCharge property.
|
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 |
setDeliveryLocation(LocationType value)
Sets the value of the deliveryLocation property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setLossRisk(List<LossRiskType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLossRiskResponsibilityCode(LossRiskResponsibilityCodeType value)
Sets the value of the lossRiskResponsibilityCode property.
|
LossRiskResponsibilityCodeType |
setLossRiskResponsibilityCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSpecialTerms(List<SpecialTermsType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DeliveryTermsType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SpecialTermsType> getSpecialTerms()
SpecialTermsType@Nullable public LossRiskResponsibilityCodeType getLossRiskResponsibilityCode()
LossRiskResponsibilityCodeTypepublic void setLossRiskResponsibilityCode(@Nullable LossRiskResponsibilityCodeType value)
value - allowed object is
LossRiskResponsibilityCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LossRiskType> getLossRisk()
LossRiskType@Nullable public AmountType getAmount()
AmountTypepublic void setAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public LocationType getDeliveryLocation()
LocationTypepublic void setDeliveryLocation(@Nullable LocationType value)
value - allowed object is
LocationType@Nullable public AllowanceChargeType getAllowanceCharge()
AllowanceChargeTypepublic void setAllowanceCharge(@Nullable AllowanceChargeType value)
value - allowed object is
AllowanceChargeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setSpecialTerms(@Nullable List<SpecialTermsType> aList)
aList - The new list member to set. May be <code>null</code>.public void setLossRisk(@Nullable List<LossRiskType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasSpecialTermsEntries()
public boolean hasNoSpecialTermsEntries()
@Nonnegative public int getSpecialTermsCount()
@Nullable public SpecialTermsType getSpecialTermsAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addSpecialTerms(@Nonnull SpecialTermsType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasLossRiskEntries()
public boolean hasNoLossRiskEntries()
@Nonnegative public int getLossRiskCount()
@Nullable public LossRiskType getLossRiskAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addLossRisk(@Nonnull LossRiskType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull DeliveryTermsType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DeliveryTermsType clone()
@Nonnull public AmountType setAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public LossRiskResponsibilityCodeType setLossRiskResponsibilityCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getLossRiskResponsibilityCodeValue()
@Nullable public BigDecimal getAmountValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.