@CodingStyleguideUnaware public class PaymentTermsType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe a set of payment terms.</ccts:Definition><ccts:ObjectClass>Payment Terms</ccts:ObjectClass></ccts:Component>
Java class for PaymentTermsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTermsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentMeansID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PrepaidPaymentReferenceID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReferenceEventCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SettlementDiscountPercent" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PenaltySurchargePercent" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentPercent" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Amount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SettlementDiscountAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PenaltyAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentTermsDetailsURI" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentDueDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}InstallmentDueDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}InvoicingPartyReference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SettlementPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PenaltyPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ExchangeRate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ValidityPeriod" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
PaymentTermsType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addNote(NoteType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPaymentMeansID(PaymentMeansIDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PaymentTermsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PaymentTermsType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AmountType |
getAmount()
<?
|
BigDecimal |
getAmountValue()
Get the value of the contained AmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ExchangeRateType |
getExchangeRate()
<?
|
IDType |
getID()
<?
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
InstallmentDueDateType |
getInstallmentDueDate()
<?
|
LocalDate |
getInstallmentDueDateValue()
Get the value of the contained InstallmentDueDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
InvoicingPartyReferenceType |
getInvoicingPartyReference()
<?
|
String |
getInvoicingPartyReferenceValue()
Get the value of the contained InvoicingPartyReferenceType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<NoteType> |
getNote()
<?
|
NoteType |
getNoteAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PaymentDueDateType |
getPaymentDueDate()
<?
|
LocalDate |
getPaymentDueDateValue()
Get the value of the contained PaymentDueDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<PaymentMeansIDType> |
getPaymentMeansID()
<?
|
PaymentMeansIDType |
getPaymentMeansIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPaymentMeansIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PaymentPercentType |
getPaymentPercent()
<?
|
BigDecimal |
getPaymentPercentValue()
Get the value of the contained PaymentPercentType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PaymentTermsDetailsURIType |
getPaymentTermsDetailsURI()
<?
|
String |
getPaymentTermsDetailsURIValue()
Get the value of the contained PaymentTermsDetailsURIType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PenaltyAmountType |
getPenaltyAmount()
<?
|
BigDecimal |
getPenaltyAmountValue()
Get the value of the contained PenaltyAmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PeriodType |
getPenaltyPeriod()
<?
|
PenaltySurchargePercentType |
getPenaltySurchargePercent()
<?
|
BigDecimal |
getPenaltySurchargePercentValue()
Get the value of the contained PenaltySurchargePercentType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PrepaidPaymentReferenceIDType |
getPrepaidPaymentReferenceID()
<?
|
String |
getPrepaidPaymentReferenceIDValue()
Get the value of the contained PrepaidPaymentReferenceIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ReferenceEventCodeType |
getReferenceEventCode()
<?
|
String |
getReferenceEventCodeValue()
Get the value of the contained ReferenceEventCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SettlementDiscountAmountType |
getSettlementDiscountAmount()
<?
|
BigDecimal |
getSettlementDiscountAmountValue()
Get the value of the contained SettlementDiscountAmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SettlementDiscountPercentType |
getSettlementDiscountPercent()
<?
|
BigDecimal |
getSettlementDiscountPercentValue()
Get the value of the contained SettlementDiscountPercentType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PeriodType |
getSettlementPeriod()
<?
|
PeriodType |
getValidityPeriod()
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPaymentMeansIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPaymentMeansIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAmount(AmountType value)
Sets the value of the amount property.
|
AmountType |
setAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setExchangeRate(ExchangeRateType value)
Sets the value of the exchangeRate property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setInstallmentDueDate(InstallmentDueDateType value)
Sets the value of the installmentDueDate property.
|
InstallmentDueDateType |
setInstallmentDueDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setInvoicingPartyReference(InvoicingPartyReferenceType value)
Sets the value of the invoicingPartyReference property.
|
InvoicingPartyReferenceType |
setInvoicingPartyReference(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setNote(List<NoteType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PaymentDueDateType |
setPaymentDueDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPaymentDueDate(PaymentDueDateType value)
Sets the value of the paymentDueDate property.
|
void |
setPaymentMeansID(List<PaymentMeansIDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PaymentPercentType |
setPaymentPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPaymentPercent(PaymentPercentType value)
Sets the value of the paymentPercent property.
|
void |
setPaymentTermsDetailsURI(PaymentTermsDetailsURIType value)
Sets the value of the paymentTermsDetailsURI property.
|
PaymentTermsDetailsURIType |
setPaymentTermsDetailsURI(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PenaltyAmountType |
setPenaltyAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPenaltyAmount(PenaltyAmountType value)
Sets the value of the penaltyAmount property.
|
void |
setPenaltyPeriod(PeriodType value)
Sets the value of the penaltyPeriod property.
|
PenaltySurchargePercentType |
setPenaltySurchargePercent(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPenaltySurchargePercent(PenaltySurchargePercentType value)
Sets the value of the penaltySurchargePercent property.
|
void |
setPrepaidPaymentReferenceID(PrepaidPaymentReferenceIDType value)
Sets the value of the prepaidPaymentReferenceID property.
|
PrepaidPaymentReferenceIDType |
setPrepaidPaymentReferenceID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setReferenceEventCode(ReferenceEventCodeType value)
Sets the value of the referenceEventCode property.
|
ReferenceEventCodeType |
setReferenceEventCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SettlementDiscountAmountType |
setSettlementDiscountAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSettlementDiscountAmount(SettlementDiscountAmountType value)
Sets the value of the settlementDiscountAmount property.
|
SettlementDiscountPercentType |
setSettlementDiscountPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSettlementDiscountPercent(SettlementDiscountPercentType value)
Sets the value of the settlementDiscountPercent property.
|
void |
setSettlementPeriod(PeriodType value)
Sets the value of the settlementPeriod property.
|
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PaymentTermsType()
@Nullable public IDType getID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for this set of payment terms.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PaymentMeansIDType> getPaymentMeansID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Payment Means Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for a means of payment associated with these payment terms.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTerm>Payment Means Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>Gets the value of the paymentMeansID property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentMeansID property.
For example, to add a new item, do as follows:
getPaymentMeansID().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentMeansIDType
@Nullable public PrepaidPaymentReferenceIDType getPrepaidPaymentReferenceID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Prepaid Payment Reference Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for a reference to a prepaid payment.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTerm>Prepaid Payment Reference Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
PrepaidPaymentReferenceIDTypepublic void setPrepaidPaymentReferenceID(@Nullable PrepaidPaymentReferenceIDType value)
value - allowed object is
PrepaidPaymentReferenceIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NoteType> getNote()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Note. Text</ccts:DictionaryEntryName><ccts:Definition>Free-form text conveying information that is not contained explicitly in other structures.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTerm>Note</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>Gets the value of the note property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
NoteType
@Nullable public ReferenceEventCodeType getReferenceEventCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Reference_ Event Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the event during which these terms are offered.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTermQualifier>Reference</ccts:PropertyTermQualifier><ccts:PropertyTerm>Event Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
ReferenceEventCodeTypepublic void setReferenceEventCode(@Nullable ReferenceEventCodeType value)
value - allowed object is
ReferenceEventCodeType@Nullable public SettlementDiscountPercentType getSettlementDiscountPercent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Settlement_ Discount Percent. Percent</ccts:DictionaryEntryName><ccts:Definition>The percentage for the settlement discount that is offered for payment under these payment terms.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTermQualifier>Settlement</ccts:PropertyTermQualifier><ccts:PropertyTerm>Discount Percent</ccts:PropertyTerm><ccts:RepresentationTerm>Percent</ccts:RepresentationTerm><ccts:DataType>Percent. Type</ccts:DataType></ccts:Component>
SettlementDiscountPercentTypepublic void setSettlementDiscountPercent(@Nullable SettlementDiscountPercentType value)
value - allowed object is
SettlementDiscountPercentType@Nullable public PenaltySurchargePercentType getPenaltySurchargePercent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Penalty_ Surcharge Percent. Percent</ccts:DictionaryEntryName><ccts:Definition>The penalty for payment after the settlement period, expressed as a percentage of the payment.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTermQualifier>Penalty</ccts:PropertyTermQualifier><ccts:PropertyTerm>Surcharge Percent</ccts:PropertyTerm><ccts:RepresentationTerm>Percent</ccts:RepresentationTerm><ccts:DataType>Percent. Type</ccts:DataType></ccts:Component>
PenaltySurchargePercentTypepublic void setPenaltySurchargePercent(@Nullable PenaltySurchargePercentType value)
value - allowed object is
PenaltySurchargePercentType@Nullable public PaymentPercentType getPaymentPercent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Payment Percent. Percent</ccts:DictionaryEntryName><ccts:Definition>The part of a payment, expressed as a percent, relevant for these payment terms.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTerm>Payment Percent</ccts:PropertyTerm><ccts:RepresentationTerm>Percent</ccts:RepresentationTerm><ccts:DataType>Percent. Type</ccts:DataType></ccts:Component>
PaymentPercentTypepublic void setPaymentPercent(@Nullable PaymentPercentType value)
value - allowed object is
PaymentPercentType@Nullable public AmountType getAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Amount</ccts:DictionaryEntryName><ccts:Definition>The monetary amount covered by these payment terms.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTerm>Amount</ccts:PropertyTerm><ccts:RepresentationTerm>Amount</ccts:RepresentationTerm><ccts:DataType>Amount. Type</ccts:DataType></ccts:Component>
AmountTypepublic void setAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public SettlementDiscountAmountType getSettlementDiscountAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Settlement_ Discount Amount. Amount</ccts:DictionaryEntryName><ccts:Definition>The amount of a settlement discount offered for payment under these payment terms.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTermQualifier>Settlement</ccts:PropertyTermQualifier><ccts:PropertyTerm>Discount Amount</ccts:PropertyTerm><ccts:RepresentationTerm>Amount</ccts:RepresentationTerm><ccts:DataType>Amount. Type</ccts:DataType></ccts:Component>
SettlementDiscountAmountTypepublic void setSettlementDiscountAmount(@Nullable SettlementDiscountAmountType value)
value - allowed object is
SettlementDiscountAmountType@Nullable public PenaltyAmountType getPenaltyAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Penalty_ Amount. Amount</ccts:DictionaryEntryName><ccts:Definition>The monetary amount of the penalty for payment after the settlement period.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTermQualifier>Penalty</ccts:PropertyTermQualifier><ccts:PropertyTerm>Amount</ccts:PropertyTerm><ccts:RepresentationTerm>Amount</ccts:RepresentationTerm><ccts:DataType>Amount. Type</ccts:DataType></ccts:Component>
PenaltyAmountTypepublic void setPenaltyAmount(@Nullable PenaltyAmountType value)
value - allowed object is
PenaltyAmountType@Nullable public PaymentTermsDetailsURIType getPaymentTermsDetailsURI()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Payment Terms Details URI. Identifier</ccts:DictionaryEntryName><ccts:Definition>The Uniform Resource Identifier (URI) of a document providing additional details regarding these payment terms.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTerm>Payment Terms Details URI</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
PaymentTermsDetailsURITypepublic void setPaymentTermsDetailsURI(@Nullable PaymentTermsDetailsURIType value)
value - allowed object is
PaymentTermsDetailsURIType@Nullable public PaymentDueDateType getPaymentDueDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Payment Due Date. Date</ccts:DictionaryEntryName><ccts:Definition>The due date for these payment terms.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTerm>Payment Due Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
PaymentDueDateTypepublic void setPaymentDueDate(@Nullable PaymentDueDateType value)
value - allowed object is
PaymentDueDateType@Nullable public InstallmentDueDateType getInstallmentDueDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Installment Due Date. Date</ccts:DictionaryEntryName><ccts:Definition>The due date for an installment payment for these payment terms.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTerm>Installment Due Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
InstallmentDueDateTypepublic void setInstallmentDueDate(@Nullable InstallmentDueDateType value)
value - allowed object is
InstallmentDueDateType@Nullable public InvoicingPartyReferenceType getInvoicingPartyReference()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Invoicing Party_ Reference. Text</ccts:DictionaryEntryName><ccts:Definition>A reference to the payment terms used by the invoicing party. This may have been requested of the payer by the payee to accompany its remittance.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTermQualifier>Invoicing Party</ccts:PropertyTermQualifier><ccts:PropertyTerm>Reference</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
InvoicingPartyReferenceTypepublic void setInvoicingPartyReference(@Nullable InvoicingPartyReferenceType value)
value - allowed object is
InvoicingPartyReferenceType@Nullable public PeriodType getSettlementPeriod()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Settlement_ Period. Period</ccts:DictionaryEntryName><ccts:Definition>The period during which settlement may occur.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTermQualifier>Settlement</ccts:PropertyTermQualifier><ccts:PropertyTerm>Period</ccts:PropertyTerm><ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Period</ccts:RepresentationTerm></ccts:Component>
PeriodTypepublic void setSettlementPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public PeriodType getPenaltyPeriod()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Penalty_ Period. Period</ccts:DictionaryEntryName><ccts:Definition>The period during which penalties may apply.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTermQualifier>Penalty</ccts:PropertyTermQualifier><ccts:PropertyTerm>Period</ccts:PropertyTerm><ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Period</ccts:RepresentationTerm></ccts:Component>
PeriodTypepublic void setPenaltyPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public ExchangeRateType getExchangeRate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Exchange Rate</ccts:DictionaryEntryName><ccts:Definition>The currency exchange rate for purposes of these payment terms.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm><ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm></ccts:Component>
ExchangeRateTypepublic void setExchangeRate(@Nullable ExchangeRateType value)
value - allowed object is
ExchangeRateType@Nullable public PeriodType getValidityPeriod()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Payment Terms. Validity_ Period. Period</ccts:DictionaryEntryName><ccts:Definition>The period during which these payment terms are valid.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Payment Terms</ccts:ObjectClass><ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier><ccts:PropertyTerm>Period</ccts:PropertyTerm><ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Period</ccts:RepresentationTerm></ccts:Component>
PeriodTypepublic void setValidityPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setPaymentMeansID(@Nullable List<PaymentMeansIDType> aList)
aList - The new list member to set. May be null.public void setNote(@Nullable List<NoteType> aList)
aList - The new list member to set. May be null.public boolean hasPaymentMeansIDEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPaymentMeansIDEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPaymentMeansIDCount()
@Nullable public PaymentMeansIDType getPaymentMeansIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPaymentMeansID(@Nonnull PaymentMeansIDType elem)
elem - The element to be added. May not be null.public boolean hasNoteEntries()
true if at least one item is contained, false otherwise.public boolean hasNoNoteEntries()
true if no item is contained, false otherwise.@Nonnegative public int getNoteCount()
@Nullable public NoteType getNoteAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addNote(@Nonnull NoteType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull PaymentTermsType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public PaymentTermsType clone()
@Nonnull public AmountType setAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SettlementDiscountAmountType setSettlementDiscountAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PenaltyAmountType setPenaltyAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ReferenceEventCodeType setReferenceEventCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PaymentDueDateType setPaymentDueDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public InstallmentDueDateType setInstallmentDueDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PrepaidPaymentReferenceIDType setPrepaidPaymentReferenceID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PaymentTermsDetailsURIType setPaymentTermsDetailsURI(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SettlementDiscountPercentType setSettlementDiscountPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PenaltySurchargePercentType setPenaltySurchargePercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PaymentPercentType setPaymentPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public InvoicingPartyReferenceType setInvoicingPartyReference(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public String getPrepaidPaymentReferenceIDValue()
null@Nullable public String getReferenceEventCodeValue()
null@Nullable public BigDecimal getSettlementDiscountPercentValue()
null@Nullable public BigDecimal getPenaltySurchargePercentValue()
null@Nullable public BigDecimal getPaymentPercentValue()
null@Nullable public BigDecimal getAmountValue()
null@Nullable public BigDecimal getSettlementDiscountAmountValue()
null@Nullable public BigDecimal getPenaltyAmountValue()
null@Nullable public String getPaymentTermsDetailsURIValue()
null@Nullable public LocalDate getPaymentDueDateValue()
null@Nullable public LocalDate getInstallmentDueDateValue()
null@Nullable public String getInvoicingPartyReferenceValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.