public class RODRiskObjectType extends Object
Java class for ROD-RiskObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ROD-RiskObjectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C851" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C851-RiskObjectType" minOccurs="0"/>
<element name="C852" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C852-RiskObjectSubType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RODRiskObjectType() |
| Modifier and Type | Method and Description |
|---|---|
C851RiskObjectType |
getC851()
Gets the value of the c851 property.
|
C852RiskObjectSubType |
getC852()
Gets the value of the c852 property.
|
void |
setC851(C851RiskObjectType value)
Sets the value of the c851 property.
|
void |
setC852(C852RiskObjectSubType value)
Sets the value of the c852 property.
|
RODRiskObjectType |
withC851(C851RiskObjectType value) |
RODRiskObjectType |
withC852(C852RiskObjectSubType value) |
public C851RiskObjectType getC851()
C851RiskObjectTypepublic void setC851(C851RiskObjectType value)
value - allowed object is
C851RiskObjectTypepublic C852RiskObjectSubType getC852()
C852RiskObjectSubTypepublic void setC852(C852RiskObjectSubType value)
value - allowed object is
C852RiskObjectSubTypepublic RODRiskObjectType withC851(C851RiskObjectType value)
public RODRiskObjectType withC852(C852RiskObjectSubType value)
Copyright © 2020. All rights reserved.