public class PCDPercentageDetails extends Object
Java class for PCD-PercentageDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PCD-PercentageDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C501" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C501-PercentageDetails"/>
<element name="E4405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4405-StatusDescriptionCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PCDPercentageDetails() |
| Modifier and Type | Method and Description |
|---|---|
C501PercentageDetails |
getC501()
Gets the value of the c501 property.
|
String |
getE4405()
Gets the value of the e4405 property.
|
void |
setC501(C501PercentageDetails value)
Sets the value of the c501 property.
|
void |
setE4405(String value)
Sets the value of the e4405 property.
|
PCDPercentageDetails |
withC501(C501PercentageDetails value) |
PCDPercentageDetails |
withE4405(String value) |
public C501PercentageDetails getC501()
C501PercentageDetailspublic void setC501(C501PercentageDetails value)
value - allowed object is
C501PercentageDetailspublic String getE4405()
Stringpublic void setE4405(String value)
value - allowed object is
Stringpublic PCDPercentageDetails withC501(C501PercentageDetails value)
public PCDPercentageDetails withE4405(String value)
Copyright © 2020. All rights reserved.