public class C817AddressUsage extends Object
Java class for C817-AddressUsage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C817-AddressUsage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3299" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3299-AddressPurposeCode" minOccurs="0"/>
<element name="E3131" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3131-AddressTypeCode" minOccurs="0"/>
<element name="E3475" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3475-AddressStatusCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C817AddressUsage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE3131()
Gets the value of the e3131 property.
|
String |
getE3299()
Gets the value of the e3299 property.
|
String |
getE3475()
Gets the value of the e3475 property.
|
void |
setE3131(String value)
Sets the value of the e3131 property.
|
void |
setE3299(String value)
Sets the value of the e3299 property.
|
void |
setE3475(String value)
Sets the value of the e3475 property.
|
C817AddressUsage |
withE3131(String value) |
C817AddressUsage |
withE3299(String value) |
C817AddressUsage |
withE3475(String value) |
public String getE3299()
Stringpublic void setE3299(String value)
value - allowed object is
Stringpublic String getE3131()
Stringpublic void setE3131(String value)
value - allowed object is
Stringpublic String getE3475()
Stringpublic void setE3475(String value)
value - allowed object is
Stringpublic C817AddressUsage withE3299(String value)
public C817AddressUsage withE3131(String value)
public C817AddressUsage withE3475(String value)
Copyright © 2020. All rights reserved.