Class X12FunctionalGroupHeaders
- java.lang.Object
-
- software.amazon.awssdk.services.b2bi.model.X12FunctionalGroupHeaders
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<X12FunctionalGroupHeaders.Builder,X12FunctionalGroupHeaders>
@Generated("software.amazon.awssdk:codegen") public final class X12FunctionalGroupHeaders extends Object implements SdkPojo, Serializable, ToCopyableBuilder<X12FunctionalGroupHeaders.Builder,X12FunctionalGroupHeaders>
Part of the X12 message structure. These are the functional group headers for the X12 EDI object.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceX12FunctionalGroupHeaders.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationReceiverCode()A value representing the code used to identify the party receiving a message, at position GS-03.StringapplicationSenderCode()A value representing the code used to identify the party transmitting a message, at position GS-02.static X12FunctionalGroupHeaders.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresponsibleAgencyCode()A code that identifies the issuer of the standard, at position GS-07.List<SdkField<?>>sdkFields()static Class<? extends X12FunctionalGroupHeaders.Builder>serializableBuilderClass()X12FunctionalGroupHeaders.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
applicationSenderCode
public final String applicationSenderCode()
A value representing the code used to identify the party transmitting a message, at position GS-02.
- Returns:
- A value representing the code used to identify the party transmitting a message, at position GS-02.
-
applicationReceiverCode
public final String applicationReceiverCode()
A value representing the code used to identify the party receiving a message, at position GS-03.
- Returns:
- A value representing the code used to identify the party receiving a message, at position GS-03.
-
responsibleAgencyCode
public final String responsibleAgencyCode()
A code that identifies the issuer of the standard, at position GS-07.
- Returns:
- A code that identifies the issuer of the standard, at position GS-07.
-
toBuilder
public X12FunctionalGroupHeaders.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<X12FunctionalGroupHeaders.Builder,X12FunctionalGroupHeaders>
-
builder
public static X12FunctionalGroupHeaders.Builder builder()
-
serializableBuilderClass
public static Class<? extends X12FunctionalGroupHeaders.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-