public class CLAClauseIdentification extends Object
Java class for CLA-ClauseIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CLA-ClauseIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4059" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4059-ClauseCodeQualifier"/>
<element name="C970" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C970-ClauseName" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CLAClauseIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C970ClauseName |
getC970()
Gets the value of the c970 property.
|
String |
getE4059()
Gets the value of the e4059 property.
|
void |
setC970(C970ClauseName value)
Sets the value of the c970 property.
|
void |
setE4059(String value)
Sets the value of the e4059 property.
|
CLAClauseIdentification |
withC970(C970ClauseName value) |
CLAClauseIdentification |
withE4059(String value) |
public String getE4059()
Stringpublic void setE4059(String value)
value - allowed object is
Stringpublic C970ClauseName getC970()
C970ClauseNamepublic void setC970(C970ClauseName value)
value - allowed object is
C970ClauseNamepublic CLAClauseIdentification withE4059(String value)
public CLAClauseIdentification withC970(C970ClauseName value)
Copyright © 2020. All rights reserved.