public class RCSRequirementsAndConditions extends Object
Java class for RCS-RequirementsAndConditions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RCS-RequirementsAndConditions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7293" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7293-SectorAreaIdentificationCodeQualifier"/>
<element name="C550" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C550-RequirementConditionIdentification" minOccurs="0"/>
<element name="E1229" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1229-ActionCode" minOccurs="0"/>
<element name="E3207" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3207-CountryIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RCSRequirementsAndConditions() |
| Modifier and Type | Method and Description |
|---|---|
C550RequirementConditionIdentification |
getC550()
Gets the value of the c550 property.
|
String |
getE1229()
Gets the value of the e1229 property.
|
String |
getE3207()
Gets the value of the e3207 property.
|
String |
getE7293()
Gets the value of the e7293 property.
|
void |
setC550(C550RequirementConditionIdentification value)
Sets the value of the c550 property.
|
void |
setE1229(String value)
Sets the value of the e1229 property.
|
void |
setE3207(String value)
Sets the value of the e3207 property.
|
void |
setE7293(String value)
Sets the value of the e7293 property.
|
RCSRequirementsAndConditions |
withC550(C550RequirementConditionIdentification value) |
RCSRequirementsAndConditions |
withE1229(String value) |
RCSRequirementsAndConditions |
withE3207(String value) |
RCSRequirementsAndConditions |
withE7293(String value) |
public String getE7293()
Stringpublic void setE7293(String value)
value - allowed object is
Stringpublic C550RequirementConditionIdentification getC550()
C550RequirementConditionIdentificationpublic void setC550(C550RequirementConditionIdentification value)
value - allowed object is
C550RequirementConditionIdentificationpublic String getE1229()
Stringpublic void setE1229(String value)
value - allowed object is
Stringpublic String getE3207()
Stringpublic void setE3207(String value)
value - allowed object is
Stringpublic RCSRequirementsAndConditions withE7293(String value)
public RCSRequirementsAndConditions withC550(C550RequirementConditionIdentification value)
public RCSRequirementsAndConditions withE1229(String value)
public RCSRequirementsAndConditions withE3207(String value)
Copyright © 2020. All rights reserved.