Class SchemaReferenceImpl

    • Constructor Detail

      • SchemaReferenceImpl

        public SchemaReferenceImpl()
    • Method Detail

      • getId

        public String getId()
        Description copied from interface: SchemaReference
        Gets the ID attribute of the referenced schema.
        Specified by:
        getId in interface SchemaReference
        Returns:
        Returns the id.
      • setId

        public void setId​(String id)
        Description copied from interface: SchemaReference
        Sets the ID attribute of the referenced schema.
        Specified by:
        setId in interface SchemaReference
        Parameters:
        id - The id to set.
      • setSchemaLocationURI

        public void setSchemaLocationURI​(String schemaLocation)
        Description copied from interface: SchemaReference
        Sets the schemaLocation attribute of the referenced schema.
        Specified by:
        setSchemaLocationURI in interface SchemaReference
        Parameters:
        schemaLocation - The schemaLocation to set.
      • getReferencedSchema

        public Schema getReferencedSchema()
        Description copied from interface: SchemaReference
        Gets the referenced schema, represented as a LightWeightSchema.
        Specified by:
        getReferencedSchema in interface SchemaReference
        Returns:
        Returns the importedSchema.
      • setReferencedSchema

        public void setReferencedSchema​(Schema referencedSchema)
        Description copied from interface: SchemaReference
        Sets the referenced schema to a LightWeightSchema.
        Specified by:
        setReferencedSchema in interface SchemaReference
        Parameters:
        referencedSchema - The importedSchema to set.