Class ContractSchema

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ContractSchema
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema definition of the data asset.
    • Method Detail

      • name

        public java.lang.String name()
        Gets the name. Name of the schema or data asset part.
        Returns:
        the name
      • description

        public java.lang.String description()
        Gets the description. Description of the schema.
        Returns:
        the description
      • physicalType

        public java.lang.String physicalType()
        Gets the physicalType. MIME type or physical type.
        Returns:
        the physicalType
      • xProperties

        public java.util.List<ContractSchemaProperty> xProperties()
        Gets the xProperties. List of properties.
        Returns:
        the xProperties