public static class SUPMAN.SegGrp3.SegGrp8 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="MEM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEM-MembershipDetails"/>
</sequence>
<element name="SegGrp-9" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-10" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="COT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COT-ContributionDetails"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="3" minOccurs="0"/>
<element name="PYT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PYT-PaymentTerms" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="3" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SUPMAN.SegGrp3.SegGrp8.SegGrp10
Java class for anonymous complex type.
|
static class |
SUPMAN.SegGrp3.SegGrp8.SegGrp9
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp8() |
| Modifier and Type | Method and Description |
|---|---|
MEMMembershipDetails |
getMEM()
Gets the value of the mem property.
|
List<SUPMAN.SegGrp3.SegGrp8.SegGrp10> |
getSegGrp10()
Gets the value of the segGrp10 property.
|
List<SUPMAN.SegGrp3.SegGrp8.SegGrp9> |
getSegGrp9()
Gets the value of the segGrp9 property.
|
void |
setMEM(MEMMembershipDetails value)
Sets the value of the mem property.
|
SUPMAN.SegGrp3.SegGrp8 |
withMEM(MEMMembershipDetails value) |
SUPMAN.SegGrp3.SegGrp8 |
withSegGrp10(Collection<SUPMAN.SegGrp3.SegGrp8.SegGrp10> values) |
SUPMAN.SegGrp3.SegGrp8 |
withSegGrp10(SUPMAN.SegGrp3.SegGrp8.SegGrp10... values) |
SUPMAN.SegGrp3.SegGrp8 |
withSegGrp9(Collection<SUPMAN.SegGrp3.SegGrp8.SegGrp9> values) |
SUPMAN.SegGrp3.SegGrp8 |
withSegGrp9(SUPMAN.SegGrp3.SegGrp8.SegGrp9... values) |
public MEMMembershipDetails getMEM()
MEMMembershipDetailspublic void setMEM(MEMMembershipDetails value)
value - allowed object is
MEMMembershipDetailspublic List<SUPMAN.SegGrp3.SegGrp8.SegGrp9> getSegGrp9()
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 segGrp9 property.
For example, to add a new item, do as follows:
getSegGrp9().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp8 .SegGrp9
public List<SUPMAN.SegGrp3.SegGrp8.SegGrp10> getSegGrp10()
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 segGrp10 property.
For example, to add a new item, do as follows:
getSegGrp10().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp8 .SegGrp10
public SUPMAN.SegGrp3.SegGrp8 withMEM(MEMMembershipDetails value)
public SUPMAN.SegGrp3.SegGrp8 withSegGrp9(SUPMAN.SegGrp3.SegGrp8.SegGrp9... values)
public SUPMAN.SegGrp3.SegGrp8 withSegGrp9(Collection<SUPMAN.SegGrp3.SegGrp8.SegGrp9> values)
public SUPMAN.SegGrp3.SegGrp8 withSegGrp10(SUPMAN.SegGrp3.SegGrp8.SegGrp10... values)
public SUPMAN.SegGrp3.SegGrp8 withSegGrp10(Collection<SUPMAN.SegGrp3.SegGrp8.SegGrp10> values)
Copyright © 2020. All rights reserved.