Class Return.ReturnBuilder
- Enclosing class:
- Return
-
Method Summary
Modifier and TypeMethodDescriptionbuild()collectiveProcessing(String collectiveProcessing) Constraints: Not nullable, Maximum length: 10collectiveProcessingMsgCounter(String collectiveProcessingMsgCounter) Constraints: Not nullable, Maximum length: 2collectiveProcessingType(String collectiveProcessingType) Constraints: Not nullable, Maximum length: 1deliveryDocument(String deliveryDocument) Constraints: Not nullable, Maximum length: 10deliveryDocumentItem(String deliveryDocumentItem) Constraints: Not nullable, Maximum length: 6scheduleLine(String scheduleLine) Constraints: Not nullable, Maximum length: 4systemMessageIdentification(String systemMessageIdentification) Constraints: Not nullable, Maximum length: 20systemMessageNumber(String systemMessageNumber) Constraints: Not nullable, Maximum length: 3systemMessageType(String systemMessageType) Constraints: Not nullable, Maximum length: 1systemMessageVariable1(String systemMessageVariable1) Constraints: Not nullable, Maximum length: 50systemMessageVariable2(String systemMessageVariable2) Constraints: Not nullable, Maximum length: 50systemMessageVariable3(String systemMessageVariable3) Constraints: Not nullable, Maximum length: 50systemMessageVariable4(String systemMessageVariable4) Constraints: Not nullable, Maximum length: 50toString()
-
Method Details
-
collectiveProcessing
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: CollectiveProcessing
- Parameters:
collectiveProcessing-- Returns:
this.
-
deliveryDocument
Constraints: Not nullable, Maximum length: 10Original property from the Odata EDM: DeliveryDocument
- Parameters:
deliveryDocument-- Returns:
this.
-
deliveryDocumentItem
Constraints: Not nullable, Maximum length: 6Original property from the Odata EDM: DeliveryDocumentItem
- Parameters:
deliveryDocumentItem-- Returns:
this.
-
scheduleLine
Constraints: Not nullable, Maximum length: 4Original property from the Odata EDM: ScheduleLine
- Parameters:
scheduleLine-- Returns:
this.
-
collectiveProcessingMsgCounter
@Nonnull public Return.ReturnBuilder collectiveProcessingMsgCounter(@Nullable String collectiveProcessingMsgCounter) Constraints: Not nullable, Maximum length: 2Original property from the Odata EDM: CollectiveProcessingMsgCounter
- Parameters:
collectiveProcessingMsgCounter-- Returns:
this.
-
systemMessageIdentification
@Nonnull public Return.ReturnBuilder systemMessageIdentification(@Nullable String systemMessageIdentification) Constraints: Not nullable, Maximum length: 20Original property from the Odata EDM: SystemMessageIdentification
- Parameters:
systemMessageIdentification-- Returns:
this.
-
systemMessageNumber
Constraints: Not nullable, Maximum length: 3Original property from the Odata EDM: SystemMessageNumber
- Parameters:
systemMessageNumber-- Returns:
this.
-
systemMessageType
Constraints: Not nullable, Maximum length: 1Original property from the Odata EDM: SystemMessageType
- Parameters:
systemMessageType-- Returns:
this.
-
systemMessageVariable1
@Nonnull public Return.ReturnBuilder systemMessageVariable1(@Nullable String systemMessageVariable1) Constraints: Not nullable, Maximum length: 50Original property from the Odata EDM: SystemMessageVariable1
- Parameters:
systemMessageVariable1-- Returns:
this.
-
systemMessageVariable2
@Nonnull public Return.ReturnBuilder systemMessageVariable2(@Nullable String systemMessageVariable2) Constraints: Not nullable, Maximum length: 50Original property from the Odata EDM: SystemMessageVariable2
- Parameters:
systemMessageVariable2-- Returns:
this.
-
systemMessageVariable3
@Nonnull public Return.ReturnBuilder systemMessageVariable3(@Nullable String systemMessageVariable3) Constraints: Not nullable, Maximum length: 50Original property from the Odata EDM: SystemMessageVariable3
- Parameters:
systemMessageVariable3-- Returns:
this.
-
systemMessageVariable4
@Nonnull public Return.ReturnBuilder systemMessageVariable4(@Nullable String systemMessageVariable4) Constraints: Not nullable, Maximum length: 50Original property from the Odata EDM: SystemMessageVariable4
- Parameters:
systemMessageVariable4-- Returns:
this.
-
collectiveProcessingType
@Nonnull public Return.ReturnBuilder collectiveProcessingType(@Nullable String collectiveProcessingType) Constraints: Not nullable, Maximum length: 1Original property from the Odata EDM: CollectiveProcessingType
- Parameters:
collectiveProcessingType-- Returns:
this.
-
build
-
toString
-