public class SELSealNumber extends Object
Java class for SEL-SealNumber complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SEL-SealNumber">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9308" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9308-TransportUnitSealIdentifier" minOccurs="0"/>
<element name="C215" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C215-SealIssuer" minOccurs="0"/>
<element name="E4517" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4517-SealConditionCode" minOccurs="0"/>
<element name="C208" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C208-IdentityNumberRange" minOccurs="0"/>
<element name="E4525" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4525-SealTypeCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SELSealNumber() |
| Modifier and Type | Method and Description |
|---|---|
C208IdentityNumberRange |
getC208()
Gets the value of the c208 property.
|
C215SealIssuer |
getC215()
Gets the value of the c215 property.
|
String |
getE4517()
Gets the value of the e4517 property.
|
String |
getE4525()
Gets the value of the e4525 property.
|
String |
getE9308()
Gets the value of the e9308 property.
|
void |
setC208(C208IdentityNumberRange value)
Sets the value of the c208 property.
|
void |
setC215(C215SealIssuer value)
Sets the value of the c215 property.
|
void |
setE4517(String value)
Sets the value of the e4517 property.
|
void |
setE4525(String value)
Sets the value of the e4525 property.
|
void |
setE9308(String value)
Sets the value of the e9308 property.
|
SELSealNumber |
withC208(C208IdentityNumberRange value) |
SELSealNumber |
withC215(C215SealIssuer value) |
SELSealNumber |
withE4517(String value) |
SELSealNumber |
withE4525(String value) |
SELSealNumber |
withE9308(String value) |
public String getE9308()
Stringpublic void setE9308(String value)
value - allowed object is
Stringpublic C215SealIssuer getC215()
C215SealIssuerpublic void setC215(C215SealIssuer value)
value - allowed object is
C215SealIssuerpublic String getE4517()
Stringpublic void setE4517(String value)
value - allowed object is
Stringpublic C208IdentityNumberRange getC208()
C208IdentityNumberRangepublic void setC208(C208IdentityNumberRange value)
value - allowed object is
C208IdentityNumberRangepublic String getE4525()
Stringpublic void setE4525(String value)
value - allowed object is
Stringpublic SELSealNumber withE9308(String value)
public SELSealNumber withC215(C215SealIssuer value)
public SELSealNumber withE4517(String value)
public SELSealNumber withC208(C208IdentityNumberRange value)
public SELSealNumber withE4525(String value)
Copyright © 2020. All rights reserved.