@CodingStyleguideUnaware public class PaymentType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PaymentType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
PaymentType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PaymentType 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
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
InstructionIDType |
getInstructionID()
<pre>
<?
|
String |
getInstructionIDValue()
Get the value of the contained InstructionIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PaidAmountType |
getPaidAmount()
<pre>
<?
|
BigDecimal |
getPaidAmountValue()
Get the value of the contained PaidAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PaidDateType |
getPaidDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getPaidDateValue()
Get the value of the contained PaidDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getPaidDateValueLocal()
Get the value of the contained PaidDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PaidTimeType |
getPaidTime()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetTime |
getPaidTimeValue()
Get the value of the contained PaidTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalTime |
getPaidTimeValueLocal()
Get the value of the contained PaidTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ReceivedDateType |
getReceivedDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getReceivedDateValue()
Get the value of the contained ReceivedDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getReceivedDateValueLocal()
Get the value of the contained ReceivedDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
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 |
setInstructionID(InstructionIDType value)
Sets the value of the instructionID property.
|
InstructionIDType |
setInstructionID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PaidAmountType |
setPaidAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPaidAmount(PaidAmountType value)
Sets the value of the paidAmount property.
|
PaidDateType |
setPaidDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPaidDate(PaidDateType value)
Sets the value of the paidDate property.
|
PaidDateType |
setPaidDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PaidTimeType |
setPaidTime(LocalTime valueParam)
Special setter with value of type LocalTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPaidTime(PaidTimeType value)
Sets the value of the paidTime property.
|
PaidTimeType |
setPaidTime(com.helger.commons.datetime.XMLOffsetTime valueParam)
Special setter with value of type XMLOffsetTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ReceivedDateType |
setReceivedDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setReceivedDate(ReceivedDateType value)
Sets the value of the receivedDate property.
|
ReceivedDateType |
setReceivedDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PaymentType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public PaidAmountType getPaidAmount()
PaidAmountTypepublic void setPaidAmount(@Nullable PaidAmountType value)
value - allowed object is
PaidAmountType@Nullable public ReceivedDateType getReceivedDate()
ReceivedDateTypepublic void setReceivedDate(@Nullable ReceivedDateType value)
value - allowed object is
ReceivedDateType@Nullable public PaidDateType getPaidDate()
PaidDateTypepublic void setPaidDate(@Nullable PaidDateType value)
value - allowed object is
PaidDateType@Nullable public PaidTimeType getPaidTime()
PaidTimeTypepublic void setPaidTime(@Nullable PaidTimeType value)
value - allowed object is
PaidTimeType@Nullable public InstructionIDType getInstructionID()
InstructionIDTypepublic void setInstructionID(@Nullable InstructionIDType value)
value - allowed object is
InstructionIDTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull PaymentType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PaymentType clone()
@Nonnull public PaidAmountType setPaidAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ReceivedDateType setReceivedDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ReceivedDateType setReceivedDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PaidDateType setPaidDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PaidDateType setPaidDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PaidTimeType setPaidTime(@Nullable com.helger.commons.datetime.XMLOffsetTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PaidTimeType setPaidTime(@Nullable LocalTime 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>.@Nonnull public InstructionIDType setInstructionID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public BigDecimal getPaidAmountValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getReceivedDateValue()
@Nullable public LocalDate getReceivedDateValueLocal()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getPaidDateValue()
@Nullable public LocalDate getPaidDateValueLocal()
@Nullable public com.helger.commons.datetime.XMLOffsetTime getPaidTimeValue()
@Nullable public LocalTime getPaidTimeValueLocal()
Copyright © 2017–2021 Philip Helger. All rights reserved.