Class CfnPartnership.X12InterchangeControlHeadersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPartnership.X12InterchangeControlHeadersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartnership.X12InterchangeControlHeadersProperty
CfnPartnership.X12InterchangeControlHeadersProperty
-
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.X12InterchangeControlHeadersProperty
CfnPartnership.X12InterchangeControlHeadersProperty.Builder, CfnPartnership.X12InterchangeControlHeadersProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPartnership.X12InterchangeControlHeadersProperty.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 String
Located at position ISA-14 in the header.final String
Located at position ISA-08 in the header.final String
Located at position ISA-07 in the header.final String
Located at position ISA-11 in the header.final String
Located at position ISA-06 in the header.final String
Located at position ISA-05 in the header.final String
Located at position ISA-15 in the header.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.X12InterchangeControlHeadersProperty.Builder
.
-
-
Method Details
-
getAcknowledgmentRequestedCode
Description copied from interface:CfnPartnership.X12InterchangeControlHeadersProperty
Located at position ISA-14 in the header.The value "1" indicates that the sender is requesting an interchange acknowledgment at receipt of the interchange. The value "0" is used otherwise.
- Specified by:
getAcknowledgmentRequestedCode
in interfaceCfnPartnership.X12InterchangeControlHeadersProperty
- See Also:
-
getReceiverId
Description copied from interface:CfnPartnership.X12InterchangeControlHeadersProperty
Located at position ISA-08 in the header.This value (along with the
receiverIdQualifier
) identifies the intended recipient of the interchange.- Specified by:
getReceiverId
in interfaceCfnPartnership.X12InterchangeControlHeadersProperty
- See Also:
-
getReceiverIdQualifier
Description copied from interface:CfnPartnership.X12InterchangeControlHeadersProperty
Located at position ISA-07 in the header.Qualifier for the receiver ID. Together, the ID and qualifier uniquely identify the receiving trading partner.
- Specified by:
getReceiverIdQualifier
in interfaceCfnPartnership.X12InterchangeControlHeadersProperty
- See Also:
-
getRepetitionSeparator
Description copied from interface:CfnPartnership.X12InterchangeControlHeadersProperty
Located at position ISA-11 in the header.This string makes it easier when you need to group similar adjacent element values together without using extra segments.
This parameter is only honored for version greater than 401 (
VERSION_4010
and higher).For versions less than 401, this field is called StandardsId , in which case our service sets the value to
U
.- Specified by:
getRepetitionSeparator
in interfaceCfnPartnership.X12InterchangeControlHeadersProperty
- See Also:
-
getSenderId
Description copied from interface:CfnPartnership.X12InterchangeControlHeadersProperty
Located at position ISA-06 in the header.This value (along with the
senderIdQualifier
) identifies the sender of the interchange.- Specified by:
getSenderId
in interfaceCfnPartnership.X12InterchangeControlHeadersProperty
- See Also:
-
getSenderIdQualifier
Description copied from interface:CfnPartnership.X12InterchangeControlHeadersProperty
Located at position ISA-05 in the header.Qualifier for the sender ID. Together, the ID and qualifier uniquely identify the sending trading partner.
- Specified by:
getSenderIdQualifier
in interfaceCfnPartnership.X12InterchangeControlHeadersProperty
- See Also:
-
getUsageIndicatorCode
Description copied from interface:CfnPartnership.X12InterchangeControlHeadersProperty
Located at position ISA-15 in the header. Specifies how this interchange is being used:.T
indicates this interchange is for testing.P
indicates this interchange is for production.I
indicates this interchange is informational.
- Specified by:
getUsageIndicatorCode
in interfaceCfnPartnership.X12InterchangeControlHeadersProperty
- 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()
-