public class SEQSequenceDetails extends Object
Java class for SEQ-SequenceDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SEQ-SequenceDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E1229" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1229-ActionCode" minOccurs="0"/>
<element name="C286" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C286-SequenceInformation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SEQSequenceDetails() |
| Modifier and Type | Method and Description |
|---|---|
C286SequenceInformation |
getC286()
Gets the value of the c286 property.
|
String |
getE1229()
Gets the value of the e1229 property.
|
void |
setC286(C286SequenceInformation value)
Sets the value of the c286 property.
|
void |
setE1229(String value)
Sets the value of the e1229 property.
|
SEQSequenceDetails |
withC286(C286SequenceInformation value) |
SEQSequenceDetails |
withE1229(String value) |
public String getE1229()
Stringpublic void setE1229(String value)
value - allowed object is
Stringpublic C286SequenceInformation getC286()
C286SequenceInformationpublic void setC286(C286SequenceInformation value)
value - allowed object is
C286SequenceInformationpublic SEQSequenceDetails withE1229(String value)
public SEQSequenceDetails withC286(C286SequenceInformation value)
Copyright © 2020. All rights reserved.