public static class BUSCRD.SegGrp3.SegGrp4.SegGrp15 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="STS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}STS-Status"/>
<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 |
|---|
SegGrp15() |
| Modifier and Type | Method and Description |
|---|---|
List<ATTAttribute> |
getATT()
Gets the value of the att property.
|
STSStatus |
getSTS()
Gets the value of the sts property.
|
void |
setSTS(STSStatus value)
Sets the value of the sts property.
|
BUSCRD.SegGrp3.SegGrp4.SegGrp15 |
withATT(ATTAttribute... values) |
BUSCRD.SegGrp3.SegGrp4.SegGrp15 |
withATT(Collection<ATTAttribute> values) |
BUSCRD.SegGrp3.SegGrp4.SegGrp15 |
withSTS(STSStatus value) |
public STSStatus getSTS()
STSStatuspublic void setSTS(STSStatus value)
value - allowed object is
STSStatuspublic 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.SegGrp15 withSTS(STSStatus value)
public BUSCRD.SegGrp3.SegGrp4.SegGrp15 withATT(ATTAttribute... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp15 withATT(Collection<ATTAttribute> values)
Copyright © 2020. All rights reserved.