public class PTYPriority extends Object
Java class for PTY-Priority complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PTY-Priority">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4035" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4035-PriorityTypeCodeQualifier"/>
<element name="C585" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C585-PriorityDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PTYPriority() |
| Modifier and Type | Method and Description |
|---|---|
C585PriorityDetails |
getC585()
Gets the value of the c585 property.
|
String |
getE4035()
Gets the value of the e4035 property.
|
void |
setC585(C585PriorityDetails value)
Sets the value of the c585 property.
|
void |
setE4035(String value)
Sets the value of the e4035 property.
|
PTYPriority |
withC585(C585PriorityDetails value) |
PTYPriority |
withE4035(String value) |
public String getE4035()
Stringpublic void setE4035(String value)
value - allowed object is
Stringpublic C585PriorityDetails getC585()
C585PriorityDetailspublic void setC585(C585PriorityDetails value)
value - allowed object is
C585PriorityDetailspublic PTYPriority withE4035(String value)
public PTYPriority withC585(C585PriorityDetails value)
Copyright © 2020. All rights reserved.