org.milyn.edi.unedifact.d96a.CONDRO
Class Condro

java.lang.Object
  extended by org.milyn.edi.unedifact.d96a.CONDRO.Condro
All Implemented Interfaces:
Serializable, org.milyn.smooks.edi.EDIWritable

@EDIMessage
public class Condro
extends Object
implements Serializable, org.milyn.smooks.edi.EDIWritable

See Also:
Serialized Form

Constructor Summary
Condro()
           
 
Method Summary
 List<AGRAgreementIdentification> getAGRAgreementIdentification()
           
 List<AUTAuthenticationResult> getAUTAuthenticationResult()
           
 BGMBeginningOfMessage getBGMBeginningOfMessage()
           
 List<DTMDateTimePeriod> getDTMDateTimePeriod()
           
 List<FTXFreeText> getFTXFreeText()
           
 List<SegmentGroup1> getSegmentGroup1()
           
 List<SegmentGroup2> getSegmentGroup2()
           
 List<SegmentGroup5> getSegmentGroup5()
           
 List<SegmentGroup7> getSegmentGroup7()
           
 Condro setAGRAgreementIdentification(List<AGRAgreementIdentification> aGRAgreementIdentification)
           
 Condro setAUTAuthenticationResult(List<AUTAuthenticationResult> aUTAuthenticationResult)
           
 Condro setBGMBeginningOfMessage(BGMBeginningOfMessage bGMBeginningOfMessage)
           
 Condro setDTMDateTimePeriod(List<DTMDateTimePeriod> dTMDateTimePeriod)
           
 Condro setFTXFreeText(List<FTXFreeText> fTXFreeText)
           
 Condro setSegmentGroup1(List<SegmentGroup1> segmentGroup1)
           
 Condro setSegmentGroup2(List<SegmentGroup2> segmentGroup2)
           
 Condro setSegmentGroup5(List<SegmentGroup5> segmentGroup5)
           
 Condro setSegmentGroup7(List<SegmentGroup7> segmentGroup7)
           
 void write(Writer writer, org.milyn.edisax.model.internal.Delimiters delimiters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Condro

public Condro()
Method Detail

write

public void write(Writer writer,
                  org.milyn.edisax.model.internal.Delimiters delimiters)
           throws IOException
Specified by:
write in interface org.milyn.smooks.edi.EDIWritable
Throws:
IOException

getBGMBeginningOfMessage

public BGMBeginningOfMessage getBGMBeginningOfMessage()

setBGMBeginningOfMessage

public Condro setBGMBeginningOfMessage(BGMBeginningOfMessage bGMBeginningOfMessage)

getDTMDateTimePeriod

public List<DTMDateTimePeriod> getDTMDateTimePeriod()

setDTMDateTimePeriod

public Condro setDTMDateTimePeriod(List<DTMDateTimePeriod> dTMDateTimePeriod)

getAUTAuthenticationResult

public List<AUTAuthenticationResult> getAUTAuthenticationResult()

setAUTAuthenticationResult

public Condro setAUTAuthenticationResult(List<AUTAuthenticationResult> aUTAuthenticationResult)

getAGRAgreementIdentification

public List<AGRAgreementIdentification> getAGRAgreementIdentification()

setAGRAgreementIdentification

public Condro setAGRAgreementIdentification(List<AGRAgreementIdentification> aGRAgreementIdentification)

getFTXFreeText

public List<FTXFreeText> getFTXFreeText()

setFTXFreeText

public Condro setFTXFreeText(List<FTXFreeText> fTXFreeText)

getSegmentGroup1

public List<SegmentGroup1> getSegmentGroup1()

setSegmentGroup1

public Condro setSegmentGroup1(List<SegmentGroup1> segmentGroup1)

getSegmentGroup2

public List<SegmentGroup2> getSegmentGroup2()

setSegmentGroup2

public Condro setSegmentGroup2(List<SegmentGroup2> segmentGroup2)

getSegmentGroup5

public List<SegmentGroup5> getSegmentGroup5()

setSegmentGroup5

public Condro setSegmentGroup5(List<SegmentGroup5> segmentGroup5)

getSegmentGroup7

public List<SegmentGroup7> getSegmentGroup7()

setSegmentGroup7

public Condro setSegmentGroup7(List<SegmentGroup7> segmentGroup7)


Copyright © 2018. All rights reserved.