Class CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder
- Enclosing class:
- CntrlPurContrDistrMessages
-
Method Summary
Modifier and TypeMethodDescriptionbuild()distrResponseMessageUUID(UUID distrResponseMessageUUID) (Key Field) Constraints: Not nullableextContractForPurg(String extContractForPurg) Constraints: Not nullable, Maximum length: 10logicalSystem(String logicalSystem) Constraints: Not nullable, Maximum length: 10purchasingDocument(String purchasingDocument) Constraints: Not nullable, Maximum length: 10purchasingDocumentCategory(String purchasingDocumentCategory) Constraints: Not nullable, Maximum length: 1sequenceNumber(String sequenceNumber) (Key Field) Constraints: Not nullable, Maximum length: 4systemMessageIdentification(String systemMessageIdentification) Constraints: Not nullable, Maximum length: 20systemMessageNumber(String systemMessageNumber) Constraints: Not nullable, Maximum length: 3systemMessageText(String systemMessageText) Constraints: Not nullable, Maximum length: 220systemMessageType(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
-
sequenceNumber
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder sequenceNumber(@Nullable String sequenceNumber) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SequenceNumber
- Returns:
this.
-
distrResponseMessageUUID
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder distrResponseMessageUUID(@Nullable UUID distrResponseMessageUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: DistrResponseMessageUUID
- Returns:
this.
-
purchasingDocument
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder purchasingDocument(@Nullable String purchasingDocument) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PurchasingDocument
- Returns:
this.
-
purchasingDocumentCategory
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder purchasingDocumentCategory(@Nullable String purchasingDocumentCategory) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: PurchasingDocumentCategory
- Returns:
this.
-
extContractForPurg
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder extContractForPurg(@Nullable String extContractForPurg) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ExtContractForPurg
- Returns:
this.
-
logicalSystem
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder logicalSystem(@Nullable String logicalSystem) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: LogicalSystem
- Returns:
this.
-
systemMessageType
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder systemMessageType(@Nullable String systemMessageType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SystemMessageType
- Returns:
this.
-
systemMessageIdentification
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder systemMessageIdentification(@Nullable String systemMessageIdentification) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SystemMessageIdentification
- Returns:
this.
-
systemMessageNumber
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder systemMessageNumber(@Nullable String systemMessageNumber) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SystemMessageNumber
- Returns:
this.
-
systemMessageVariable1
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder systemMessageVariable1(@Nullable String systemMessageVariable1) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SystemMessageVariable1
- Returns:
this.
-
systemMessageVariable2
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder systemMessageVariable2(@Nullable String systemMessageVariable2) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SystemMessageVariable2
- Returns:
this.
-
systemMessageVariable3
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder systemMessageVariable3(@Nullable String systemMessageVariable3) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SystemMessageVariable3
- Returns:
this.
-
systemMessageVariable4
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder systemMessageVariable4(@Nullable String systemMessageVariable4) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: SystemMessageVariable4
- Returns:
this.
-
systemMessageText
@Nonnull public CntrlPurContrDistrMessages.CntrlPurContrDistrMessagesBuilder systemMessageText(@Nullable String systemMessageText) Constraints: Not nullable, Maximum length: 220Original property name from the Odata EDM: SystemMessageText
- Returns:
this.
-
build
-
toString
-