public static class ISENDS.SegGrp1.SegGrp2 extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="9" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="9" minOccurs="0"/>
<element name="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp2() |
public CTAContactInformation getCTA()
CTAContactInformationpublic void setCTA(CTAContactInformation value)
value - allowed object is
CTAContactInformationpublic List<COMCommunicationContact> getCOM()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the com property.
For example, to add a new item, do as follows:
getCOM().add(newItem);
Objects of the following type(s) are allowed in the list
COMCommunicationContact
public List<GEIProcessingInformation> getGEI()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the gei property.
For example, to add a new item, do as follows:
getGEI().add(newItem);
Objects of the following type(s) are allowed in the list
GEIProcessingInformation
public SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic List<ATTAttribute> getATT()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the att property.
For example, to add a new item, do as follows:
getATT().add(newItem);
Objects of the following type(s) are allowed in the list
ATTAttribute
public ISENDS.SegGrp1.SegGrp2 withCTA(CTAContactInformation value)
public ISENDS.SegGrp1.SegGrp2 withCOM(COMCommunicationContact... values)
public ISENDS.SegGrp1.SegGrp2 withCOM(Collection<COMCommunicationContact> values)
public ISENDS.SegGrp1.SegGrp2 withGEI(GEIProcessingInformation... values)
public ISENDS.SegGrp1.SegGrp2 withGEI(Collection<GEIProcessingInformation> values)
public ISENDS.SegGrp1.SegGrp2 withSEQ(SEQSequenceDetails value)
public ISENDS.SegGrp1.SegGrp2 withATT(ATTAttribute... values)
public ISENDS.SegGrp1.SegGrp2 withATT(Collection<ATTAttribute> values)
Copyright © 2020. All rights reserved.