public class TRUTechnicalRules extends Object
Java class for TRU-TechnicalRules complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TRU-TechnicalRules">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7402" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7402-ObjectIdentifier"/>
<element name="E1056" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1056-VersionIdentifier" minOccurs="0"/>
<element name="E1058" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1058-ReleaseIdentifier" minOccurs="0"/>
<element name="E7175" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7175-RulePartIdentifier" minOccurs="0"/>
<element name="E3055" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3055-CodeListResponsibleAgencyCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TRUTechnicalRules() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1056()
Gets the value of the e1056 property.
|
String |
getE1058()
Gets the value of the e1058 property.
|
String |
getE3055()
Gets the value of the e3055 property.
|
String |
getE7175()
Gets the value of the e7175 property.
|
String |
getE7402()
Gets the value of the e7402 property.
|
void |
setE1056(String value)
Sets the value of the e1056 property.
|
void |
setE1058(String value)
Sets the value of the e1058 property.
|
void |
setE3055(String value)
Sets the value of the e3055 property.
|
void |
setE7175(String value)
Sets the value of the e7175 property.
|
void |
setE7402(String value)
Sets the value of the e7402 property.
|
TRUTechnicalRules |
withE1056(String value) |
TRUTechnicalRules |
withE1058(String value) |
TRUTechnicalRules |
withE3055(String value) |
TRUTechnicalRules |
withE7175(String value) |
TRUTechnicalRules |
withE7402(String value) |
public String getE7402()
Stringpublic void setE7402(String value)
value - allowed object is
Stringpublic String getE1056()
Stringpublic void setE1056(String value)
value - allowed object is
Stringpublic String getE1058()
Stringpublic void setE1058(String value)
value - allowed object is
Stringpublic String getE7175()
Stringpublic void setE7175(String value)
value - allowed object is
Stringpublic String getE3055()
Stringpublic void setE3055(String value)
value - allowed object is
Stringpublic TRUTechnicalRules withE7402(String value)
public TRUTechnicalRules withE1056(String value)
public TRUTechnicalRules withE1058(String value)
public TRUTechnicalRules withE7175(String value)
public TRUTechnicalRules withE3055(String value)
Copyright © 2020. All rights reserved.