public static class REGENT.SegGrp1 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="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="9" minOccurs="0"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" maxOccurs="9" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp1() |
| Modifier and Type | Method and Description |
|---|---|
List<ADRAddress> |
getADR()
Gets the value of the adr property.
|
List<ATTAttribute> |
getATT()
Gets the value of the att property.
|
List<COMCommunicationContact> |
getCOM()
Gets the value of the com property.
|
PNAPartyIdentification |
getPNA()
Gets the value of the pna property.
|
List<RFFReference> |
getRFF()
Gets the value of the rff property.
|
void |
setPNA(PNAPartyIdentification value)
Sets the value of the pna property.
|
REGENT.SegGrp1 |
withADR(ADRAddress... values) |
REGENT.SegGrp1 |
withADR(Collection<ADRAddress> values) |
REGENT.SegGrp1 |
withATT(ATTAttribute... values) |
REGENT.SegGrp1 |
withATT(Collection<ATTAttribute> values) |
REGENT.SegGrp1 |
withCOM(Collection<COMCommunicationContact> values) |
REGENT.SegGrp1 |
withCOM(COMCommunicationContact... values) |
REGENT.SegGrp1 |
withPNA(PNAPartyIdentification value) |
REGENT.SegGrp1 |
withRFF(Collection<RFFReference> values) |
REGENT.SegGrp1 |
withRFF(RFFReference... values) |
public PNAPartyIdentification getPNA()
PNAPartyIdentificationpublic void setPNA(PNAPartyIdentification value)
value - allowed object is
PNAPartyIdentificationpublic 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<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<ADRAddress> getADR()
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 adr property.
For example, to add a new item, do as follows:
getADR().add(newItem);
Objects of the following type(s) are allowed in the list
ADRAddress
public List<COMCommunicationContact> getCOM()
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 com property.
For example, to add a new item, do as follows:
getCOM().add(newItem);
Objects of the following type(s) are allowed in the list
COMCommunicationContact
public REGENT.SegGrp1 withPNA(PNAPartyIdentification value)
public REGENT.SegGrp1 withRFF(RFFReference... values)
public REGENT.SegGrp1 withRFF(Collection<RFFReference> values)
public REGENT.SegGrp1 withATT(ATTAttribute... values)
public REGENT.SegGrp1 withATT(Collection<ATTAttribute> values)
public REGENT.SegGrp1 withADR(ADRAddress... values)
public REGENT.SegGrp1 withADR(Collection<ADRAddress> values)
public REGENT.SegGrp1 withCOM(COMCommunicationContact... values)
public REGENT.SegGrp1 withCOM(Collection<COMCommunicationContact> values)
Copyright © 2020. All rights reserved.