org.milyn.edi.unedifact.d15a.GOVCBR.SegmentGroup69 Maven / Gradle / Ivy
/**
* This class was generated by Smooks EJC (http://www.smooks.org).
*/
package org.milyn.edi.unedifact.d15a.GOVCBR;
import java.io.Serializable;
import org.milyn.smooks.edi.EDIWritable;
import org.milyn.edi.unedifact.d15a.common.GIRRelatedIdentificationNumbers;
import java.util.List;
import org.milyn.edi.unedifact.d15a.common.LOCPlaceLocationIdentification;
import org.milyn.edi.unedifact.d15a.common.VLIValueListIdentification;
import org.milyn.edi.unedifact.d15a.common.DTMDateTimePeriod;
import java.io.Writer;
import org.milyn.edisax.model.internal.Delimiters;
import java.io.IOException;
public class SegmentGroup69 implements Serializable, EDIWritable {
private static final long serialVersionUID = 1L;
private GIRRelatedIdentificationNumbers gIRRelatedIdentificationNumbers;
private List lOCPlaceLocationIdentification;
private VLIValueListIdentification vLIValueListIdentification;
private List dTMDateTimePeriod;
private SegmentGroup70 segmentGroup70;
public void write(Writer writer, Delimiters delimiters) throws IOException {
Writer nodeWriter = writer;
if(gIRRelatedIdentificationNumbers != null) {
nodeWriter.write("GIR");
nodeWriter.write(delimiters.getField());
gIRRelatedIdentificationNumbers.write(nodeWriter, delimiters);
}
if(lOCPlaceLocationIdentification != null && !lOCPlaceLocationIdentification.isEmpty()) {
for(LOCPlaceLocationIdentification lOCPlaceLocationIdentificationInst : lOCPlaceLocationIdentification) {
nodeWriter.write("LOC");
nodeWriter.write(delimiters.getField());
lOCPlaceLocationIdentificationInst.write(nodeWriter, delimiters);
}
}
if(vLIValueListIdentification != null) {
nodeWriter.write("VLI");
nodeWriter.write(delimiters.getField());
vLIValueListIdentification.write(nodeWriter, delimiters);
}
if(dTMDateTimePeriod != null && !dTMDateTimePeriod.isEmpty()) {
for(DTMDateTimePeriod dTMDateTimePeriodInst : dTMDateTimePeriod) {
nodeWriter.write("DTM");
nodeWriter.write(delimiters.getField());
dTMDateTimePeriodInst.write(nodeWriter, delimiters);
}
}
if(segmentGroup70 != null) {
segmentGroup70.write(nodeWriter, delimiters);
}
}
public GIRRelatedIdentificationNumbers getGIRRelatedIdentificationNumbers() {
return gIRRelatedIdentificationNumbers;
}
public SegmentGroup69 setGIRRelatedIdentificationNumbers(GIRRelatedIdentificationNumbers gIRRelatedIdentificationNumbers) {
this.gIRRelatedIdentificationNumbers = gIRRelatedIdentificationNumbers; return this;
}
public List getLOCPlaceLocationIdentification() {
return lOCPlaceLocationIdentification;
}
public SegmentGroup69 setLOCPlaceLocationIdentification(List lOCPlaceLocationIdentification) {
this.lOCPlaceLocationIdentification = lOCPlaceLocationIdentification; return this;
}
public VLIValueListIdentification getVLIValueListIdentification() {
return vLIValueListIdentification;
}
public SegmentGroup69 setVLIValueListIdentification(VLIValueListIdentification vLIValueListIdentification) {
this.vLIValueListIdentification = vLIValueListIdentification; return this;
}
public List getDTMDateTimePeriod() {
return dTMDateTimePeriod;
}
public SegmentGroup69 setDTMDateTimePeriod(List dTMDateTimePeriod) {
this.dTMDateTimePeriod = dTMDateTimePeriod; return this;
}
public SegmentGroup70 getSegmentGroup70() {
return segmentGroup70;
}
public SegmentGroup69 setSegmentGroup70(SegmentGroup70 segmentGroup70) {
this.segmentGroup70 = segmentGroup70; return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy