EdifactSchemaReference Class

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

public final class EdifactSchemaReference

The Edifact schema reference.

Constructor Summary

Constructor Description
EdifactSchemaReference()

Creates an instance of EdifactSchemaReference class.

Method Summary

Modifier and Type Method and Description
String associationAssignedCode()

Get the associationAssignedCode property: The association assigned code.

String messageId()

Get the messageId property: The message id.

String messageRelease()

Get the messageRelease property: The message release version.

String messageVersion()

Get the messageVersion property: The message version.

String schemaName()

Get the schemaName property: The schema name.

String senderApplicationId()

Get the senderApplicationId property: The sender application id.

String senderApplicationQualifier()

Get the senderApplicationQualifier property: The sender application qualifier.

void validate()

Validates the instance.

EdifactSchemaReference withAssociationAssignedCode(String associationAssignedCode)

Set the associationAssignedCode property: The association assigned code.

EdifactSchemaReference withMessageId(String messageId)

Set the messageId property: The message id.

EdifactSchemaReference withMessageRelease(String messageRelease)

Set the messageRelease property: The message release version.

EdifactSchemaReference withMessageVersion(String messageVersion)

Set the messageVersion property: The message version.

EdifactSchemaReference withSchemaName(String schemaName)

Set the schemaName property: The schema name.

EdifactSchemaReference withSenderApplicationId(String senderApplicationId)

Set the senderApplicationId property: The sender application id.

EdifactSchemaReference withSenderApplicationQualifier(String senderApplicationQualifier)

Set the senderApplicationQualifier property: The sender application qualifier.

Methods inherited from java.lang.Object

Constructor Details

EdifactSchemaReference

public EdifactSchemaReference()

Creates an instance of EdifactSchemaReference class.

Method Details

associationAssignedCode

public String associationAssignedCode()

Get the associationAssignedCode property: The association assigned code.

Returns:

the associationAssignedCode value.

messageId

public String messageId()

Get the messageId property: The message id.

Returns:

the messageId value.

messageRelease

public String messageRelease()

Get the messageRelease property: The message release version.

Returns:

the messageRelease value.

messageVersion

public String messageVersion()

Get the messageVersion property: The message version.

Returns:

the messageVersion value.

schemaName

public String schemaName()

Get the schemaName property: The schema name.

Returns:

the schemaName value.

senderApplicationId

public String senderApplicationId()

Get the senderApplicationId property: The sender application id.

Returns:

the senderApplicationId value.

senderApplicationQualifier

public String senderApplicationQualifier()

Get the senderApplicationQualifier property: The sender application qualifier.

Returns:

the senderApplicationQualifier value.

validate

public void validate()

Validates the instance.

withAssociationAssignedCode

public EdifactSchemaReference withAssociationAssignedCode(String associationAssignedCode)

Set the associationAssignedCode property: The association assigned code.

Parameters:

associationAssignedCode - the associationAssignedCode value to set.

Returns:

the EdifactSchemaReference object itself.

withMessageId

public EdifactSchemaReference withMessageId(String messageId)

Set the messageId property: The message id.

Parameters:

messageId - the messageId value to set.

Returns:

the EdifactSchemaReference object itself.

withMessageRelease

public EdifactSchemaReference withMessageRelease(String messageRelease)

Set the messageRelease property: The message release version.

Parameters:

messageRelease - the messageRelease value to set.

Returns:

the EdifactSchemaReference object itself.

withMessageVersion

public EdifactSchemaReference withMessageVersion(String messageVersion)

Set the messageVersion property: The message version.

Parameters:

messageVersion - the messageVersion value to set.

Returns:

the EdifactSchemaReference object itself.

withSchemaName

public EdifactSchemaReference withSchemaName(String schemaName)

Set the schemaName property: The schema name.

Parameters:

schemaName - the schemaName value to set.

Returns:

the EdifactSchemaReference object itself.

withSenderApplicationId

public EdifactSchemaReference withSenderApplicationId(String senderApplicationId)

Set the senderApplicationId property: The sender application id.

Parameters:

senderApplicationId - the senderApplicationId value to set.

Returns:

the EdifactSchemaReference object itself.

withSenderApplicationQualifier

public EdifactSchemaReference withSenderApplicationQualifier(String senderApplicationQualifier)

Set the senderApplicationQualifier property: The sender application qualifier.

Parameters:

senderApplicationQualifier - the senderApplicationQualifier value to set.

Returns:

the EdifactSchemaReference object itself.

Applies to