public static class PARTIN.SegGrp4.SegGrp13 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="PRC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRC-ProcessIdentification"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-14" maxOccurs="999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="LIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LIN-LineItem"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress"/>
</sequence>
<element name="SegGrp-15" maxOccurs="99">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PARTIN.SegGrp4.SegGrp13.SegGrp14
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp13() |
| Modifier and Type | Method and Description |
|---|---|
List<DTMDateTimePeriod> |
getDTM()
Gets the value of the dtm property.
|
PRCProcessIdentification |
getPRC()
Gets the value of the prc property.
|
List<PARTIN.SegGrp4.SegGrp13.SegGrp14> |
getSegGrp14()
Gets the value of the segGrp14 property.
|
void |
setPRC(PRCProcessIdentification value)
Sets the value of the prc property.
|
PARTIN.SegGrp4.SegGrp13 |
withDTM(Collection<DTMDateTimePeriod> values) |
PARTIN.SegGrp4.SegGrp13 |
withDTM(DTMDateTimePeriod... values) |
PARTIN.SegGrp4.SegGrp13 |
withPRC(PRCProcessIdentification value) |
PARTIN.SegGrp4.SegGrp13 |
withSegGrp14(Collection<PARTIN.SegGrp4.SegGrp13.SegGrp14> values) |
PARTIN.SegGrp4.SegGrp13 |
withSegGrp14(PARTIN.SegGrp4.SegGrp13.SegGrp14... values) |
public PRCProcessIdentification getPRC()
PRCProcessIdentificationpublic void setPRC(PRCProcessIdentification value)
value - allowed object is
PRCProcessIdentificationpublic 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 List<PARTIN.SegGrp4.SegGrp13.SegGrp14> getSegGrp14()
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 segGrp14 property.
For example, to add a new item, do as follows:
getSegGrp14().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp13 .SegGrp14
public PARTIN.SegGrp4.SegGrp13 withPRC(PRCProcessIdentification value)
public PARTIN.SegGrp4.SegGrp13 withDTM(DTMDateTimePeriod... values)
public PARTIN.SegGrp4.SegGrp13 withDTM(Collection<DTMDateTimePeriod> values)
public PARTIN.SegGrp4.SegGrp13 withSegGrp14(PARTIN.SegGrp4.SegGrp13.SegGrp14... values)
public PARTIN.SegGrp4.SegGrp13 withSegGrp14(Collection<PARTIN.SegGrp4.SegGrp13.SegGrp14> values)
Copyright © 2020. All rights reserved.