public class PACPackage extends Object
Java class for PAC-Package complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PAC-Package">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7224" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7224-PackageQuantity" minOccurs="0"/>
<element name="C531" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C531-PackagingDetails" minOccurs="0"/>
<element name="C202" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C202-PackageType" minOccurs="0"/>
<element name="C402" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C402-PackageTypeIdentification" minOccurs="0"/>
<element name="C532" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C532-ReturnablePackageDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PACPackage() |
| Modifier and Type | Method and Description |
|---|---|
C202PackageType |
getC202()
Gets the value of the c202 property.
|
C402PackageTypeIdentification |
getC402()
Gets the value of the c402 property.
|
C531PackagingDetails |
getC531()
Gets the value of the c531 property.
|
C532ReturnablePackageDetails |
getC532()
Gets the value of the c532 property.
|
BigDecimal |
getE7224()
Gets the value of the e7224 property.
|
void |
setC202(C202PackageType value)
Sets the value of the c202 property.
|
void |
setC402(C402PackageTypeIdentification value)
Sets the value of the c402 property.
|
void |
setC531(C531PackagingDetails value)
Sets the value of the c531 property.
|
void |
setC532(C532ReturnablePackageDetails value)
Sets the value of the c532 property.
|
void |
setE7224(BigDecimal value)
Sets the value of the e7224 property.
|
PACPackage |
withC202(C202PackageType value) |
PACPackage |
withC402(C402PackageTypeIdentification value) |
PACPackage |
withC531(C531PackagingDetails value) |
PACPackage |
withC532(C532ReturnablePackageDetails value) |
PACPackage |
withE7224(BigDecimal value) |
public BigDecimal getE7224()
BigDecimalpublic void setE7224(BigDecimal value)
value - allowed object is
BigDecimalpublic C531PackagingDetails getC531()
C531PackagingDetailspublic void setC531(C531PackagingDetails value)
value - allowed object is
C531PackagingDetailspublic C202PackageType getC202()
C202PackageTypepublic void setC202(C202PackageType value)
value - allowed object is
C202PackageTypepublic C402PackageTypeIdentification getC402()
C402PackageTypeIdentificationpublic void setC402(C402PackageTypeIdentification value)
value - allowed object is
C402PackageTypeIdentificationpublic C532ReturnablePackageDetails getC532()
C532ReturnablePackageDetailspublic void setC532(C532ReturnablePackageDetails value)
value - allowed object is
C532ReturnablePackageDetailspublic PACPackage withE7224(BigDecimal value)
public PACPackage withC531(C531PackagingDetails value)
public PACPackage withC202(C202PackageType value)
public PACPackage withC402(C402PackageTypeIdentification value)
public PACPackage withC532(C532ReturnablePackageDetails value)
Copyright © 2020. All rights reserved.