public static class CASINT.SegGrp4 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="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<element name="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers" maxOccurs="99" minOccurs="0"/>
<element name="PYT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PYT-PaymentTerms" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-6" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="FCA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FCA-FinancialChargesAllocation" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CASINT.SegGrp4.SegGrp5
Java class for anonymous complex type.
|
static class |
CASINT.SegGrp4.SegGrp6
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp4() |
public DOCDocumentMessageDetails getDOC()
DOCDocumentMessageDetailspublic void setDOC(DOCDocumentMessageDetails value)
value - allowed object is
DOCDocumentMessageDetailspublic List<GIRRelatedIdentificationNumbers> getGIR()
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 gir property.
For example, to add a new item, do as follows:
getGIR().add(newItem);
Objects of the following type(s) are allowed in the list
GIRRelatedIdentificationNumbers
public PYTPaymentTerms getPYT()
PYTPaymentTermspublic void setPYT(PYTPaymentTerms value)
value - allowed object is
PYTPaymentTermspublic List<DTMDateTimePeriod> getDTM()
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 dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
public List<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public CASINT.SegGrp4.SegGrp5 getSegGrp5()
.SegGrp5 public void setSegGrp5(CASINT.SegGrp4.SegGrp5 value)
value - allowed object is
.SegGrp5 public List<CASINT.SegGrp4.SegGrp6> getSegGrp6()
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 segGrp6 property.
For example, to add a new item, do as follows:
getSegGrp6().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6
public CASINT.SegGrp4 withDOC(DOCDocumentMessageDetails value)
public CASINT.SegGrp4 withGIR(GIRRelatedIdentificationNumbers... values)
public CASINT.SegGrp4 withGIR(Collection<GIRRelatedIdentificationNumbers> values)
public CASINT.SegGrp4 withPYT(PYTPaymentTerms value)
public CASINT.SegGrp4 withDTM(DTMDateTimePeriod... values)
public CASINT.SegGrp4 withDTM(Collection<DTMDateTimePeriod> values)
public CASINT.SegGrp4 withFTX(FTXFreeText... values)
public CASINT.SegGrp4 withFTX(Collection<FTXFreeText> values)
public CASINT.SegGrp4 withSegGrp5(CASINT.SegGrp4.SegGrp5 value)
public CASINT.SegGrp4 withSegGrp6(CASINT.SegGrp4.SegGrp6... values)
public CASINT.SegGrp4 withSegGrp6(Collection<CASINT.SegGrp4.SegGrp6> values)
Copyright © 2020. All rights reserved.