public static class SUPRES.SegGrp6.SegGrp7.SegGrp8 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="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="5" minOccurs="0"/>
<element name="LAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LAN-Language" minOccurs="0"/>
</sequence>
<element name="SegGrp-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="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SUPRES.SegGrp6.SegGrp7.SegGrp8.SegGrp9
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp8() |
| Modifier and Type | Method and Description |
|---|---|
List<COMCommunicationContact> |
getCOM()
Gets the value of the com property.
|
LANLanguage |
getLAN()
Gets the value of the lan property.
|
NADNameAndAddress |
getNAD()
Gets the value of the nad property.
|
SUPRES.SegGrp6.SegGrp7.SegGrp8.SegGrp9 |
getSegGrp9()
Gets the value of the segGrp9 property.
|
void |
setLAN(LANLanguage value)
Sets the value of the lan property.
|
void |
setNAD(NADNameAndAddress value)
Sets the value of the nad property.
|
void |
setSegGrp9(SUPRES.SegGrp6.SegGrp7.SegGrp8.SegGrp9 value)
Sets the value of the segGrp9 property.
|
SUPRES.SegGrp6.SegGrp7.SegGrp8 |
withCOM(Collection<COMCommunicationContact> values) |
SUPRES.SegGrp6.SegGrp7.SegGrp8 |
withCOM(COMCommunicationContact... values) |
SUPRES.SegGrp6.SegGrp7.SegGrp8 |
withLAN(LANLanguage value) |
SUPRES.SegGrp6.SegGrp7.SegGrp8 |
withNAD(NADNameAndAddress value) |
SUPRES.SegGrp6.SegGrp7.SegGrp8 |
withSegGrp9(SUPRES.SegGrp6.SegGrp7.SegGrp8.SegGrp9 value) |
public NADNameAndAddress getNAD()
NADNameAndAddresspublic void setNAD(NADNameAndAddress value)
value - allowed object is
NADNameAndAddresspublic 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 LANLanguage getLAN()
LANLanguagepublic void setLAN(LANLanguage value)
value - allowed object is
LANLanguagepublic SUPRES.SegGrp6.SegGrp7.SegGrp8.SegGrp9 getSegGrp9()
.SegGrp7 .SegGrp8 .SegGrp9 public void setSegGrp9(SUPRES.SegGrp6.SegGrp7.SegGrp8.SegGrp9 value)
value - allowed object is
.SegGrp7 .SegGrp8 .SegGrp9 public SUPRES.SegGrp6.SegGrp7.SegGrp8 withNAD(NADNameAndAddress value)
public SUPRES.SegGrp6.SegGrp7.SegGrp8 withCOM(COMCommunicationContact... values)
public SUPRES.SegGrp6.SegGrp7.SegGrp8 withCOM(Collection<COMCommunicationContact> values)
public SUPRES.SegGrp6.SegGrp7.SegGrp8 withLAN(LANLanguage value)
public SUPRES.SegGrp6.SegGrp7.SegGrp8 withSegGrp9(SUPRES.SegGrp6.SegGrp7.SegGrp8.SegGrp9 value)
Copyright © 2020. All rights reserved.