public class CDIPhysicalOrLogicalState extends Object
Java class for CDI-PhysicalOrLogicalState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CDI-PhysicalOrLogicalState">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7001" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7001-PhysicalOrLogicalStateTypeCodeQualifier" minOccurs="0"/>
<element name="C564" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C564-PhysicalOrLogicalStateInformation"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CDIPhysicalOrLogicalState() |
| Modifier and Type | Method and Description |
|---|---|
C564PhysicalOrLogicalStateInformation |
getC564()
Gets the value of the c564 property.
|
String |
getE7001()
Gets the value of the e7001 property.
|
void |
setC564(C564PhysicalOrLogicalStateInformation value)
Sets the value of the c564 property.
|
void |
setE7001(String value)
Sets the value of the e7001 property.
|
CDIPhysicalOrLogicalState |
withC564(C564PhysicalOrLogicalStateInformation value) |
CDIPhysicalOrLogicalState |
withE7001(String value) |
public String getE7001()
Stringpublic void setE7001(String value)
value - allowed object is
Stringpublic C564PhysicalOrLogicalStateInformation getC564()
C564PhysicalOrLogicalStateInformationpublic void setC564(C564PhysicalOrLogicalStateInformation value)
value - allowed object is
C564PhysicalOrLogicalStateInformationpublic CDIPhysicalOrLogicalState withE7001(String value)
public CDIPhysicalOrLogicalState withC564(C564PhysicalOrLogicalStateInformation value)
Copyright © 2020. All rights reserved.