All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tools20022.repository.msg.RegisteredContract3 Maven / Gradle / Ivy

The newest version!
/* Tools20022 - API for ISO 20022
* Copyright (C) 2017 Tools20022.com - László Bukodi 
* 
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* 
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
* 
* You should have received a copy of the GNU General Public License
* along with this program.  If not, see .
*/

package com.tools20022.repository.msg;

import com.tools20022.metamodel.MMMessageAssociationEnd;
import com.tools20022.metamodel.MMMessageAttribute;
import com.tools20022.metamodel.MMMessageComponent;
import com.tools20022.metamodel.MMRegistrationStatus;
import com.tools20022.repository.choice.PaymentScheduleType1Choice;
import com.tools20022.repository.choice.UnderlyingContract1Choice;
import com.tools20022.repository.codeset.Priority2Code;
import com.tools20022.repository.datatype.Max1025Text;
import com.tools20022.repository.datatype.Max35Text;
import com.tools20022.repository.entity.Contract;
import com.tools20022.repository.entity.RegisteredContract;
import com.tools20022.repository.GeneratedRepository;
import java.util.Arrays;
import java.util.concurrent.atomic.AtomicReference;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;

/**
 * Document that a user must file with an authorized servicer for each contract
 * that involves foreign currency transactions with non residents.
 * 

* Constant fields: *

    *
  • * {@linkplain com.tools20022.metamodel.MMMessageElementContainer#getMessageElement * messageElement} = *
      *
    • * {@linkplain com.tools20022.repository.msg.RegisteredContract3#mmRegisteredContractAmendmentIdentification * RegisteredContract3.mmRegisteredContractAmendmentIdentification}
    • *
    • * {@linkplain com.tools20022.repository.msg.RegisteredContract3#mmOriginalRegisteredContractIdentification * RegisteredContract3.mmOriginalRegisteredContractIdentification}
    • *
    • {@linkplain com.tools20022.repository.msg.RegisteredContract3#mmPriority * RegisteredContract3.mmPriority}
    • *
    • {@linkplain com.tools20022.repository.msg.RegisteredContract3#mmContract * RegisteredContract3.mmContract}
    • *
    • * {@linkplain com.tools20022.repository.msg.RegisteredContract3#mmContractBalance * RegisteredContract3.mmContractBalance}
    • *
    • * {@linkplain com.tools20022.repository.msg.RegisteredContract3#mmPaymentScheduleType * RegisteredContract3.mmPaymentScheduleType}
    • *
    • * {@linkplain com.tools20022.repository.msg.RegisteredContract3#mmAdditionalInformation * RegisteredContract3.mmAdditionalInformation}
    • *
    • * {@linkplain com.tools20022.repository.msg.RegisteredContract3#mmAttachment * RegisteredContract3.mmAttachment}
    • *
    • * {@linkplain com.tools20022.repository.msg.RegisteredContract3#mmSupplementaryData * RegisteredContract3.mmSupplementaryData}
    • *
    *
  • *
  • {@linkplain com.tools20022.metamodel.MMMessageComponentType#getTrace * trace} = {@linkplain com.tools20022.repository.entity.RegisteredContract * RegisteredContract}
  • *
  • * {@linkplain com.tools20022.metamodel.MMTopLevelDictionaryEntry#getDataDictionary * dataDictionary} = * {@linkplain com.tools20022.repository.GeneratedRepository#mmdataDict * GeneratedRepository.mmdataDict}
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getRegistrationStatus * registrationStatus} = * com.tools20022.metamodel.MMRegistrationStatus.REGISTERED
  • *
  • {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getName name} = * "RegisteredContract3"
  • *
  • {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getDefinition * definition} = * "Document that a user must file with an authorized servicer for each contract that involves foreign currency transactions with non residents." *
  • *
*/ @XmlAccessorType(XmlAccessType.PROPERTY) @XmlType(name = "RegisteredContract3", propOrder = {"registeredContractAmendmentIdentification", "originalRegisteredContractIdentification", "priority", "contract", "contractBalance", "paymentScheduleType", "additionalInformation", "attachment", "supplementaryData"}) public class RegisteredContract3 { final static private AtomicReference mmObject_lazy = new AtomicReference<>(); protected Max35Text registeredContractAmendmentIdentification; /** * Unique and unambiguous identification of the registered contract * amendment request. *

* Constant fields: *

    *
  • * {@linkplain com.tools20022.metamodel.MMMessageAttribute#getSimpleType * simpleType} = {@linkplain com.tools20022.repository.datatype.Max35Text * Max35Text}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getBusinessElementTrace * businessElementTrace} = * {@linkplain com.tools20022.repository.entity.RegisteredContract#mmIdentification * RegisteredContract.mmIdentification}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getComponentContext * componentContext} = * {@linkplain com.tools20022.repository.msg.RegisteredContract3 * RegisteredContract3}
  • *
  • {@linkplain com.tools20022.metamodel.MMMessageConstruct#getXmlTag * xmlTag} = "RegdCtrctAmdmntId"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getRegistrationStatus * registrationStatus} = * com.tools20022.metamodel.MMRegistrationStatus.PROVISIONALLY_REGISTERED
  • *
  • {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getName * name} = "RegisteredContractAmendmentIdentification"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getDefinition * definition} = * "Unique and unambiguous identification of the registered contract amendment request." *
  • *
*/ public static final MMMessageAttribute mmRegisteredContractAmendmentIdentification = new MMMessageAttribute() { { businessElementTrace_lazy = () -> RegisteredContract.mmIdentification; componentContext_lazy = () -> RegisteredContract3.mmObject(); isDerived = false; xmlTag = "RegdCtrctAmdmntId"; registrationStatus = MMRegistrationStatus.PROVISIONALLY_REGISTERED; name = "RegisteredContractAmendmentIdentification"; definition = "Unique and unambiguous identification of the registered contract amendment request."; maxOccurs = 1; minOccurs = 1; simpleType_lazy = () -> Max35Text.mmObject(); } }; protected Max35Text originalRegisteredContractIdentification; /** * Identification of the original contract registration, as registered with * the registration agent. *

* Constant fields: *

    *
  • * {@linkplain com.tools20022.metamodel.MMMessageAttribute#getSimpleType * simpleType} = {@linkplain com.tools20022.repository.datatype.Max35Text * Max35Text}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getBusinessElementTrace * businessElementTrace} = * {@linkplain com.tools20022.repository.entity.RegisteredContract#mmIdentification * RegisteredContract.mmIdentification}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getComponentContext * componentContext} = * {@linkplain com.tools20022.repository.msg.RegisteredContract3 * RegisteredContract3}
  • *
  • {@linkplain com.tools20022.metamodel.MMMessageConstruct#getXmlTag * xmlTag} = "OrgnlRegdCtrctId"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getRegistrationStatus * registrationStatus} = * com.tools20022.metamodel.MMRegistrationStatus.PROVISIONALLY_REGISTERED
  • *
  • {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getName * name} = "OriginalRegisteredContractIdentification"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getDefinition * definition} = * "Identification of the original contract registration, as registered with the registration agent." *
  • *
*/ public static final MMMessageAttribute mmOriginalRegisteredContractIdentification = new MMMessageAttribute() { { businessElementTrace_lazy = () -> RegisteredContract.mmIdentification; componentContext_lazy = () -> RegisteredContract3.mmObject(); isDerived = false; xmlTag = "OrgnlRegdCtrctId"; registrationStatus = MMRegistrationStatus.PROVISIONALLY_REGISTERED; name = "OriginalRegisteredContractIdentification"; definition = "Identification of the original contract registration, as registered with the registration agent."; maxOccurs = 1; minOccurs = 1; simpleType_lazy = () -> Max35Text.mmObject(); } }; protected Priority2Code priority; /** * Priority requested for the amendment of the registered contract. *

* Constant fields: *

    *
  • * {@linkplain com.tools20022.metamodel.MMMessageAttribute#getSimpleType * simpleType} = * {@linkplain com.tools20022.repository.codeset.Priority2Code * Priority2Code}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getBusinessElementTrace * businessElementTrace} = * {@linkplain com.tools20022.repository.entity.RegisteredContract#mmPriority * RegisteredContract.mmPriority}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getComponentContext * componentContext} = * {@linkplain com.tools20022.repository.msg.RegisteredContract3 * RegisteredContract3}
  • *
  • {@linkplain com.tools20022.metamodel.MMMessageConstruct#getXmlTag * xmlTag} = "Prty"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getRegistrationStatus * registrationStatus} = * com.tools20022.metamodel.MMRegistrationStatus.PROVISIONALLY_REGISTERED
  • *
  • {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getName * name} = "Priority"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getDefinition * definition} = * "Priority requested for the amendment of the registered contract."
  • *
*/ public static final MMMessageAttribute mmPriority = new MMMessageAttribute() { { businessElementTrace_lazy = () -> RegisteredContract.mmPriority; componentContext_lazy = () -> RegisteredContract3.mmObject(); isDerived = false; xmlTag = "Prty"; registrationStatus = MMRegistrationStatus.PROVISIONALLY_REGISTERED; name = "Priority"; definition = "Priority requested for the amendment of the registered contract."; maxOccurs = 1; minOccurs = 1; simpleType_lazy = () -> Priority2Code.mmObject(); } }; protected UnderlyingContract1Choice contract; /** * Amendment details of the registered contract for the registered contract. *

* Constant fields: *

    *
  • {@linkplain com.tools20022.metamodel.MMMessageAssociationEnd#getType * type} = * {@linkplain com.tools20022.repository.choice.UnderlyingContract1Choice * UnderlyingContract1Choice}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getBusinessComponentTrace * businessComponentTrace} = * {@linkplain com.tools20022.repository.entity.Contract Contract}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getComponentContext * componentContext} = * {@linkplain com.tools20022.repository.msg.RegisteredContract3 * RegisteredContract3}
  • *
  • {@linkplain com.tools20022.metamodel.MMMessageConstruct#getXmlTag * xmlTag} = "Ctrct"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getRegistrationStatus * registrationStatus} = * com.tools20022.metamodel.MMRegistrationStatus.PROVISIONALLY_REGISTERED
  • *
  • {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getName * name} = "Contract"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getDefinition * definition} = * "Amendment details of the registered contract for the registered contract." *
  • *
*/ public static final MMMessageAssociationEnd mmContract = new MMMessageAssociationEnd() { { businessComponentTrace_lazy = () -> Contract.mmObject(); componentContext_lazy = () -> RegisteredContract3.mmObject(); isDerived = false; xmlTag = "Ctrct"; registrationStatus = MMRegistrationStatus.PROVISIONALLY_REGISTERED; name = "Contract"; definition = "Amendment details of the registered contract for the registered contract."; maxOccurs = 1; minOccurs = 1; isComposite = true; type_lazy = () -> UnderlyingContract1Choice.mmObject(); } }; protected List contractBalance; /** * Contract balance on date of contract registration. *

* Constant fields: *

    *
  • {@linkplain com.tools20022.metamodel.MMMessageAssociationEnd#getType * type} = {@linkplain com.tools20022.repository.msg.ContractBalance1 * ContractBalance1}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getBusinessElementTrace * businessElementTrace} = * {@linkplain com.tools20022.repository.entity.RegisteredContract#mmContractBalance * RegisteredContract.mmContractBalance}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getComponentContext * componentContext} = * {@linkplain com.tools20022.repository.msg.RegisteredContract3 * RegisteredContract3}
  • *
  • {@linkplain com.tools20022.metamodel.MMMessageConstruct#getXmlTag * xmlTag} = "CtrctBal"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getRegistrationStatus * registrationStatus} = * com.tools20022.metamodel.MMRegistrationStatus.PROVISIONALLY_REGISTERED
  • *
  • {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getName * name} = "ContractBalance"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getDefinition * definition} = "Contract balance on date of contract registration."
  • *
*/ public static final MMMessageAssociationEnd mmContractBalance = new MMMessageAssociationEnd() { { businessElementTrace_lazy = () -> RegisteredContract.mmContractBalance; componentContext_lazy = () -> RegisteredContract3.mmObject(); isDerived = false; xmlTag = "CtrctBal"; registrationStatus = MMRegistrationStatus.PROVISIONALLY_REGISTERED; name = "ContractBalance"; definition = "Contract balance on date of contract registration."; minOccurs = 0; isComposite = true; type_lazy = () -> com.tools20022.repository.msg.ContractBalance1.mmObject(); } }; protected PaymentScheduleType1Choice paymentScheduleType; /** * Type of the payment schedule provided in the contract. *

* Constant fields: *

    *
  • {@linkplain com.tools20022.metamodel.MMMessageAssociationEnd#getType * type} = * {@linkplain com.tools20022.repository.choice.PaymentScheduleType1Choice * PaymentScheduleType1Choice}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getBusinessElementTrace * businessElementTrace} = * {@linkplain com.tools20022.repository.entity.RegisteredContract#mmPaymentScheduleType * RegisteredContract.mmPaymentScheduleType}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getComponentContext * componentContext} = * {@linkplain com.tools20022.repository.msg.RegisteredContract3 * RegisteredContract3}
  • *
  • {@linkplain com.tools20022.metamodel.MMMessageConstruct#getXmlTag * xmlTag} = "PmtSchdlTp"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getRegistrationStatus * registrationStatus} = * com.tools20022.metamodel.MMRegistrationStatus.PROVISIONALLY_REGISTERED
  • *
  • {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getName * name} = "PaymentScheduleType"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getDefinition * definition} = "Type of the payment schedule provided in the contract."
  • *
*/ public static final MMMessageAssociationEnd mmPaymentScheduleType = new MMMessageAssociationEnd() { { businessElementTrace_lazy = () -> RegisteredContract.mmPaymentScheduleType; componentContext_lazy = () -> RegisteredContract3.mmObject(); isDerived = false; xmlTag = "PmtSchdlTp"; registrationStatus = MMRegistrationStatus.PROVISIONALLY_REGISTERED; name = "PaymentScheduleType"; definition = "Type of the payment schedule provided in the contract."; maxOccurs = 1; minOccurs = 0; isComposite = true; type_lazy = () -> PaymentScheduleType1Choice.mmObject(); } }; protected Max1025Text additionalInformation; /** * Further additional information on the amendment. *

* Constant fields: *

    *
  • * {@linkplain com.tools20022.metamodel.MMMessageAttribute#getSimpleType * simpleType} = {@linkplain com.tools20022.repository.datatype.Max1025Text * Max1025Text}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getComponentContext * componentContext} = * {@linkplain com.tools20022.repository.msg.RegisteredContract3 * RegisteredContract3}
  • *
  • {@linkplain com.tools20022.metamodel.MMMessageConstruct#getXmlTag * xmlTag} = "AddtlInf"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getRegistrationStatus * registrationStatus} = * com.tools20022.metamodel.MMRegistrationStatus.PROVISIONALLY_REGISTERED
  • *
  • {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getName * name} = "AdditionalInformation"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getDefinition * definition} = "Further additional information on the amendment."
  • *
*/ public static final MMMessageAttribute mmAdditionalInformation = new MMMessageAttribute() { { componentContext_lazy = () -> RegisteredContract3.mmObject(); isDerived = false; xmlTag = "AddtlInf"; registrationStatus = MMRegistrationStatus.PROVISIONALLY_REGISTERED; name = "AdditionalInformation"; definition = "Further additional information on the amendment."; maxOccurs = 1; minOccurs = 0; simpleType_lazy = () -> Max1025Text.mmObject(); } }; protected List attachment; /** * Documents provided as attachments to the contract registration amendment * request. *

* Constant fields: *

    *
  • {@linkplain com.tools20022.metamodel.MMMessageAssociationEnd#getType * type} = * {@linkplain com.tools20022.repository.msg.DocumentGeneralInformation3 * DocumentGeneralInformation3}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getBusinessElementTrace * businessElementTrace} = * {@linkplain com.tools20022.repository.entity.RegisteredContract#mmAttachment * RegisteredContract.mmAttachment}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getComponentContext * componentContext} = * {@linkplain com.tools20022.repository.msg.RegisteredContract3 * RegisteredContract3}
  • *
  • {@linkplain com.tools20022.metamodel.MMMessageConstruct#getXmlTag * xmlTag} = "Attchmnt"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getRegistrationStatus * registrationStatus} = * com.tools20022.metamodel.MMRegistrationStatus.PROVISIONALLY_REGISTERED
  • *
  • {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getName * name} = "Attachment"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getDefinition * definition} = * "Documents provided as attachments to the contract registration amendment request." *
  • *
*/ public static final MMMessageAssociationEnd mmAttachment = new MMMessageAssociationEnd() { { businessElementTrace_lazy = () -> RegisteredContract.mmAttachment; componentContext_lazy = () -> RegisteredContract3.mmObject(); isDerived = false; xmlTag = "Attchmnt"; registrationStatus = MMRegistrationStatus.PROVISIONALLY_REGISTERED; name = "Attachment"; definition = "Documents provided as attachments to the contract registration amendment request."; minOccurs = 0; isComposite = true; type_lazy = () -> com.tools20022.repository.msg.DocumentGeneralInformation3.mmObject(); } }; protected List supplementaryData; /** * Additional information that cannot be captured in the structured elements * and/or any other specific block. *

* Constant fields: *

    *
  • {@linkplain com.tools20022.metamodel.MMMessageAssociationEnd#getType * type} = {@linkplain com.tools20022.repository.msg.SupplementaryData1 * SupplementaryData1}
  • *
  • * {@linkplain com.tools20022.metamodel.MMMessageElement#getComponentContext * componentContext} = * {@linkplain com.tools20022.repository.msg.RegisteredContract3 * RegisteredContract3}
  • *
  • {@linkplain com.tools20022.metamodel.MMMessageConstruct#getXmlTag * xmlTag} = "SplmtryData"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getRegistrationStatus * registrationStatus} = * com.tools20022.metamodel.MMRegistrationStatus.PROVISIONALLY_REGISTERED
  • *
  • {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getName * name} = "SupplementaryData"
  • *
  • * {@linkplain com.tools20022.metamodel.MMRepositoryConcept#getDefinition * definition} = * "Additional information that cannot be captured in the structured elements and/or any other specific block." *
  • *
*/ public static final MMMessageAssociationEnd mmSupplementaryData = new MMMessageAssociationEnd() { { componentContext_lazy = () -> RegisteredContract3.mmObject(); isDerived = false; xmlTag = "SplmtryData"; registrationStatus = MMRegistrationStatus.PROVISIONALLY_REGISTERED; name = "SupplementaryData"; definition = "Additional information that cannot be captured in the structured elements and/or any other specific block."; minOccurs = 0; isComposite = true; type_lazy = () -> com.tools20022.repository.msg.SupplementaryData1.mmObject(); } }; final static public MMMessageComponent mmObject() { mmObject_lazy.compareAndSet(null, new MMMessageComponent() { { messageElement_lazy = () -> Arrays.asList(RegisteredContract3.mmRegisteredContractAmendmentIdentification, RegisteredContract3.mmOriginalRegisteredContractIdentification, RegisteredContract3.mmPriority, RegisteredContract3.mmContract, RegisteredContract3.mmContractBalance, RegisteredContract3.mmPaymentScheduleType, RegisteredContract3.mmAdditionalInformation, RegisteredContract3.mmAttachment, RegisteredContract3.mmSupplementaryData); trace_lazy = () -> RegisteredContract.mmObject(); dataDictionary_lazy = () -> GeneratedRepository.mmdataDict; registrationStatus = MMRegistrationStatus.REGISTERED; name = "RegisteredContract3"; definition = "Document that a user must file with an authorized servicer for each contract that involves foreign currency transactions with non residents."; } }); return mmObject_lazy.get(); } @XmlElement(name = "RegdCtrctAmdmntId", required = true) public Max35Text getRegisteredContractAmendmentIdentification() { return registeredContractAmendmentIdentification; } public void setRegisteredContractAmendmentIdentification(Max35Text registeredContractAmendmentIdentification) { this.registeredContractAmendmentIdentification = registeredContractAmendmentIdentification; } @XmlElement(name = "OrgnlRegdCtrctId", required = true) public Max35Text getOriginalRegisteredContractIdentification() { return originalRegisteredContractIdentification; } public void setOriginalRegisteredContractIdentification(Max35Text originalRegisteredContractIdentification) { this.originalRegisteredContractIdentification = originalRegisteredContractIdentification; } @XmlElement(name = "Prty", required = true) public Priority2Code getPriority() { return priority; } public void setPriority(Priority2Code priority) { this.priority = priority; } @XmlElement(name = "Ctrct", required = true) public UnderlyingContract1Choice getContract() { return contract; } public void setContract(UnderlyingContract1Choice contract) { this.contract = contract; } @XmlElement(name = "CtrctBal") public List getContractBalance() { return contractBalance; } public void setContractBalance(List contractBalance) { this.contractBalance = contractBalance; } @XmlElement(name = "PmtSchdlTp") public PaymentScheduleType1Choice getPaymentScheduleType() { return paymentScheduleType; } public void setPaymentScheduleType(PaymentScheduleType1Choice paymentScheduleType) { this.paymentScheduleType = paymentScheduleType; } @XmlElement(name = "AddtlInf") public Max1025Text getAdditionalInformation() { return additionalInformation; } public void setAdditionalInformation(Max1025Text additionalInformation) { this.additionalInformation = additionalInformation; } @XmlElement(name = "Attchmnt") public List getAttachment() { return attachment; } public void setAttachment(List attachment) { this.attachment = attachment; } @XmlElement(name = "SplmtryData") public List getSupplementaryData() { return supplementaryData; } public void setSupplementaryData(List supplementaryData) { this.supplementaryData = supplementaryData; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy