public static class ORDERS.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="PYT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PYT-PaymentTerms"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
</sequence>
<element name="SegGrp-9" maxOccurs="9999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers" maxOccurs="9" minOccurs="0"/>
<element name="RJL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RJL-AccountingJournalIdentification" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ORDERS.SegGrp8.SegGrp9
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp8() |
| Modifier and Type | Method and Description |
|---|---|
List<DTMDateTimePeriod> |
getDTM()
Gets the value of the dtm property.
|
PCDPercentageDetails |
getPCD()
Gets the value of the pcd property.
|
PYTPaymentTerms |
getPYT()
Gets the value of the pyt property.
|
List<ORDERS.SegGrp8.SegGrp9> |
getSegGrp9()
Gets the value of the segGrp9 property.
|
void |
setPCD(PCDPercentageDetails value)
Sets the value of the pcd property.
|
void |
setPYT(PYTPaymentTerms value)
Sets the value of the pyt property.
|
ORDERS.SegGrp8 |
withDTM(Collection<DTMDateTimePeriod> values) |
ORDERS.SegGrp8 |
withDTM(DTMDateTimePeriod... values) |
ORDERS.SegGrp8 |
withPCD(PCDPercentageDetails value) |
ORDERS.SegGrp8 |
withPYT(PYTPaymentTerms value) |
ORDERS.SegGrp8 |
withSegGrp9(Collection<ORDERS.SegGrp8.SegGrp9> values) |
ORDERS.SegGrp8 |
withSegGrp9(ORDERS.SegGrp8.SegGrp9... values) |
public PYTPaymentTerms getPYT()
PYTPaymentTermspublic void setPYT(PYTPaymentTerms value)
value - allowed object is
PYTPaymentTermspublic 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 PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic List<ORDERS.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
.SegGrp9
public ORDERS.SegGrp8 withPYT(PYTPaymentTerms value)
public ORDERS.SegGrp8 withDTM(DTMDateTimePeriod... values)
public ORDERS.SegGrp8 withDTM(Collection<DTMDateTimePeriod> values)
public ORDERS.SegGrp8 withPCD(PCDPercentageDetails value)
public ORDERS.SegGrp8 withSegGrp9(ORDERS.SegGrp8.SegGrp9... values)
public ORDERS.SegGrp8 withSegGrp9(Collection<ORDERS.SegGrp8.SegGrp9> values)
Copyright © 2020. All rights reserved.