public static class BUSCRD.SegGrp3.SegGrp4.SegGrp14 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="REL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}REL-Relationship"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp14() |
| Modifier and Type | Method and Description |
|---|---|
List<ATTAttribute> |
getATT()
Gets the value of the att property.
|
RELRelationship |
getREL()
Gets the value of the rel property.
|
void |
setREL(RELRelationship value)
Sets the value of the rel property.
|
BUSCRD.SegGrp3.SegGrp4.SegGrp14 |
withATT(ATTAttribute... values) |
BUSCRD.SegGrp3.SegGrp4.SegGrp14 |
withATT(Collection<ATTAttribute> values) |
BUSCRD.SegGrp3.SegGrp4.SegGrp14 |
withREL(RELRelationship value) |
public RELRelationship getREL()
RELRelationshippublic void setREL(RELRelationship value)
value - allowed object is
RELRelationshippublic 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 BUSCRD.SegGrp3.SegGrp4.SegGrp14 withREL(RELRelationship value)
public BUSCRD.SegGrp3.SegGrp4.SegGrp14 withATT(ATTAttribute... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp14 withATT(Collection<ATTAttribute> values)
Copyright © 2020. All rights reserved.