Interface SchemaReference

    • Method Detail

      • getId

        String getId()
        Gets the ID attribute of the referenced schema.
        Returns:
        the id string
      • setId

        void setId​(String id)
        Sets the ID attribute of the referenced schema.
        Parameters:
        id - The id string to set.
      • getSchemaLocationURI

        String getSchemaLocationURI()
        Gets the schemaLocation attribute of the referenced schema.
        Returns:
        the schemaLocation string.
      • setSchemaLocationURI

        void setSchemaLocationURI​(String schemaLocation)
        Sets the schemaLocation attribute of the referenced schema.
        Parameters:
        schemaLocation - The schemaLocation string to set.
      • getReferencedSchema

        Schema getReferencedSchema()
        Gets the referenced schema, represented as a LightWeightSchema.
        Returns:
        the referenced LightWeightSchema.
      • setReferencedSchema

        void setReferencedSchema​(Schema referencedSchema)
        Sets the referenced schema to a LightWeightSchema.
        Parameters:
        referencedSchema - The LightWeightSchema to set.