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

org.milyn.edi.unedifact.d05a.IPPOAD.SegmentGroup8 Maven / Gradle / Ivy

There is a newer version: 1.7.1.0
Show newest version
/**
 * This class was generated by Smooks EJC (http://www.smooks.org).
 */
package org.milyn.edi.unedifact.d05a.IPPOAD;

import java.io.Serializable;    
import org.milyn.smooks.edi.EDIWritable;    
import org.milyn.edi.unedifact.d05a.common.ComponentDetails;    
import java.util.List;    
import org.milyn.edi.unedifact.d05a.common.Identity;    
import org.milyn.edi.unedifact.d05a.common.ProcessingInformation;    
import org.milyn.edi.unedifact.d05a.common.Address;    
import org.milyn.edi.unedifact.d05a.common.Attribute;    
import org.milyn.edi.unedifact.d05a.common.CommunicationContact;    
import org.milyn.edi.unedifact.d05a.common.DateTimePeriod;    
import org.milyn.edi.unedifact.d05a.common.ExternalFileLinkIdentification;    
import org.milyn.edi.unedifact.d05a.common.EmploymentDetails;    
import org.milyn.edi.unedifact.d05a.common.FinancialInstitutionInformation;    
import org.milyn.edi.unedifact.d05a.common.ItemDescription;    
import org.milyn.edi.unedifact.d05a.common.MonetaryAmount;    
import org.milyn.edi.unedifact.d05a.common.PercentageDetails;    
import org.milyn.edi.unedifact.d05a.common.QueryAndResponse;    
import org.milyn.edi.unedifact.d05a.common.Quantity;    
import org.milyn.edi.unedifact.d05a.common.Reference;    
import org.milyn.edi.unedifact.d05a.common.FreeText;    
import java.io.Writer;    
import org.milyn.edisax.model.internal.Delimiters;    
import java.io.IOException;    

public class SegmentGroup8 implements Serializable, EDIWritable {

    private static final long serialVersionUID = 1L;

