public static class CUSRES.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="ERP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ERP-ErrorPointDetails"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="ERC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ERC-ApplicationErrorInformation" maxOccurs="99" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp4() |
| Modifier and Type | Method and Description |
|---|---|
List<ERCApplicationErrorInformation> |
getERC()
Gets the value of the erc property.
|
ERPErrorPointDetails |
getERP()
Gets the value of the erp property.
|
List<FTXFreeText> |
getFTX()
Gets the value of the ftx property.
|
List<RFFReference> |
getRFF()
Gets the value of the rff property.
|
void |
setERP(ERPErrorPointDetails value)
Sets the value of the erp property.
|
CUSRES.SegGrp4 |
withERC(Collection<ERCApplicationErrorInformation> values) |
CUSRES.SegGrp4 |
withERC(ERCApplicationErrorInformation... values) |
CUSRES.SegGrp4 |
withERP(ERPErrorPointDetails value) |
CUSRES.SegGrp4 |
withFTX(Collection<FTXFreeText> values) |
CUSRES.SegGrp4 |
withFTX(FTXFreeText... values) |
CUSRES.SegGrp4 |
withRFF(Collection<RFFReference> values) |
CUSRES.SegGrp4 |
withRFF(RFFReference... values) |
public ERPErrorPointDetails getERP()
ERPErrorPointDetailspublic void setERP(ERPErrorPointDetails value)
value - allowed object is
ERPErrorPointDetailspublic 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<ERCApplicationErrorInformation> getERC()
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 erc property.
For example, to add a new item, do as follows:
getERC().add(newItem);
Objects of the following type(s) are allowed in the list
ERCApplicationErrorInformation
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 CUSRES.SegGrp4 withERP(ERPErrorPointDetails value)
public CUSRES.SegGrp4 withRFF(RFFReference... values)
public CUSRES.SegGrp4 withRFF(Collection<RFFReference> values)
public CUSRES.SegGrp4 withERC(ERCApplicationErrorInformation... values)
public CUSRES.SegGrp4 withERC(Collection<ERCApplicationErrorInformation> values)
public CUSRES.SegGrp4 withFTX(FTXFreeText... values)
public CUSRES.SegGrp4 withFTX(Collection<FTXFreeText> values)
Copyright © 2020. All rights reserved.