public class ATTAttribute extends Object
Java class for ATT-Attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATT-Attribute">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9017" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9017-AttributeFunctionCodeQualifier"/>
<element name="C955" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C955-AttributeType" minOccurs="0"/>
<sequence>
<element name="C956" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C956-AttributeDetail" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ATTAttribute() |
| Modifier and Type | Method and Description |
|---|---|
C955AttributeType |
getC955()
Gets the value of the c955 property.
|
List<C956AttributeDetail> |
getC956()
Gets the value of the c956 property.
|
String |
getE9017()
Gets the value of the e9017 property.
|
void |
setC955(C955AttributeType value)
Sets the value of the c955 property.
|
void |
setE9017(String value)
Sets the value of the e9017 property.
|
ATTAttribute |
withC955(C955AttributeType value) |
ATTAttribute |
withC956(C956AttributeDetail... values) |
ATTAttribute |
withC956(Collection<C956AttributeDetail> values) |
ATTAttribute |
withE9017(String value) |
public String getE9017()
Stringpublic void setE9017(String value)
value - allowed object is
Stringpublic C955AttributeType getC955()
C955AttributeTypepublic void setC955(C955AttributeType value)
value - allowed object is
C955AttributeTypepublic List<C956AttributeDetail> getC956()
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 c956 property.
For example, to add a new item, do as follows:
getC956().add(newItem);
Objects of the following type(s) are allowed in the list
C956AttributeDetail
public ATTAttribute withE9017(String value)
public ATTAttribute withC955(C955AttributeType value)
public ATTAttribute withC956(C956AttributeDetail... values)
public ATTAttribute withC956(Collection<C956AttributeDetail> values)
Copyright © 2020. All rights reserved.