public class FTXFreeText extends Object
Java class for FTX-FreeText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FTX-FreeText">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4451" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4451-TextSubjectCodeQualifier"/>
<element name="E4453" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4453-FreeTextFunctionCode" minOccurs="0"/>
<element name="C107" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C107-TextReference" minOccurs="0"/>
<element name="C108" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C108-TextLiteral" minOccurs="0"/>
<element name="E3453" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3453-LanguageNameCode" minOccurs="0"/>
<element name="E4447" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4447-FreeTextFormatCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FTXFreeText() |
| Modifier and Type | Method and Description |
|---|---|
C107TextReference |
getC107()
Gets the value of the c107 property.
|
C108TextLiteral |
getC108()
Gets the value of the c108 property.
|
String |
getE3453()
Gets the value of the e3453 property.
|
String |
getE4447()
Gets the value of the e4447 property.
|
E4451TextSubjectCodeQualifier |
getE4451()
Gets the value of the e4451 property.
|
String |
getE4453()
Gets the value of the e4453 property.
|
void |
setC107(C107TextReference value)
Sets the value of the c107 property.
|
void |
setC108(C108TextLiteral value)
Sets the value of the c108 property.
|
void |
setE3453(String value)
Sets the value of the e3453 property.
|
void |
setE4447(String value)
Sets the value of the e4447 property.
|
void |
setE4451(E4451TextSubjectCodeQualifier value)
Sets the value of the e4451 property.
|
void |
setE4453(String value)
Sets the value of the e4453 property.
|
FTXFreeText |
withC107(C107TextReference value) |
FTXFreeText |
withC108(C108TextLiteral value) |
FTXFreeText |
withE3453(String value) |
FTXFreeText |
withE4447(String value) |
FTXFreeText |
withE4451(E4451TextSubjectCodeQualifier value) |
FTXFreeText |
withE4453(String value) |
public E4451TextSubjectCodeQualifier getE4451()
E4451TextSubjectCodeQualifierpublic void setE4451(E4451TextSubjectCodeQualifier value)
value - allowed object is
E4451TextSubjectCodeQualifierpublic String getE4453()
Stringpublic void setE4453(String value)
value - allowed object is
Stringpublic C107TextReference getC107()
C107TextReferencepublic void setC107(C107TextReference value)
value - allowed object is
C107TextReferencepublic C108TextLiteral getC108()
C108TextLiteralpublic void setC108(C108TextLiteral value)
value - allowed object is
C108TextLiteralpublic String getE3453()
Stringpublic void setE3453(String value)
value - allowed object is
Stringpublic String getE4447()
Stringpublic void setE4447(String value)
value - allowed object is
Stringpublic FTXFreeText withE4451(E4451TextSubjectCodeQualifier value)
public FTXFreeText withE4453(String value)
public FTXFreeText withC107(C107TextReference value)
public FTXFreeText withC108(C108TextLiteral value)
public FTXFreeText withE3453(String value)
public FTXFreeText withE4447(String value)
Copyright © 2020. All rights reserved.