public class IFDInformationDetail extends Object
Java class for IFD-InformationDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IFD-InformationDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4153" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4153-InformationDetailsCodeQualifier" minOccurs="0"/>
<element name="C009" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C009-InformationCategory" minOccurs="0"/>
<element name="C010" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C010-InformationType" minOccurs="0"/>
<sequence>
<element name="C011" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C011-InformationDetail" maxOccurs="5" minOccurs="0"/>
</sequence>
<element name="E4405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4405-StatusDescriptionCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
IFDInformationDetail() |
| Modifier and Type | Method and Description |
|---|---|
C009InformationCategory |
getC009()
Gets the value of the c009 property.
|
C010InformationType |
getC010()
Gets the value of the c010 property.
|
List<C011InformationDetail> |
getC011()
Gets the value of the c011 property.
|
String |
getE4153()
Gets the value of the e4153 property.
|
String |
getE4405()
Gets the value of the e4405 property.
|
void |
setC009(C009InformationCategory value)
Sets the value of the c009 property.
|
void |
setC010(C010InformationType value)
Sets the value of the c010 property.
|
void |
setE4153(String value)
Sets the value of the e4153 property.
|
void |
setE4405(String value)
Sets the value of the e4405 property.
|
IFDInformationDetail |
withC009(C009InformationCategory value) |
IFDInformationDetail |
withC010(C010InformationType value) |
IFDInformationDetail |
withC011(C011InformationDetail... values) |
IFDInformationDetail |
withC011(Collection<C011InformationDetail> values) |
IFDInformationDetail |
withE4153(String value) |
IFDInformationDetail |
withE4405(String value) |
public String getE4153()
Stringpublic void setE4153(String value)
value - allowed object is
Stringpublic C009InformationCategory getC009()
C009InformationCategorypublic void setC009(C009InformationCategory value)
value - allowed object is
C009InformationCategorypublic C010InformationType getC010()
C010InformationTypepublic void setC010(C010InformationType value)
value - allowed object is
C010InformationTypepublic List<C011InformationDetail> getC011()
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 c011 property.
For example, to add a new item, do as follows:
getC011().add(newItem);
Objects of the following type(s) are allowed in the list
C011InformationDetail
public String getE4405()
Stringpublic void setE4405(String value)
value - allowed object is
Stringpublic IFDInformationDetail withE4153(String value)
public IFDInformationDetail withC009(C009InformationCategory value)
public IFDInformationDetail withC010(C010InformationType value)
public IFDInformationDetail withC011(C011InformationDetail... values)
public IFDInformationDetail withC011(Collection<C011InformationDetail> values)
public IFDInformationDetail withE4405(String value)
Copyright © 2020. All rights reserved.