public class TSRTransportServiceRequirements extends Object
Java class for TSR-TransportServiceRequirements complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TSR-TransportServiceRequirements">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C536" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C536-ContractAndCarriageCondition" minOccurs="0"/>
<element name="C233" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C233-Service" minOccurs="0"/>
<element name="C537" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C537-TransportPriority" minOccurs="0"/>
<element name="C703" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C703-NatureOfCargo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TSRTransportServiceRequirements() |
| Modifier and Type | Method and Description |
|---|---|
C233Service |
getC233()
Gets the value of the c233 property.
|
C536ContractAndCarriageCondition |
getC536()
Gets the value of the c536 property.
|
C537TransportPriority |
getC537()
Gets the value of the c537 property.
|
C703NatureOfCargo |
getC703()
Gets the value of the c703 property.
|
void |
setC233(C233Service value)
Sets the value of the c233 property.
|
void |
setC536(C536ContractAndCarriageCondition value)
Sets the value of the c536 property.
|
void |
setC537(C537TransportPriority value)
Sets the value of the c537 property.
|
void |
setC703(C703NatureOfCargo value)
Sets the value of the c703 property.
|
TSRTransportServiceRequirements |
withC233(C233Service value) |
TSRTransportServiceRequirements |
withC536(C536ContractAndCarriageCondition value) |
TSRTransportServiceRequirements |
withC537(C537TransportPriority value) |
TSRTransportServiceRequirements |
withC703(C703NatureOfCargo value) |
public C536ContractAndCarriageCondition getC536()
C536ContractAndCarriageConditionpublic void setC536(C536ContractAndCarriageCondition value)
value - allowed object is
C536ContractAndCarriageConditionpublic C233Service getC233()
C233Servicepublic void setC233(C233Service value)
value - allowed object is
C233Servicepublic C537TransportPriority getC537()
C537TransportPrioritypublic void setC537(C537TransportPriority value)
value - allowed object is
C537TransportPrioritypublic C703NatureOfCargo getC703()
C703NatureOfCargopublic void setC703(C703NatureOfCargo value)
value - allowed object is
C703NatureOfCargopublic TSRTransportServiceRequirements withC536(C536ContractAndCarriageCondition value)
public TSRTransportServiceRequirements withC233(C233Service value)
public TSRTransportServiceRequirements withC537(C537TransportPriority value)
public TSRTransportServiceRequirements withC703(C703NatureOfCargo value)
Copyright © 2020. All rights reserved.