Class CfnPartnership.X12ControlNumbersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnPartnership.X12ControlNumbersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPartnership.X12ControlNumbersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartnership.X12ControlNumbersProperty
@Stability(Stable)
@Internal
public static final class CfnPartnership.X12ControlNumbersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartnership.X12ControlNumbersProperty
An implementation for
CfnPartnership.X12ControlNumbersProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.b2bi.CfnPartnership.X12ControlNumbersProperty
CfnPartnership.X12ControlNumbersProperty.Builder, CfnPartnership.X12ControlNumbersProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPartnership.X12ControlNumbersProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
Specifies the starting functional group control number (GS06) to use for X12 EDI generation.final Number
Specifies the starting interchange control number (ISA13) to use for X12 EDI generation.final Number
Specifies the starting transaction set control number (ST02) to use for X12 EDI generation.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPartnership.X12ControlNumbersProperty.Builder
.
-
-
Method Details
-
getStartingFunctionalGroupControlNumber
Description copied from interface:CfnPartnership.X12ControlNumbersProperty
Specifies the starting functional group control number (GS06) to use for X12 EDI generation.This number is incremented for each new functional group. For the GS (functional group) envelope, AWS B2B Data Interchange generates a functional group control number that is unique to the sender ID, receiver ID, and functional identifier code combination.
- Specified by:
getStartingFunctionalGroupControlNumber
in interfaceCfnPartnership.X12ControlNumbersProperty
- See Also:
-
getStartingInterchangeControlNumber
Description copied from interface:CfnPartnership.X12ControlNumbersProperty
Specifies the starting interchange control number (ISA13) to use for X12 EDI generation.This number is incremented for each new interchange. For the ISA (interchange) envelope, AWS B2B Data Interchange generates an interchange control number that is unique for the ISA05 and ISA06 (sender) & ISA07 and ISA08 (receiver) combination.
- Specified by:
getStartingInterchangeControlNumber
in interfaceCfnPartnership.X12ControlNumbersProperty
- See Also:
-
getStartingTransactionSetControlNumber
Description copied from interface:CfnPartnership.X12ControlNumbersProperty
Specifies the starting transaction set control number (ST02) to use for X12 EDI generation.This number is incremented for each new transaction set.
- Specified by:
getStartingTransactionSetControlNumber
in interfaceCfnPartnership.X12ControlNumbersProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-