EdifactAgreementContent Class

  • java.lang.Object
    • com.azure.resourcemanager.logic.models.EdifactAgreementContent

public final class EdifactAgreementContent

The Edifact agreement content.

Constructor Summary

Constructor Description
EdifactAgreementContent()

Creates an instance of EdifactAgreementContent class.

Method Summary

Modifier and Type Method and Description
EdifactOneWayAgreement receiveAgreement()

Get the receiveAgreement property: The EDIFACT one-way receive agreement.

EdifactOneWayAgreement sendAgreement()

Get the sendAgreement property: The EDIFACT one-way send agreement.

void validate()

Validates the instance.

EdifactAgreementContent withReceiveAgreement(EdifactOneWayAgreement receiveAgreement)

Set the receiveAgreement property: The EDIFACT one-way receive agreement.

EdifactAgreementContent withSendAgreement(EdifactOneWayAgreement sendAgreement)

Set the sendAgreement property: The EDIFACT one-way send agreement.

Methods inherited from java.lang.Object

Constructor Details

EdifactAgreementContent

public EdifactAgreementContent()

Creates an instance of EdifactAgreementContent class.

Method Details

receiveAgreement

public EdifactOneWayAgreement receiveAgreement()

Get the receiveAgreement property: The EDIFACT one-way receive agreement.

Returns:

the receiveAgreement value.

sendAgreement

public EdifactOneWayAgreement sendAgreement()

Get the sendAgreement property: The EDIFACT one-way send agreement.

Returns:

the sendAgreement value.

validate

public void validate()

Validates the instance.

withReceiveAgreement

public EdifactAgreementContent withReceiveAgreement(EdifactOneWayAgreement receiveAgreement)

Set the receiveAgreement property: The EDIFACT one-way receive agreement.

Parameters:

receiveAgreement - the receiveAgreement value to set.

Returns:

the EdifactAgreementContent object itself.

withSendAgreement

public EdifactAgreementContent withSendAgreement(EdifactOneWayAgreement sendAgreement)

Set the sendAgreement property: The EDIFACT one-way send agreement.

Parameters:

sendAgreement - the sendAgreement value to set.

Returns:

the EdifactAgreementContent object itself.

Applies to