public static class ICASRP.SegGrp24 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="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails"/>
<element name="IDE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IDE-Identity" maxOccurs="9" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" 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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-25" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="COD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COD-ComponentDetails"/>
<element name="IDE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IDE-Identity" maxOccurs="9" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" 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="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="QRS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QRS-QueryAndResponse" maxOccurs="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ICASRP.SegGrp24.SegGrp25
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp24() |
public SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic List<IDEIdentity> getIDE()
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 ide property.
For example, to add a new item, do as follows:
getIDE().add(newItem);
Objects of the following type(s) are allowed in the list
IDEIdentity
public 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 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<RFFReference> getRFF()
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 rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
public List<ICASRP.SegGrp24.SegGrp25> getSegGrp25()
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 segGrp25 property.
For example, to add a new item, do as follows:
getSegGrp25().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp25
public ICASRP.SegGrp24 withSEQ(SEQSequenceDetails value)
public ICASRP.SegGrp24 withIDE(IDEIdentity... values)
public ICASRP.SegGrp24 withIDE(Collection<IDEIdentity> values)
public ICASRP.SegGrp24 withATT(ATTAttribute... values)
public ICASRP.SegGrp24 withATT(Collection<ATTAttribute> values)
public ICASRP.SegGrp24 withDTM(DTMDateTimePeriod... values)
public ICASRP.SegGrp24 withDTM(Collection<DTMDateTimePeriod> values)
public ICASRP.SegGrp24 withRFF(RFFReference... values)
public ICASRP.SegGrp24 withRFF(Collection<RFFReference> values)
public ICASRP.SegGrp24 withSegGrp25(ICASRP.SegGrp24.SegGrp25... values)
public ICASRP.SegGrp24 withSegGrp25(Collection<ICASRP.SegGrp24.SegGrp25> values)
Copyright © 2020. All rights reserved.