public static class GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp208.SegGrp209 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="ELU" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ELU-DataElementUsageDetails" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp209() |
| Modifier and Type | Method and Description |
|---|---|
List<ELUDataElementUsageDetails> |
getELU()
Gets the value of the elu property.
|
ERPErrorPointDetails |
getERP()
Gets the value of the erp property.
|
void |
setERP(ERPErrorPointDetails value)
Sets the value of the erp property.
|
GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp208.SegGrp209 |
withELU(Collection<ELUDataElementUsageDetails> values) |
GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp208.SegGrp209 |
withELU(ELUDataElementUsageDetails... values) |
GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp208.SegGrp209 |
withERP(ERPErrorPointDetails value) |
public ERPErrorPointDetails getERP()
ERPErrorPointDetailspublic void setERP(ERPErrorPointDetails value)
value - allowed object is
ERPErrorPointDetailspublic List<ELUDataElementUsageDetails> getELU()
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 elu property.
For example, to add a new item, do as follows:
getELU().add(newItem);
Objects of the following type(s) are allowed in the list
ELUDataElementUsageDetails
public GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp208.SegGrp209 withERP(ERPErrorPointDetails value)
public GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp208.SegGrp209 withELU(ELUDataElementUsageDetails... values)
public GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp208.SegGrp209 withELU(Collection<ELUDataElementUsageDetails> values)
Copyright © 2020. All rights reserved.