public static class RELIST.SegGrp3.SegGrp4.SegGrp9 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="PRV" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRV-ProvisoDetails"/>
<element name="APP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}APP-Applicability" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="RTE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RTE-RateDetails" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-10" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="BAS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BAS-Basis"/>
<element name="APP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}APP-Applicability" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RELIST.SegGrp3.SegGrp4.SegGrp9.SegGrp10
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp9() |
public PRVProvisoDetails getPRV()
PRVProvisoDetailspublic void setPRV(PRVProvisoDetails value)
value - allowed object is
PRVProvisoDetailspublic APPApplicability getAPP()
APPApplicabilitypublic void setAPP(APPApplicability value)
value - allowed object is
APPApplicabilitypublic List<MOAMonetaryAmount> getMOA()
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 moa property.
For example, to add a new item, do as follows:
getMOA().add(newItem);
Objects of the following type(s) are allowed in the list
MOAMonetaryAmount
public List<RTERateDetails> getRTE()
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 rte property.
For example, to add a new item, do as follows:
getRTE().add(newItem);
Objects of the following type(s) are allowed in the list
RTERateDetails
public 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<QTYQuantity> getQTY()
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 qty property.
For example, to add a new item, do as follows:
getQTY().add(newItem);
Objects of the following type(s) are allowed in the list
QTYQuantity
public List<ATTAttribute> getATT()
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 att property.
For example, to add a new item, do as follows:
getATT().add(newItem);
Objects of the following type(s) are allowed in the list
ATTAttribute
public List<RELIST.SegGrp3.SegGrp4.SegGrp9.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
.SegGrp4 .SegGrp9 .SegGrp10
public RELIST.SegGrp3.SegGrp4.SegGrp9 withPRV(PRVProvisoDetails value)
public RELIST.SegGrp3.SegGrp4.SegGrp9 withAPP(APPApplicability value)
public RELIST.SegGrp3.SegGrp4.SegGrp9 withMOA(MOAMonetaryAmount... values)
public RELIST.SegGrp3.SegGrp4.SegGrp9 withMOA(Collection<MOAMonetaryAmount> values)
public RELIST.SegGrp3.SegGrp4.SegGrp9 withRTE(RTERateDetails... values)
public RELIST.SegGrp3.SegGrp4.SegGrp9 withRTE(Collection<RTERateDetails> values)
public RELIST.SegGrp3.SegGrp4.SegGrp9 withDTM(DTMDateTimePeriod... values)
public RELIST.SegGrp3.SegGrp4.SegGrp9 withDTM(Collection<DTMDateTimePeriod> values)
public RELIST.SegGrp3.SegGrp4.SegGrp9 withQTY(QTYQuantity... values)
public RELIST.SegGrp3.SegGrp4.SegGrp9 withQTY(Collection<QTYQuantity> values)
public RELIST.SegGrp3.SegGrp4.SegGrp9 withATT(ATTAttribute... values)
public RELIST.SegGrp3.SegGrp4.SegGrp9 withATT(Collection<ATTAttribute> values)
public RELIST.SegGrp3.SegGrp4.SegGrp9 withSegGrp10(RELIST.SegGrp3.SegGrp4.SegGrp9.SegGrp10... values)
public RELIST.SegGrp3.SegGrp4.SegGrp9 withSegGrp10(Collection<RELIST.SegGrp3.SegGrp4.SegGrp9.SegGrp10> values)
Copyright © 2020. All rights reserved.