public static class RETINS.SegGrp11.SegGrp18 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="CDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CDI-PhysicalOrLogicalState"/>
<element name="INP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}INP-PartiesAndInstruction" maxOccurs="9" 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-19" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RETINS.SegGrp11.SegGrp18.SegGrp19
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp18() |
public CDIPhysicalOrLogicalState getCDI()
CDIPhysicalOrLogicalStatepublic void setCDI(CDIPhysicalOrLogicalState value)
value - allowed object is
CDIPhysicalOrLogicalStatepublic List<INPPartiesAndInstruction> getINP()
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 inp property.
For example, to add a new item, do as follows:
getINP().add(newItem);
Objects of the following type(s) are allowed in the list
INPPartiesAndInstruction
public 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 List<RETINS.SegGrp11.SegGrp18.SegGrp19> getSegGrp19()
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 segGrp19 property.
For example, to add a new item, do as follows:
getSegGrp19().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp18 .SegGrp19
public RETINS.SegGrp11.SegGrp18 withCDI(CDIPhysicalOrLogicalState value)
public RETINS.SegGrp11.SegGrp18 withINP(INPPartiesAndInstruction... values)
public RETINS.SegGrp11.SegGrp18 withINP(Collection<INPPartiesAndInstruction> values)
public RETINS.SegGrp11.SegGrp18 withDTM(DTMDateTimePeriod... values)
public RETINS.SegGrp11.SegGrp18 withDTM(Collection<DTMDateTimePeriod> values)
public RETINS.SegGrp11.SegGrp18 withFTX(FTXFreeText... values)
public RETINS.SegGrp11.SegGrp18 withFTX(Collection<FTXFreeText> values)
public RETINS.SegGrp11.SegGrp18 withSegGrp19(RETINS.SegGrp11.SegGrp18.SegGrp19... values)
public RETINS.SegGrp11.SegGrp18 withSegGrp19(Collection<RETINS.SegGrp11.SegGrp18.SegGrp19> values)
Copyright © 2020. All rights reserved.