public static class JAPRES.SegGrp5.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="SAL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SAL-RemunerationTypeIdentification"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="2" minOccurs="0"/>
</sequence>
<element name="SegGrp-14" maxOccurs="10" 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="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-15" maxOccurs="2" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-16" maxOccurs="5" 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="RNG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RNG-RangeDetails" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
JAPRES.SegGrp5.SegGrp13.SegGrp14
Java class for anonymous complex type.
|
static class |
JAPRES.SegGrp5.SegGrp13.SegGrp15
Java class for anonymous complex type.
|
static class |
JAPRES.SegGrp5.SegGrp13.SegGrp16
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp13() |
public SALRemunerationTypeIdentification getSAL()
SALRemunerationTypeIdentificationpublic void setSAL(SALRemunerationTypeIdentification value)
value - allowed object is
SALRemunerationTypeIdentificationpublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic 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<JAPRES.SegGrp5.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 List<JAPRES.SegGrp5.SegGrp13.SegGrp15> getSegGrp15()
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 segGrp15 property.
For example, to add a new item, do as follows:
getSegGrp15().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp13 .SegGrp15
public List<JAPRES.SegGrp5.SegGrp13.SegGrp16> getSegGrp16()
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 segGrp16 property.
For example, to add a new item, do as follows:
getSegGrp16().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp13 .SegGrp16
public JAPRES.SegGrp5.SegGrp13 withSAL(SALRemunerationTypeIdentification value)
public JAPRES.SegGrp5.SegGrp13 withFTX(FTXFreeText value)
public JAPRES.SegGrp5.SegGrp13 withDTM(DTMDateTimePeriod... values)
public JAPRES.SegGrp5.SegGrp13 withDTM(Collection<DTMDateTimePeriod> values)
public JAPRES.SegGrp5.SegGrp13 withSegGrp14(JAPRES.SegGrp5.SegGrp13.SegGrp14... values)
public JAPRES.SegGrp5.SegGrp13 withSegGrp14(Collection<JAPRES.SegGrp5.SegGrp13.SegGrp14> values)
public JAPRES.SegGrp5.SegGrp13 withSegGrp15(JAPRES.SegGrp5.SegGrp13.SegGrp15... values)
public JAPRES.SegGrp5.SegGrp13 withSegGrp15(Collection<JAPRES.SegGrp5.SegGrp13.SegGrp15> values)
public JAPRES.SegGrp5.SegGrp13 withSegGrp16(JAPRES.SegGrp5.SegGrp13.SegGrp16... values)
public JAPRES.SegGrp5.SegGrp13 withSegGrp16(Collection<JAPRES.SegGrp5.SegGrp13.SegGrp16> values)
Copyright © 2020. All rights reserved.