public class TEMTestMethod extends Object
Java class for TEM-TestMethod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TEM-TestMethod">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C244" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C244-TestMethod" minOccurs="0"/>
<element name="E4419" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4419-TestAdministrationMethodCode" minOccurs="0"/>
<element name="E3077" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3077-TestMediumCode" minOccurs="0"/>
<element name="E6311" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6311-MeasurementPurposeCodeQualifier" minOccurs="0"/>
<element name="E7188" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7188-TestMethodRevisionIdentifier" minOccurs="0"/>
<element name="C515" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C515-TestReason" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TEMTestMethod() |
| Modifier and Type | Method and Description |
|---|---|
C244TestMethod |
getC244()
Gets the value of the c244 property.
|
C515TestReason |
getC515()
Gets the value of the c515 property.
|
String |
getE3077()
Gets the value of the e3077 property.
|
String |
getE4419()
Gets the value of the e4419 property.
|
String |
getE6311()
Gets the value of the e6311 property.
|
String |
getE7188()
Gets the value of the e7188 property.
|
void |
setC244(C244TestMethod value)
Sets the value of the c244 property.
|
void |
setC515(C515TestReason value)
Sets the value of the c515 property.
|
void |
setE3077(String value)
Sets the value of the e3077 property.
|
void |
setE4419(String value)
Sets the value of the e4419 property.
|
void |
setE6311(String value)
Sets the value of the e6311 property.
|
void |
setE7188(String value)
Sets the value of the e7188 property.
|
TEMTestMethod |
withC244(C244TestMethod value) |
TEMTestMethod |
withC515(C515TestReason value) |
TEMTestMethod |
withE3077(String value) |
TEMTestMethod |
withE4419(String value) |
TEMTestMethod |
withE6311(String value) |
TEMTestMethod |
withE7188(String value) |
public C244TestMethod getC244()
C244TestMethodpublic void setC244(C244TestMethod value)
value - allowed object is
C244TestMethodpublic String getE4419()
Stringpublic void setE4419(String value)
value - allowed object is
Stringpublic String getE3077()
Stringpublic void setE3077(String value)
value - allowed object is
Stringpublic String getE6311()
Stringpublic void setE6311(String value)
value - allowed object is
Stringpublic String getE7188()
Stringpublic void setE7188(String value)
value - allowed object is
Stringpublic C515TestReason getC515()
C515TestReasonpublic void setC515(C515TestReason value)
value - allowed object is
C515TestReasonpublic TEMTestMethod withC244(C244TestMethod value)
public TEMTestMethod withE4419(String value)
public TEMTestMethod withE3077(String value)
public TEMTestMethod withE6311(String value)
public TEMTestMethod withE7188(String value)
public TEMTestMethod withC515(C515TestReason value)
Copyright © 2020. All rights reserved.