Interface CfnPartnership.X12FunctionalGroupHeadersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPartnership.X12FunctionalGroupHeadersProperty.Jsii$Proxy
- Enclosing class:
CfnPartnership
@Stability(Stable)
public static interface CfnPartnership.X12FunctionalGroupHeadersProperty
extends software.amazon.jsii.JsiiSerializable
Part of the X12 message structure.
These are the functional group headers for the X12 EDI object.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.b2bi.*;
X12FunctionalGroupHeadersProperty x12FunctionalGroupHeadersProperty = X12FunctionalGroupHeadersProperty.builder()
.applicationReceiverCode("applicationReceiverCode")
.applicationSenderCode("applicationSenderCode")
.responsibleAgencyCode("responsibleAgencyCode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPartnership.X12FunctionalGroupHeadersPropertystatic final classAn implementation forCfnPartnership.X12FunctionalGroupHeadersProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringA value representing the code used to identify the party receiving a message, at position GS-03.default StringA value representing the code used to identify the party transmitting a message, at position GS-02.default StringA code that identifies the issuer of the standard, at position GS-07.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationReceiverCode
A value representing the code used to identify the party receiving a message, at position GS-03.- See Also:
-
getApplicationSenderCode
A value representing the code used to identify the party transmitting a message, at position GS-02.- See Also:
-
getResponsibleAgencyCode
A code that identifies the issuer of the standard, at position GS-07.- See Also:
-
builder
-