    private ComponentDetails componentDetails;
    private List identity;
    private ProcessingInformation processingInformation;
    private List
address; private List attribute; private List communicationContact; private List dateTimePeriod; private ExternalFileLinkIdentification externalFileLinkIdentification; private EmploymentDetails employmentDetails; private FinancialInstitutionInformation financialInstitutionInformation; private List itemDescription; private List monetaryAmount; private List percentageDetails; private List queryAndResponse; private List quantity; private List reference; private List freeText; private List segmentGroup9; public void write(Writer writer, Delimiters delimiters) throws IOException { Writer nodeWriter = writer; if(componentDetails != null) { nodeWriter.write("COD"); nodeWriter.write(delimiters.getField()); componentDetails.write(nodeWriter, delimiters); } if(identity != null && !identity.isEmpty()) { for(Identity identityInst : identity) { nodeWriter.write("IDE"); nodeWriter.write(delimiters.getField()); identityInst.write(nodeWriter, delimiters); } } if(processingInformation != null) { nodeWriter.write("GEI"); nodeWriter.write(delimiters.getField()); processingInformation.write(nodeWriter, delimiters); } if(address != null && !address.isEmpty()) { for(Address addressInst : address) { nodeWriter.write("ADR"); nodeWriter.write(delimiters.getField()); addressInst.write(nodeWriter, delimiters); } } if(attribute != null && !attribute.isEmpty()) { for(Attribute attributeInst : attribute) { nodeWriter.write("ATT"); nodeWriter.write(delimiters.getField()); attributeInst.write(nodeWriter, delimiters); } } if(communicationContact != null && !communicationContact.isEmpty()) { for(CommunicationContact communicationContactInst : communicationContact) { nodeWriter.write("COM"); nodeWriter.write(delimiters.getField()); communicationContactInst.write(nodeWriter, delimiters); } } if(dateTimePeriod != null && !dateTimePeriod.isEmpty()) { for(DateTimePeriod dateTimePeriodInst : dateTimePeriod) { nodeWriter.write("DTM"); nodeWriter.write(delimiters.getField()); dateTimePeriodInst.write(nodeWriter, delimiters); } } if(externalFileLinkIdentification != null) { nodeWriter.write("EFI"); nodeWriter.write(delimiters.getField()); externalFileLinkIdentification.write(nodeWriter, delimiters); } if(employmentDetails != null) { nodeWriter.write("EMP"); nodeWriter.write(delimiters.getField()); employmentDetails.write(nodeWriter, delimiters); } if(financialInstitutionInformation != null) { nodeWriter.write("FII"); nodeWriter.write(delimiters.getField()); financialInstitutionInformation.write(nodeWriter, delimiters); } if(itemDescription != null && !itemDescription.isEmpty()) { for(ItemDescription itemDescriptionInst : itemDescription) { nodeWriter.write("IMD"); nodeWriter.write(delimiters.getField()); itemDescriptionInst.write(nodeWriter, delimiters); } } if(monetaryAmount != null && !monetaryAmount.isEmpty()) { for(MonetaryAmount monetaryAmountInst : monetaryAmount) { nodeWriter.write("MOA"); nodeWriter.write(delimiters.getField()); monetaryAmountInst.write(nodeWriter, delimiters); } } if(percentageDetails != null && !percentageDetails.isEmpty()) { for(PercentageDetails percentageDetailsInst : percentageDetails) { nodeWriter.write("PCD"); nodeWriter.write(delimiters.getField()); percentageDetailsInst.write(nodeWriter, delimiters); } } if(queryAndResponse != null && !queryAndResponse.isEmpty()) { for(QueryAndResponse queryAndResponseInst : queryAndResponse) { nodeWriter.write("QRS"); nodeWriter.write(delimiters.getField()); queryAndResponseInst.write(nodeWriter, delimiters); } } if(quantity != null && !quantity.isEmpty()) { for(Quantity quantityInst : quantity) { nodeWriter.write("QTY"); nodeWriter.write(delimiters.getField()); quantityInst.write(nodeWriter, delimiters); } } if(reference != null && !reference.isEmpty()) { for(Reference referenceInst : reference) { nodeWriter.write("RFF"); nodeWriter.write(delimiters.getField()); referenceInst.write(nodeWriter, delimiters); } } if(freeText != null && !freeText.isEmpty()) { for(FreeText freeTextInst : freeText) { nodeWriter.write("FTX"); nodeWriter.write(delimiters.getField()); freeTextInst.write(nodeWriter, delimiters); } } if(segmentGroup9 != null && !segmentGroup9.isEmpty()) { for(SegmentGroup9 segmentGroup9Inst : segmentGroup9) { segmentGroup9Inst.write(nodeWriter, delimiters); } } } public ComponentDetails getComponentDetails() { return componentDetails; } public SegmentGroup8 setComponentDetails(ComponentDetails componentDetails) { this.componentDetails = componentDetails; return this; } public List getIdentity() { return identity; } public SegmentGroup8 setIdentity(List identity) { this.identity = identity; return this; } public ProcessingInformation getProcessingInformation() { return processingInformation; } public SegmentGroup8 setProcessingInformation(ProcessingInformation processingInformation) { this.processingInformation = processingInformation; return this; } public List
getAddress() { return address; } public SegmentGroup8 setAddress(List
address) { this.address = address; return this; } public List getAttribute() { return attribute; } public SegmentGroup8 setAttribute(List attribute) { this.attribute = attribute; return this; } public List getCommunicationContact() { return communicationContact; } public SegmentGroup8 setCommunicationContact(List communicationContact) { this.communicationContact = communicationContact; return this; } public List getDateTimePeriod() { return dateTimePeriod; } public SegmentGroup8 setDateTimePeriod(List dateTimePeriod) { this.dateTimePeriod = dateTimePeriod; return this; } public ExternalFileLinkIdentification getExternalFileLinkIdentification() { return externalFileLinkIdentification; } public SegmentGroup8 setExternalFileLinkIdentification(ExternalFileLinkIdentification externalFileLinkIdentification) { this.externalFileLinkIdentification = externalFileLinkIdentification; return this; } public EmploymentDetails getEmploymentDetails() { return employmentDetails; } public SegmentGroup8 setEmploymentDetails(EmploymentDetails employmentDetails) { this.employmentDetails = employmentDetails; return this; } public FinancialInstitutionInformation getFinancialInstitutionInformation() { return financialInstitutionInformation; } public SegmentGroup8 setFinancialInstitutionInformation(FinancialInstitutionInformation financialInstitutionInformation) { this.financialInstitutionInformation = financialInstitutionInformation; return this; } public List getItemDescription() { return itemDescription; } public SegmentGroup8 setItemDescription(List itemDescription) { this.itemDescription = itemDescription; return this; } public List getMonetaryAmount() { return monetaryAmount; } public SegmentGroup8 setMonetaryAmount(List monetaryAmount) { this.monetaryAmount = monetaryAmount; return this; } public List getPercentageDetails() { return percentageDetails; } public SegmentGroup8 setPercentageDetails(List percentageDetails) { this.percentageDetails = percentageDetails; return this; } public List getQueryAndResponse() { return queryAndResponse; } public SegmentGroup8 setQueryAndResponse(List queryAndResponse) { this.queryAndResponse = queryAndResponse; return this; } public List getQuantity() { return quantity; } public SegmentGroup8 setQuantity(List quantity) { this.quantity = quantity; return this; } public List getReference() { return reference; } public SegmentGroup8 setReference(List reference) { this.reference = reference; return this; } public List getFreeText() { return freeText; } public SegmentGroup8 setFreeText(List freeText) { this.freeText = freeText; return this; } public List getSegmentGroup9() { return segmentGroup9; } public SegmentGroup8 setSegmentGroup9(List segmentGroup9) { this.segmentGroup9 = segmentGroup9; return this; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy