public class PRVProvisoDetails extends Object
Java class for PRV-ProvisoDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PRV-ProvisoDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4071" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4071-ProvisoCodeQualifier"/>
<element name="C971" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C971-ProvisoType" minOccurs="0"/>
<element name="C972" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C972-ProvisoCalculation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PRVProvisoDetails() |
| Modifier and Type | Method and Description |
|---|---|
C971ProvisoType |
getC971()
Gets the value of the c971 property.
|
C972ProvisoCalculation |
getC972()
Gets the value of the c972 property.
|
String |
getE4071()
Gets the value of the e4071 property.
|
void |
setC971(C971ProvisoType value)
Sets the value of the c971 property.
|
void |
setC972(C972ProvisoCalculation value)
Sets the value of the c972 property.
|
void |
setE4071(String value)
Sets the value of the e4071 property.
|
PRVProvisoDetails |
withC971(C971ProvisoType value) |
PRVProvisoDetails |
withC972(C972ProvisoCalculation value) |
PRVProvisoDetails |
withE4071(String value) |
public String getE4071()
Stringpublic void setE4071(String value)
value - allowed object is
Stringpublic C971ProvisoType getC971()
C971ProvisoTypepublic void setC971(C971ProvisoType value)
value - allowed object is
C971ProvisoTypepublic C972ProvisoCalculation getC972()
C972ProvisoCalculationpublic void setC972(C972ProvisoCalculation value)
value - allowed object is
C972ProvisoCalculationpublic PRVProvisoDetails withE4071(String value)
public PRVProvisoDetails withC971(C971ProvisoType value)
public PRVProvisoDetails withC972(C972ProvisoCalculation value)
Copyright © 2020. All rights reserved.