Class X12SchemaReference

java.lang.Object
com.azure.resourcemanager.logic.models.X12SchemaReference

public final class X12SchemaReference extends Object
The X12 schema reference.
  • Constructor Details

    • X12SchemaReference

      public X12SchemaReference()
      Creates an instance of X12SchemaReference class.
  • Method Details

    • messageId

      public String messageId()
      Get the messageId property: The message id.
      Returns:
      the messageId value.
    • withMessageId

      public X12SchemaReference withMessageId(String messageId)
      Set the messageId property: The message id.
      Parameters:
      messageId - the messageId value to set.
      Returns:
      the X12SchemaReference object itself.
    • senderApplicationId

      public String senderApplicationId()
      Get the senderApplicationId property: The sender application id.
      Returns:
      the senderApplicationId value.
    • withSenderApplicationId

      public X12SchemaReference withSenderApplicationId(String senderApplicationId)
      Set the senderApplicationId property: The sender application id.
      Parameters:
      senderApplicationId - the senderApplicationId value to set.
      Returns:
      the X12SchemaReference object itself.
    • schemaVersion

      public String schemaVersion()
      Get the schemaVersion property: The schema version.
      Returns:
      the schemaVersion value.
    • withSchemaVersion

      public X12SchemaReference withSchemaVersion(String schemaVersion)
      Set the schemaVersion property: The schema version.
      Parameters:
      schemaVersion - the schemaVersion value to set.
      Returns:
      the X12SchemaReference object itself.
    • schemaName

      public String schemaName()
      Get the schemaName property: The schema name.
      Returns:
      the schemaName value.
    • withSchemaName

      public X12SchemaReference withSchemaName(String schemaName)
      Set the schemaName property: The schema name.
      Parameters:
      schemaName - the schemaName value to set.
      Returns:
      the X12SchemaReference object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.