public class IRQInformationRequired extends Object
Java class for IRQ-InformationRequired complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IRQ-InformationRequired">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C333" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C333-InformationRequest"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
IRQInformationRequired() |
| Modifier and Type | Method and Description |
|---|---|
C333InformationRequest |
getC333()
Gets the value of the c333 property.
|
void |
setC333(C333InformationRequest value)
Sets the value of the c333 property.
|
IRQInformationRequired |
withC333(C333InformationRequest value) |
public C333InformationRequest getC333()
C333InformationRequestpublic void setC333(C333InformationRequest value)
value - allowed object is
C333InformationRequestpublic IRQInformationRequired withC333(C333InformationRequest value)
Copyright © 2020. All rights reserved.