public static class UTILMD.SegGrp4.SegGrp12 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="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" 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="FII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FII-FinancialInstitutionInformation" minOccurs="0"/>
<element name="LAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LAN-Language" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-13" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
UTILMD.SegGrp4.SegGrp12.SegGrp13
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp12() |
public NADNameAndAddress getNAD()
NADNameAndAddresspublic void setNAD(NADNameAndAddress value)
value - allowed object is
NADNameAndAddresspublic List<RFFReference> getRFF()
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 rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
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 FIIFinancialInstitutionInformation getFII()
FIIFinancialInstitutionInformationpublic void setFII(FIIFinancialInstitutionInformation value)
value - allowed object is
FIIFinancialInstitutionInformationpublic List<LANLanguage> getLAN()
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 lan property.
For example, to add a new item, do as follows:
getLAN().add(newItem);
Objects of the following type(s) are allowed in the list
LANLanguage
public List<UTILMD.SegGrp4.SegGrp12.SegGrp13> getSegGrp13()
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 segGrp13 property.
For example, to add a new item, do as follows:
getSegGrp13().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp12 .SegGrp13
public UTILMD.SegGrp4.SegGrp12 withNAD(NADNameAndAddress value)
public UTILMD.SegGrp4.SegGrp12 withRFF(RFFReference... values)
public UTILMD.SegGrp4.SegGrp12 withRFF(Collection<RFFReference> values)
public UTILMD.SegGrp4.SegGrp12 withDTM(DTMDateTimePeriod... values)
public UTILMD.SegGrp4.SegGrp12 withDTM(Collection<DTMDateTimePeriod> values)
public UTILMD.SegGrp4.SegGrp12 withFII(FIIFinancialInstitutionInformation value)
public UTILMD.SegGrp4.SegGrp12 withLAN(LANLanguage... values)
public UTILMD.SegGrp4.SegGrp12 withLAN(Collection<LANLanguage> values)
public UTILMD.SegGrp4.SegGrp12 withSegGrp13(UTILMD.SegGrp4.SegGrp12.SegGrp13... values)
public UTILMD.SegGrp4.SegGrp12 withSegGrp13(Collection<UTILMD.SegGrp4.SegGrp12.SegGrp13> values)
Copyright © 2020. All rights reserved.