public class PRCProcessIdentification extends Object
Java class for PRC-ProcessIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PRC-ProcessIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C242" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C242-ProcessTypeAndDescription" minOccurs="0"/>
<element name="C830" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C830-ProcessIdentificationDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PRCProcessIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C242ProcessTypeAndDescription |
getC242()
Gets the value of the c242 property.
|
C830ProcessIdentificationDetails |
getC830()
Gets the value of the c830 property.
|
void |
setC242(C242ProcessTypeAndDescription value)
Sets the value of the c242 property.
|
void |
setC830(C830ProcessIdentificationDetails value)
Sets the value of the c830 property.
|
PRCProcessIdentification |
withC242(C242ProcessTypeAndDescription value) |
PRCProcessIdentification |
withC830(C830ProcessIdentificationDetails value) |
public C242ProcessTypeAndDescription getC242()
C242ProcessTypeAndDescriptionpublic void setC242(C242ProcessTypeAndDescription value)
value - allowed object is
C242ProcessTypeAndDescriptionpublic C830ProcessIdentificationDetails getC830()
C830ProcessIdentificationDetailspublic void setC830(C830ProcessIdentificationDetails value)
value - allowed object is
C830ProcessIdentificationDetailspublic PRCProcessIdentification withC242(C242ProcessTypeAndDescription value)
public PRCProcessIdentification withC830(C830ProcessIdentificationDetails value)
Copyright © 2020. All rights reserved.