public class Return extends VdmComplex<Return>
Modifier and Type | Class and Description |
---|---|
static class |
Return.ReturnBuilder |
Constructor and Description |
---|
Return() |
Return(String collectiveProcessing,
String deliveryDocument,
String deliveryDocumentItem,
String scheduleLine,
String collectiveProcessingMsgCounter,
String systemMessageIdentification,
String systemMessageNumber,
String systemMessageType,
String systemMessageVariable1,
String systemMessageVariable2,
String systemMessageVariable3,
String systemMessageVariable4,
String collectiveProcessingType) |
Modifier and Type | Method and Description |
---|---|
static Return.ReturnBuilder |
builder() |
boolean |
equals(Object o) |
String |
getCollectiveProcessing()
Constraints: Not nullable, Maximum length: 10
|
String |
getCollectiveProcessingMsgCounter()
Constraints: Not nullable, Maximum length: 2
|
String |
getCollectiveProcessingType()
Constraints: Not nullable, Maximum length: 1
|
String |
getDeliveryDocument()
Constraints: Not nullable, Maximum length: 10
|
String |
getDeliveryDocumentItem()
Constraints: Not nullable, Maximum length: 6
|
String |
getScheduleLine()
Constraints: Not nullable, Maximum length: 4
|
String |
getSystemMessageIdentification()
Constraints: Not nullable, Maximum length: 20
|
String |
getSystemMessageNumber()
Constraints: Not nullable, Maximum length: 3
|
String |
getSystemMessageType()
Constraints: Not nullable, Maximum length: 1
|
String |
getSystemMessageVariable1()
Constraints: Not nullable, Maximum length: 50
|
String |
getSystemMessageVariable2()
Constraints: Not nullable, Maximum length: 50
|
String |
getSystemMessageVariable3()
Constraints: Not nullable, Maximum length: 50
|
String |
getSystemMessageVariable4()
Constraints: Not nullable, Maximum length: 50
|
Class<Return> |
getType() |
int |
hashCode() |
void |
setCollectiveProcessing(String collectiveProcessing)
Constraints: Not nullable, Maximum length: 10
|
void |
setCollectiveProcessingMsgCounter(String collectiveProcessingMsgCounter)
Constraints: Not nullable, Maximum length: 2
|
void |
setCollectiveProcessingType(String collectiveProcessingType)
Constraints: Not nullable, Maximum length: 1
|
void |
setDeliveryDocument(String deliveryDocument)
Constraints: Not nullable, Maximum length: 10
|
void |
setDeliveryDocumentItem(String deliveryDocumentItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setScheduleLine(String scheduleLine)
Constraints: Not nullable, Maximum length: 4
|
void |
setSystemMessageIdentification(String systemMessageIdentification)
Constraints: Not nullable, Maximum length: 20
|
void |
setSystemMessageNumber(String systemMessageNumber)
Constraints: Not nullable, Maximum length: 3
|
void |
setSystemMessageType(String systemMessageType)
Constraints: Not nullable, Maximum length: 1
|
void |
setSystemMessageVariable1(String systemMessageVariable1)
Constraints: Not nullable, Maximum length: 50
|
void |
setSystemMessageVariable2(String systemMessageVariable2)
Constraints: Not nullable, Maximum length: 50
|
void |
setSystemMessageVariable3(String systemMessageVariable3)
Constraints: Not nullable, Maximum length: 50
|
void |
setSystemMessageVariable4(String systemMessageVariable4)
Constraints: Not nullable, Maximum length: 50
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
@Generated(value="lombok") public Return()
@ConstructorProperties(value={"collectiveProcessing","deliveryDocument","deliveryDocumentItem","scheduleLine","collectiveProcessingMsgCounter","systemMessageIdentification","systemMessageNumber","systemMessageType","systemMessageVariable1","systemMessageVariable2","systemMessageVariable3","systemMessageVariable4","collectiveProcessingType"}) @Generated(value="lombok") public Return(@Nullable String collectiveProcessing, @Nullable String deliveryDocument, @Nullable String deliveryDocumentItem, @Nullable String scheduleLine, @Nullable String collectiveProcessingMsgCounter, @Nullable String systemMessageIdentification, @Nullable String systemMessageNumber, @Nullable String systemMessageType, @Nullable String systemMessageVariable1, @Nullable String systemMessageVariable2, @Nullable String systemMessageVariable3, @Nullable String systemMessageVariable4, @Nullable String collectiveProcessingType)
@Generated(value="lombok") public static Return.ReturnBuilder builder()
@Nullable @Generated(value="lombok") public String getCollectiveProcessing()
The system assigns the number automatically when you create a group of deliveries or invoices, for example. You cannot change this number manually.
@Nullable @Generated(value="lombok") public String getDeliveryDocument()
@Nullable @Generated(value="lombok") public String getDeliveryDocumentItem()
@Nullable @Generated(value="lombok") public String getScheduleLine()
When an item has more than one schedule line, the system automatically assigns a unique number to each line. The number is displayed in the details screens for schedule lines. The schedule line number serves internal purposes and does not, for example, determine the sequence of schedule lines in the overview screen. The schedule lines on the overview screen are sorted by date.
@Nullable @Generated(value="lombok") public String getCollectiveProcessingMsgCounter()
@Nullable @Generated(value="lombok") public String getSystemMessageIdentification()
@Nullable @Generated(value="lombok") public String getSystemMessageNumber()
@Nullable @Generated(value="lombok") public String getSystemMessageType()
@Nullable @Generated(value="lombok") public String getSystemMessageVariable1()
@Nullable @Generated(value="lombok") public String getSystemMessageVariable2()
@Nullable @Generated(value="lombok") public String getSystemMessageVariable3()
@Nullable @Generated(value="lombok") public String getSystemMessageVariable4()
@Nullable @Generated(value="lombok") public String getCollectiveProcessingType()
For each collective processing type you can define the types of document (for example, deliveries and billing documents) that the user can process in this way. For the collective processing of deliveries, for example, you can specify that the user can only process Deliveries that refer to existing sales orders Delivery returns
@Generated(value="lombok") public void setCollectiveProcessing(@Nullable String collectiveProcessing)
The system assigns the number automatically when you create a group of deliveries or invoices, for example. You cannot change this number manually.
collectiveProcessing
- @Generated(value="lombok") public void setDeliveryDocument(@Nullable String deliveryDocument)
deliveryDocument
- @Generated(value="lombok") public void setDeliveryDocumentItem(@Nullable String deliveryDocumentItem)
deliveryDocumentItem
- @Generated(value="lombok") public void setScheduleLine(@Nullable String scheduleLine)
When an item has more than one schedule line, the system automatically assigns a unique number to each line. The number is displayed in the details screens for schedule lines. The schedule line number serves internal purposes and does not, for example, determine the sequence of schedule lines in the overview screen. The schedule lines on the overview screen are sorted by date.
scheduleLine
- @Generated(value="lombok") public void setCollectiveProcessingMsgCounter(@Nullable String collectiveProcessingMsgCounter)
collectiveProcessingMsgCounter
- @Generated(value="lombok") public void setSystemMessageIdentification(@Nullable String systemMessageIdentification)
systemMessageIdentification
- @Generated(value="lombok") public void setSystemMessageNumber(@Nullable String systemMessageNumber)
systemMessageNumber
- @Generated(value="lombok") public void setSystemMessageType(@Nullable String systemMessageType)
systemMessageType
- @Generated(value="lombok") public void setSystemMessageVariable1(@Nullable String systemMessageVariable1)
systemMessageVariable1
- @Generated(value="lombok") public void setSystemMessageVariable2(@Nullable String systemMessageVariable2)
systemMessageVariable2
- @Generated(value="lombok") public void setSystemMessageVariable3(@Nullable String systemMessageVariable3)
systemMessageVariable3
- @Generated(value="lombok") public void setSystemMessageVariable4(@Nullable String systemMessageVariable4)
systemMessageVariable4
- @Generated(value="lombok") public void setCollectiveProcessingType(@Nullable String collectiveProcessingType)
For each collective processing type you can define the types of document (for example, deliveries and billing documents) that the user can process in this way. For the collective processing of deliveries, for example, you can specify that the user can only process Deliveries that refer to existing sales orders Delivery returns
collectiveProcessingType
- @Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
Copyright © 2018 SAP SE. All rights reserved.