public class COMCommunicationContact extends Object
Java class for COM-CommunicationContact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COM-CommunicationContact">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="C076" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C076-CommunicationContact" maxOccurs="3"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
COMCommunicationContact() |
| Modifier and Type | Method and Description |
|---|---|
List<C076CommunicationContact> |
getC076()
Gets the value of the c076 property.
|
COMCommunicationContact |
withC076(C076CommunicationContact... values) |
COMCommunicationContact |
withC076(Collection<C076CommunicationContact> values) |
public List<C076CommunicationContact> getC076()
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 c076 property.
For example, to add a new item, do as follows:
getC076().add(newItem);
Objects of the following type(s) are allowed in the list
C076CommunicationContact
public COMCommunicationContact withC076(C076CommunicationContact... values)
public COMCommunicationContact withC076(Collection<C076CommunicationContact> values)
Copyright © 2020. All rights reserved.