public static class GOVCBR.SegGrp138.SegGrp224.SegGrp232 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="RCS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RCS-RequirementsAndConditions"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="99" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="99" minOccurs="0"/>
<element name="ALI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALI-AdditionalInformation" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-233" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="ERP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ERP-ErrorPointDetails"/>
<element name="ELU" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ELU-DataElementUsageDetails" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GOVCBR.SegGrp138.SegGrp224.SegGrp232.SegGrp233
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp232() |
public RCSRequirementsAndConditions getRCS()
RCSRequirementsAndConditionspublic void setRCS(RCSRequirementsAndConditions value)
value - allowed object is
RCSRequirementsAndConditionspublic 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<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<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 List<ALIAdditionalInformation> getALI()
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 ali property.
For example, to add a new item, do as follows:
getALI().add(newItem);
Objects of the following type(s) are allowed in the list
ALIAdditionalInformation
public List<GOVCBR.SegGrp138.SegGrp224.SegGrp232.SegGrp233> getSegGrp233()
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 segGrp233 property.
For example, to add a new item, do as follows:
getSegGrp233().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp224 .SegGrp232 .SegGrp233
public GOVCBR.SegGrp138.SegGrp224.SegGrp232 withRCS(RCSRequirementsAndConditions value)
public GOVCBR.SegGrp138.SegGrp224.SegGrp232 withFTX(FTXFreeText... values)
public GOVCBR.SegGrp138.SegGrp224.SegGrp232 withFTX(Collection<FTXFreeText> values)
public GOVCBR.SegGrp138.SegGrp224.SegGrp232 withDTM(DTMDateTimePeriod... values)
public GOVCBR.SegGrp138.SegGrp224.SegGrp232 withDTM(Collection<DTMDateTimePeriod> values)
public GOVCBR.SegGrp138.SegGrp224.SegGrp232 withGEI(GEIProcessingInformation... values)
public GOVCBR.SegGrp138.SegGrp224.SegGrp232 withGEI(Collection<GEIProcessingInformation> values)
public GOVCBR.SegGrp138.SegGrp224.SegGrp232 withALI(ALIAdditionalInformation... values)
public GOVCBR.SegGrp138.SegGrp224.SegGrp232 withALI(Collection<ALIAdditionalInformation> values)
public GOVCBR.SegGrp138.SegGrp224.SegGrp232 withSegGrp233(GOVCBR.SegGrp138.SegGrp224.SegGrp232.SegGrp233... values)
public GOVCBR.SegGrp138.SegGrp224.SegGrp232 withSegGrp233(Collection<GOVCBR.SegGrp138.SegGrp224.SegGrp232.SegGrp233> values)
Copyright © 2020. All rights reserved.