public static class GOVCBR.SegGrp138.SegGrp161.SegGrp166.SegGrp170 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="AJT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}AJT-AdjustmentDetails"/>
</sequence>
<element name="SegGrp-171" 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.SegGrp161.SegGrp166.SegGrp170.SegGrp171
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp170() |
| Modifier and Type | Method and Description |
|---|---|
AJTAdjustmentDetails |
getAJT()
Gets the value of the ajt property.
|
List<GOVCBR.SegGrp138.SegGrp161.SegGrp166.SegGrp170.SegGrp171> |
getSegGrp171()
Gets the value of the segGrp171 property.
|
void |
setAJT(AJTAdjustmentDetails value)
Sets the value of the ajt property.
|
GOVCBR.SegGrp138.SegGrp161.SegGrp166.SegGrp170 |
withAJT(AJTAdjustmentDetails value) |
GOVCBR.SegGrp138.SegGrp161.SegGrp166.SegGrp170 |
withSegGrp171(Collection<GOVCBR.SegGrp138.SegGrp161.SegGrp166.SegGrp170.SegGrp171> values) |
GOVCBR.SegGrp138.SegGrp161.SegGrp166.SegGrp170 |
withSegGrp171(GOVCBR.SegGrp138.SegGrp161.SegGrp166.SegGrp170.SegGrp171... values) |
public AJTAdjustmentDetails getAJT()
AJTAdjustmentDetailspublic void setAJT(AJTAdjustmentDetails value)
value - allowed object is
AJTAdjustmentDetailspublic List<GOVCBR.SegGrp138.SegGrp161.SegGrp166.SegGrp170.SegGrp171> getSegGrp171()
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 segGrp171 property.
For example, to add a new item, do as follows:
getSegGrp171().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp161 .SegGrp166 .SegGrp170 .SegGrp171
public GOVCBR.SegGrp138.SegGrp161.SegGrp166.SegGrp170 withAJT(AJTAdjustmentDetails value)
public GOVCBR.SegGrp138.SegGrp161.SegGrp166.SegGrp170 withSegGrp171(GOVCBR.SegGrp138.SegGrp161.SegGrp166.SegGrp170.SegGrp171... values)
public GOVCBR.SegGrp138.SegGrp161.SegGrp166.SegGrp170 withSegGrp171(Collection<GOVCBR.SegGrp138.SegGrp161.SegGrp166.SegGrp170.SegGrp171> values)
Copyright © 2020. All rights reserved.