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

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

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

See Also:
Serialized Form

Constructor Summary
SegmentGroup1()
           
 
Method Summary
 List<ADRAddress> getADRAddress()
           
 List<COMCommunicationContact> getCOMCommunicationContact()
           
 List<CTAContactInformation> getCTAContactInformation()
           
 List<LANLanguage> getLANLanguage()
           
 PNAPartyName getPNAPartyName()
           
 List<RFFReference> getRFFReference()
           
 SegmentGroup1 setADRAddress(List<ADRAddress> aDRAddress)
           
 SegmentGroup1 setCOMCommunicationContact(List<COMCommunicationContact> cOMCommunicationContact)
           
 SegmentGroup1 setCTAContactInformation(List<CTAContactInformation> cTAContactInformation)
           
 SegmentGroup1 setLANLanguage(List<LANLanguage> lANLanguage)
           
 SegmentGroup1 setPNAPartyName(PNAPartyName pNAPartyName)
           
 SegmentGroup1 setRFFReference(List<RFFReference> rFFReference)
           
 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

SegmentGroup1

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

getPNAPartyName

public PNAPartyName getPNAPartyName()

setPNAPartyName

public SegmentGroup1 setPNAPartyName(PNAPartyName pNAPartyName)

getADRAddress

public List<ADRAddress> getADRAddress()

setADRAddress

public SegmentGroup1 setADRAddress(List<ADRAddress> aDRAddress)

getCTAContactInformation

public List<CTAContactInformation> getCTAContactInformation()

setCTAContactInformation

public SegmentGroup1 setCTAContactInformation(List<CTAContactInformation> cTAContactInformation)

getCOMCommunicationContact

public List<COMCommunicationContact> getCOMCommunicationContact()

setCOMCommunicationContact

public SegmentGroup1 setCOMCommunicationContact(List<COMCommunicationContact> cOMCommunicationContact)

getRFFReference

public List<RFFReference> getRFFReference()

setRFFReference

public SegmentGroup1 setRFFReference(List<RFFReference> rFFReference)

getLANLanguage

public List<LANLanguage> getLANLanguage()

setLANLanguage

public SegmentGroup1 setLANLanguage(List<LANLanguage> lANLanguage)


Copyright © 2018. All rights reserved.