public class GIRRelatedIdentificationNumbers extends Object
Java class for GIR-RelatedIdentificationNumbers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GIR-RelatedIdentificationNumbers">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7297" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7297-SetTypeCodeQualifier"/>
<sequence>
<element name="C206" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C206-IdentificationNumber" maxOccurs="4"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GIRRelatedIdentificationNumbers() |
| Modifier and Type | Method and Description |
|---|---|
List<C206IdentificationNumber> |
getC206()
Gets the value of the c206 property.
|
String |
getE7297()
Gets the value of the e7297 property.
|
void |
setE7297(String value)
Sets the value of the e7297 property.
|
GIRRelatedIdentificationNumbers |
withC206(C206IdentificationNumber... values) |
GIRRelatedIdentificationNumbers |
withC206(Collection<C206IdentificationNumber> values) |
GIRRelatedIdentificationNumbers |
withE7297(String value) |
public String getE7297()
Stringpublic void setE7297(String value)
value - allowed object is
Stringpublic List<C206IdentificationNumber> getC206()
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 c206 property.
For example, to add a new item, do as follows:
getC206().add(newItem);
Objects of the following type(s) are allowed in the list
C206IdentificationNumber
public GIRRelatedIdentificationNumbers withE7297(String value)
public GIRRelatedIdentificationNumbers withC206(C206IdentificationNumber... values)
public GIRRelatedIdentificationNumbers withC206(Collection<C206IdentificationNumber> values)
Copyright © 2020. All rights reserved.