org.milyn.edi.unedifact.d96a.MEDPID
Class SegmentGroup2

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

public class SegmentGroup2
extends Object
implements Serializable, org.milyn.smooks.edi.EDIWritable

See Also:
Serialized Form

Constructor Summary
SegmentGroup2()
           
 
Method Summary
 List<ADRAddress> getADRAddress()
           
 List<CTAContactInformation> getCTAContactInformation()
           
 List<DTMDateTimePeriod> getDTMDateTimePeriod()
           
 List<FIIFinancialInstitutionInformation> getFIIFinancialInstitutionInformation()
           
 List<FTXFreeText> getFTXFreeText()
           
 GISGeneralIndicator getGISGeneralIndicator()
           
 List<HANHandlingInstructions> getHANHandlingInstructions()
           
 List<IHCPersonCharacteristic> getIHCPersonCharacteristic()
           
 List<LANLanguage> getLANLanguage()
           
 List<LOCPlaceLocationIdentification> getLOCPlaceLocationIdentification()
           
 List<NATNationality> getNATNationality()
           
 PNAPartyName getPNAPartyName()
           
 List<RFFReference> getRFFReference()
           
 List<SegmentGroup3> getSegmentGroup3()
           
 List<SegmentGroup4> getSegmentGroup4()
           
 List<SegmentGroup5> getSegmentGroup5()
           
 SegmentGroup2 setADRAddress(List<ADRAddress> aDRAddress)
           
 SegmentGroup2 setCTAContactInformation(List<CTAContactInformation> cTAContactInformation)
           
 SegmentGroup2 setDTMDateTimePeriod(List<DTMDateTimePeriod> dTMDateTimePeriod)
           
 SegmentGroup2 setFIIFinancialInstitutionInformation(List<FIIFinancialInstitutionInformation> fIIFinancialInstitutionInformation)
           
 SegmentGroup2 setFTXFreeText(List<FTXFreeText> fTXFreeText)
           
 SegmentGroup2 setGISGeneralIndicator(GISGeneralIndicator gISGeneralIndicator)
           
 SegmentGroup2 setHANHandlingInstructions(List<HANHandlingInstructions> hANHandlingInstructions)
           
 SegmentGroup2 setIHCPersonCharacteristic(List<IHCPersonCharacteristic> iHCPersonCharacteristic)
           
 SegmentGroup2 setLANLanguage(List<LANLanguage> lANLanguage)
           
 SegmentGroup2 setLOCPlaceLocationIdentification(List<LOCPlaceLocationIdentification> lOCPlaceLocationIdentification)
           
 SegmentGroup2 setNATNationality(List<NATNationality> nATNationality)
           
 SegmentGroup2 setPNAPartyName(PNAPartyName pNAPartyName)
           
 SegmentGroup2 setRFFReference(List<RFFReference> rFFReference)
           
 SegmentGroup2 setSegmentGroup3(List<SegmentGroup3> segmentGroup3)
           
 SegmentGroup2 setSegmentGroup4(List<SegmentGroup4> segmentGroup4)
           
 SegmentGroup2 setSegmentGroup5(List<SegmentGroup5> segmentGroup5)
           
 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

SegmentGroup2

public SegmentGroup2()
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

getGISGeneralIndicator

public GISGeneralIndicator getGISGeneralIndicator()

setGISGeneralIndicator

public SegmentGroup2 setGISGeneralIndicator(GISGeneralIndicator gISGeneralIndicator)

getPNAPartyName

public PNAPartyName getPNAPartyName()

setPNAPartyName

public SegmentGroup2 setPNAPartyName(PNAPartyName pNAPartyName)

getADRAddress

public List<ADRAddress> getADRAddress()

setADRAddress

public SegmentGroup2 setADRAddress(List<ADRAddress> aDRAddress)

getRFFReference

public List<RFFReference> getRFFReference()

setRFFReference

public SegmentGroup2 setRFFReference(List<RFFReference> rFFReference)

getDTMDateTimePeriod

public List<DTMDateTimePeriod> getDTMDateTimePeriod()

setDTMDateTimePeriod

public SegmentGroup2 setDTMDateTimePeriod(List<DTMDateTimePeriod> dTMDateTimePeriod)

getIHCPersonCharacteristic

public List<IHCPersonCharacteristic> getIHCPersonCharacteristic()

setIHCPersonCharacteristic

public SegmentGroup2 setIHCPersonCharacteristic(List<IHCPersonCharacteristic> iHCPersonCharacteristic)

getNATNationality

public List<NATNationality> getNATNationality()

setNATNationality

public SegmentGroup2 setNATNationality(List<NATNationality> nATNationality)

getFTXFreeText

public List<FTXFreeText> getFTXFreeText()

setFTXFreeText

public SegmentGroup2 setFTXFreeText(List<FTXFreeText> fTXFreeText)

getLANLanguage

public List<LANLanguage> getLANLanguage()

setLANLanguage

public SegmentGroup2 setLANLanguage(List<LANLanguage> lANLanguage)

getHANHandlingInstructions

public List<HANHandlingInstructions> getHANHandlingInstructions()

setHANHandlingInstructions

public SegmentGroup2 setHANHandlingInstructions(List<HANHandlingInstructions> hANHandlingInstructions)

getLOCPlaceLocationIdentification

public List<LOCPlaceLocationIdentification> getLOCPlaceLocationIdentification()

setLOCPlaceLocationIdentification

public SegmentGroup2 setLOCPlaceLocationIdentification(List<LOCPlaceLocationIdentification> lOCPlaceLocationIdentification)

getFIIFinancialInstitutionInformation

public List<FIIFinancialInstitutionInformation> getFIIFinancialInstitutionInformation()

setFIIFinancialInstitutionInformation

public SegmentGroup2 setFIIFinancialInstitutionInformation(List<FIIFinancialInstitutionInformation> fIIFinancialInstitutionInformation)

getCTAContactInformation

public List<CTAContactInformation> getCTAContactInformation()

setCTAContactInformation

public SegmentGroup2 setCTAContactInformation(List<CTAContactInformation> cTAContactInformation)

getSegmentGroup3

public List<SegmentGroup3> getSegmentGroup3()

setSegmentGroup3

public SegmentGroup2 setSegmentGroup3(List<SegmentGroup3> segmentGroup3)

getSegmentGroup4

public List<SegmentGroup4> getSegmentGroup4()

setSegmentGroup4

public SegmentGroup2 setSegmentGroup4(List<SegmentGroup4> segmentGroup4)

getSegmentGroup5

public List<SegmentGroup5> getSegmentGroup5()

setSegmentGroup5

public SegmentGroup2 setSegmentGroup5(List<SegmentGroup5> segmentGroup5)


Copyright © 2018. All rights reserved.